Hello. I've developed VOIP android app. using speex codec, and it works very well. But I want to change to Opus codec, instead speex. Where can I find sample opus android.mk file ? I am a beginner of NDK. so I cannot make android.mk file myself. Please help me. tks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20140310/5ec9edc1/attachment.htm
On 2014-03-09 11:51 PM, joy wrote:> Where can I find sample opus android.mk file ?I did one for 1.0, but it needs updating for 1.1. See https://git.xiph.org/?p=users/giles/opus.git;a=tree;f=android;hb=refs/heads/android I think there are some more recent versions available. See for example http://stackoverflow.com/questions/17869333/makefile-needed-for-compiling-the-opus-codec-for-android -r