我需要用 i386、armv7 和 armv7s(最难找到)编译它们。
我在这里找到了只有 Speex 的编译(我还没有测试过):http: //iosdeveloperzone.com/2013/04/09/precompiled-speex-libraries-for-ios/
有谁知道我在哪里可以得到它或如何得到它?
我需要用 i386、armv7 和 armv7s(最难找到)编译它们。
我在这里找到了只有 Speex 的编译(我还没有测试过):http: //iosdeveloperzone.com/2013/04/09/precompiled-speex-libraries-for-ios/
有谁知道我在哪里可以得到它或如何得到它?
看下面的链接,你可以得到与此相关的东西
IDZAQAudioPlayer
从 github检查这个例子
https://github.com/iosdevzone/IDZAQAudioPlayer
vorbis http://iosdeveloperzone.com/2012/09/30/tutorial-open-source-on-ios-part-4-compiling-libvorbis/
http://sourceforge.net/projects/opencore-amr/files/opencore-amr/
http://iosdeveloperzone.com/2013/04/10/precompiled-flac-library-for-ios/
我用过:
Ogg & Vorbis 来自:https ://github.com/iosdevzone/IDZAQAudioPlayer/tree/master/Frameworks
Speex 来自: https ://github.com/iosdevzone/IDZPrecompiledSpeex
这些与 armv7、armv7s 和 i386 完美配合。