-
Notifications
You must be signed in to change notification settings - Fork 6k
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 File no longer plays #7046
Comments
I can not reproduce the failure on :
Both playback played without error on both my device (Pixel 3 and Nvidia shield). |
Actually, from the log, the Opus extension seems to be used: https://github.com/google/ExoPlayer/blob/r2.11.3/extensions/opus/src/main/jni/opus_jni.cc#L82 |
That's opus 1.3.1.
The library is set to |
Thanks for your opus version, I'll try again with the extension this time. |
It looks like we parse gain as an unsigned value, when it should be interpreted as a signed value. It's not a regression though; the problem has been there ever since the |
Issue: #7046 PiperOrigin-RevId: 303354941
Fixed in |
Issue: #7046 PiperOrigin-RevId: 303354941
With 2.11.3 opus files that played before don't play any longer.
The issue was originally reported here:
PaulWoitaschek/Voice#948
The issue contains an example file.
When trying to play it, the following error happens:
The text was updated successfully, but these errors were encountered: