The essence of the question is this: there is a sound file in the WAVE
format, it lies in the NSBundle
and it needs to be converted to FLAC
format. Which way to go?
|
1 answer
Standard means in any way, you need to build libflac for iOS. Of course, it is problematic to assemble - therefore there are already collected ones. You can see here .
And then see the flac
documentation or sample programs.
- oneThanks for the answer, but I already compiled the libFLAC library, I had to torment the brain, but it's worth it. PS Who will use the library from the link above? This is probably useful too github.com/jhurt/wav_to_flac - x86-64
|