Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPUS_SET_BANDWIDTH request will not override bandwidth until encode pass #378

Open
DoumanAsh opened this issue Dec 1, 2024 · 0 comments

Comments

@DoumanAsh
Copy link

DoumanAsh commented Dec 1, 2024

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)

*value = st->bandwidth;

P.s. this should take effect on encode pass though as encoder's bandwidth will be overridden by user's

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant