开发者

How to use FLAC in iPhone application?

开发者 https://www.devze.com 2023-02-28 17:38 出处:网络
I\'m developing iPhone app that should use Google Voice API, so my app should convert voice recorded in m4a to flac. Of course I should use libflac, but all my attempts to compile static library for i

I'm developing iPhone app that should use Google Voice API, so my app should convert voice recorded in m4a to flac. Of course I should use libflac, but all my attempts to compile static library for iOS were failed due to linker errors.

So the question is: where could I find static 开发者_StackOverflow社区iOS binaries of libflac or what should I do to compile it?


ScummVM has libflac in their iPhone setup. See: http://wiki.scummvm.org/index.php/Compiling_ScummVM/iPhone

I'm sure you can look over their setup to figure it out.


Take a look at this:

https://github.com/jhurt/FLACiOS

Makes the integration of libflac into ios apps very easy...

Have fun

0

精彩评论

暂无评论...
验证码 换一张
取 消