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
Allow playback of 'native' FLAC without requiring use of the FLAC extension on Android O MR1 and above. Starting from this version of Android, the platform shipped with a built in FLAC decoder that's accessible via MediaCodec.
Proposed solution
A Java based FLAC extractor in the core library. Unlike FlacExtractor in the FLAC extension, this implementation will only do extraction (the FLAC extension FlacExtractor also does decoding).
Once completed, we should consider whether or not it makes sense to deprecate and eventually remove FlacExtractor in the FLAC extension.
Alternatives considered
N/A
The text was updated successfully, but these errors were encountered:
[REQUIRED] Use case description
Allow playback of 'native' FLAC without requiring use of the FLAC extension on Android O MR1 and above. Starting from this version of Android, the platform shipped with a built in FLAC decoder that's accessible via
MediaCodec
.Proposed solution
FlacExtractor
in the FLAC extension, this implementation will only do extraction (the FLAC extensionFlacExtractor
also does decoding).FlacExtractor
in the FLAC extension.Alternatives considered
N/A
The text was updated successfully, but these errors were encountered: