You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use OPUS_SET_BANDWIDTH and then call OPUS_GET_BANDWIDTH you will get different result from what you set
This happens because GET_BANDWIDTH returns atual bandwidth set by default (instead of user configured one)
Subj
If you use OPUS_SET_BANDWIDTH and then call OPUS_GET_BANDWIDTH you will get different result from what you set
This happens because GET_BANDWIDTH returns atual bandwidth set by default (instead of user configured one)
opus/src/opus_encoder.c
Line 2668 in 7db2693
P.s. this should take effect on encode pass though as encoder's bandwidth will be overridden by user's
The text was updated successfully, but these errors were encountered: