Search code examples
iphoneiosmp3avaudioplayeraudio-recording

How to record sound in mp3 format in iPhone


I want to record the sound in my iPhone app,but i can only record it in some specific formats.How to record in mp3 format I have searched lot,but could not find a solution

I found AVRecorder wont support mp3 recording,even though there are many apps in itunes which record in mp3 format

How can I achieve this,Please help me..thanks in advance


Solution

  • Here is the solution of your question.

    This demo is developed by apple and usefull for audio recording in mp3 format. I have already developed one app(BRL App) using this demo.

    This is very very helpfull demo developed by apple developers.