mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
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 |
||
|---|---|---|
| .. | ||
| Android.mk | ||
| Application.mk | ||
| convert_android_asm.sh | ||
| libopus.mk | ||
| opus_jni.cc | ||