Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use FLAC in iPhone application?

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 iOS binaries of libflac or what should I do to compile it?

like image 352
dosi Avatar asked Apr 26 '11 20:04

dosi


1 Answers

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.

like image 182
entropo Avatar answered Sep 20 '22 06:09

entropo