media/extensions/opus/src/main/jni
claincly ea01489c8b Added float output mode for Opus extension
The working of libOpus is different from ffmpeg. With ffmpeg, the decoder can
be configured to output floating point PCM. While in libOpus, floating samples
are acquired by calling a different function. This is the reason the new JNI
functions and the logic in OpusDecoder/LibopusAudioRenderer is added to
support float output.

PiperOrigin-RevId: 324661603
2020-08-07 18:59:50 +01:00
..
Android.mk Rename Lib Opus in ExoV2 to avoid the namespace collision between ExoV1 and ExoV2's version of libopusJNI.so 2019-04-01 20:33:00 +01:00
Application.mk Update audio extension build configurations 2019-11-05 16:16:38 +00:00
convert_android_asm.sh Finalize v2 directory + package name 2016-07-08 12:12:09 +01:00
libopus.mk Link libopus statically with libopusJNI 2018-02-08 14:49:00 +00:00
opus_jni.cc Added float output mode for Opus extension 2020-08-07 18:59:50 +01:00