如何錄製音頻爲MP3文件使用AvAudiorecorder.im使用錄音機下面的代碼設置如何錄製音頻爲MP3文件使用AvAudiorecorder
recordSetting1 = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithInt:AVAudioQualityMin],AVEncoderAudioQualityKey,
[NSNumber numberWithInt:16],
AVEncoderBitRateKey,
[NSNumber numberWithInt: 2],
AVNumberOfChannelsKey,
[NSNumber numberWithFloat:44100.0],
AVSampleRateKey,nil];
[如何以.mp3格式錄製音頻文件?](http://stackoverflow.com/questions/4871940/how-to-record-an-audio-file-in-mp3-format) – 2012-04-26 17:32:14