Playback of opus-codec on Android
Asked Answered
P

1

6

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.

Preventive answered 18/9, 2012 at 9:36 Comment(1)
I am also trying to achieve similar kind of thing.Did you solve your problem?Please tell your solution.Lati
K
2

I recommend you have a look at the Opus API documentation. Also, there's now an OpusFile library (equivalent to Vorbis' libvorbisfile) in early development. Otherwise, you can always read the opusdec source code.

Kylynn answered 18/9, 2012 at 13:29 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.