media/extensions/flac/src/main
hoangtc 0d86f4475c Remove the resampling to 16bit step from FlacDecoder.
Currently FlacDecoder/FlacExtractor always perform resampling to 16bit. In some
case (with 24bit audio), this might lower the audio quality if the system
supports 24bit audio.
Since AudioTrack implementation supports resampling, we will remove the
resampling step, and return an output with the same bits-per-sample as the original stream.
User can choose to re-sample to 16bit in AudioTrack if necessary.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=167494350
2017-09-04 16:30:37 +01:00
..
java/com/google/android/exoplayer2/ext/flac Remove the resampling to 16bit step from FlacDecoder. 2017-09-04 16:30:37 +01:00
jni Remove the resampling to 16bit step from FlacDecoder. 2017-09-04 16:30:37 +01:00
AndroidManifest.xml Finalize v2 directory + package name 2016-07-08 12:12:09 +01:00