I need to record audio file that can be played with silverlight. Audio files recorded with AVAudioRecorder have CAF container. This format is not supported by silverlight. Is there any way to edit the audio so that it has mp4 container so that it would be supported by silverlight.
Share
Well I guess there is a way after all. All that is needed to save the file with .mp4 extension. The AVAudioRecorder creates the container according to the extension stated in the file path to save the audio file. I did not assume it is just that easy but it works perfectly 🙂