-
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
can't play wav file on some device, just noise #2873
Comments
here is log from another device, also can't play: |
I'd suggest you report this to the device manufacturer. |
but the wav file can be played on the device with other music player |
currently my solution is use a custom
|
Sounds like we should probably blacklist OMX.MTK.AUDIO.DECODER.RAW in Do you have a good sense of what the blacklisting condition should be? I can try and check with MediaTek also, to see if this is a known issue. |
Internal bug ref: 62337687 |
when play flac on Oppo MTK device, it just white noise too. |
Apparently the MTK raw decoder is using the wrong endianness. They've fixed it going forwards, and OEMs can pick up the fix for their devices, but it's unlikely the fix will reach all of the affected devices in the wild. We'll most likely push a change that prefers OMX.google.raw.decoder on affected devices, if both are available. |
Issue: #2873 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=160520136
Issue: #2873 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=160520136
Issue description
can't play wav file on some device
Reproduction steps
1.push wav file into device
2.modify exoplayer2 demo for play local wav file
the wav file is OK, can be played on nexus 5X and other device, and also normal play on this device with music player, see the attachment
Version of ExoPlayer being used
2.4.1
Device(s) and version(s) of Android being used
OPPO A37m
A full bug report captured from the device
btn.zip
The text was updated successfully, but these errors were encountered: