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 compi
Take a look at this:
https://github.com/jhurt/FLACiOS
Makes the integration of libflac into ios apps very easy...
Have fun