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
FLAC Extension doesn't play audio with high sample rate (for example 192khz). It throws with exception E/FLACParser: unsupported sample rate 192000
Version of ExoPlayer being used
2.6.1
Device(s) and version(s) of Android being used
Xiaomi Mi5
A full bug report captured from the device
E/FLACParser: unsupported sample rate 192000
E/FLACParser: unsupported sample rate 192000
E/ExoPlayerImplInternal: Source error.
java.io.IOException: Metadata decoding failed
at com.google.android.exoplayer2.ext.flac.FlacExtractor.read(FlacExtractor.java:98)
at com.google.android.exoplayer2.source.ExtractorMediaPeriod$ExtractingLoadable.load(ExtractorMediaPeriod.java:749)
at com.google.android.exoplayer2.upstream.Loader$LoadTask.run(Loader.java:315)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:760)
The text was updated successfully, but these errors were encountered:
Denis55ka
changed the title
FLAC Extension doesn't play high sample rate files (for exemple 192khz)
FLAC Extension doesn't play high sample rate files (for example 192khz)
Jan 30, 2018
Also add testing media to verify FLAC extension can play these sample rates.
Github: #3769.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=192783193
Issue description
FLAC Extension doesn't play audio with high sample rate (for example 192khz). It throws with exception E/FLACParser: unsupported sample rate 192000
Version of ExoPlayer being used
2.6.1
Device(s) and version(s) of Android being used
Xiaomi Mi5
A full bug report captured from the device
E/FLACParser: unsupported sample rate 192000
E/FLACParser: unsupported sample rate 192000
E/ExoPlayerImplInternal: Source error.
java.io.IOException: Metadata decoding failed
at com.google.android.exoplayer2.ext.flac.FlacExtractor.read(FlacExtractor.java:98)
at com.google.android.exoplayer2.source.ExtractorMediaPeriod$ExtractingLoadable.load(ExtractorMediaPeriod.java:749)
at com.google.android.exoplayer2.upstream.Loader$LoadTask.run(Loader.java:315)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:760)
The text was updated successfully, but these errors were encountered: