Well, I spent most of the day trying to do this, and I believe that I need to miss something pretty obvious.
Vorbis files are apparently supported on the Android SDK . Is there a way to access these libraries as a developer.
Situation: I have a project that uses libvorbis and libogg libraries to load an ogg file. It all compiles and works fine on OSX, Linux, iOS, etc., and I tried to port it to Android.
Using the NDK to compile the project, I get the error: fatal error: vorbis/codec.h: No such file or directory compilation terminated. (I assume that he will continue to say that he cannot find vorbisfile.h)
Question 1: Can I access the vorbis API in C on Android? Or is there really any Vorbis API?
Without much effort, I came across Tremor and Tremolo - ARM vorbis libraries, but I can not find any information on how to compile them using the Android SDK.
Question 2: Can anyone help with this?
Let me know if I can provide any other information to help.
source share