Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flac Converter Objective-C?

Does anyone know how to convert .mp3 to .flac in Objective-C using FFmpeg for iOS? Or other solutions to convert? I want to use Google's speech recognition api and of course they only support .flac audio.

like image 913
Smoothie Avatar asked Nov 05 '22 08:11

Smoothie


1 Answers

Since you can use C in objective-C, you are in good shape to use libflac.

http://flac.sourceforge.net/developers.html

like image 200
Kekoa Avatar answered Nov 09 '22 07:11

Kekoa