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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top