I am developing an application for the iPhone that should use the Google Voice API, so my application must convert the voice recorded in m4a to flac. Of course, I have to use libflac, but all my attempts to compile a static library for iOS have failed due to linker errors.
So the question is: where can I find libflac static iOS files or what should I do to compile it?
dosi
source share