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

Added the OPUS_SET_INBAND_FEC(2) option #334

Open
yanhua0229 opened this issue Apr 3, 2024 · 1 comment
Open

Added the OPUS_SET_INBAND_FEC(2) option #334

yanhua0229 opened this issue Apr 3, 2024 · 1 comment

Comments

@yanhua0229
Copy link

What are the benefits of adding the OPUS_SET_INBAND_FEC(2) option? How does it affect audio quality? How does it affect audio quality compared to OPUS_SET_INBAND_FEC(1)?

@jmvalin
Copy link
Member

jmvalin commented Apr 3, 2024

With OPUS_SET_INBAND_FEC(1), the encoder will switch to SILK if there's packet loss because CELT does not support FEC. That's not great for music. With OPUS_SET_INBAND_FEC(2) the switch to SILK will be inhibited when the signal is content is music.

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

2 participants