Playback of opus-codec on Android

Posted by qdot on Stack Overflow See other posts from Stack Overflow or by qdot
Published on 2012-09-18T09:36:20Z Indexed on 2012/09/18 9:37 UTC
Read the original article Hit count: 302

Filed under:
|
|
|

I'm looking for a way to integrate opus-codec (the decoder part) with my Android application.

Do you know of any implementations that have done so? We are currently using ogg-vorbis for spoken prompts, considering going with either speex (deprecated, but with few documented attempts) or opus (currently no documented attempts).

If we would have to go the NDK route, do you think it should provide us with a application size improvement? OggVorbis is supported by the platform, neither speex nor opus are.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-ndk