Hi There, Does anyone know of any library to convert .caf files or .aif audio files to mp3 format. Im recording these on iPhone using AVAudioRecorder pibrary but need to convert them to mp3 on server side. Your help is much appreciated. Really stuck on this one.
A:
Kynth
2010-06-30 09:29:16
HEy, Thanks for answer.Im looking for a way to do this programatically using .net as using LAME with audicaty is not an option for us.Many Thanks
TonyNeallon
2010-06-30 10:16:56
There isn't a pure .Net solution that I'm aware of. In this instance I would use interop to call the mp3 encoding functions in a library such as the LAME dll by using the DllImport attribute provided by System.Runtime.InteropServices.
Kynth
2010-06-30 10:30:33