Search code examples
iosoggspeexprecompiledoggvorbis

Where can I find precompiled Ogg,Speex and Vorbis libraries for iOS?


I need them compiled with i386, armv7 and also armv7s (the hardest to find).

I found a compilation for only Speex (which I haven't tested yet) here: http://iosdeveloperzone.com/2013/04/09/precompiled-speex-libraries-for-ios/

Does anyone know where I can get it or how?


Solution

  • I've used:

    1. Ogg & Vorbis from: https://github.com/iosdevzone/IDZAQAudioPlayer/tree/master/Frameworks

    2. Speex from: https://github.com/iosdevzone/IDZPrecompiledSpeex

    And those works perfectly with armv7,armv7s and i386.