iPhone中支持的音频文件格式有哪些?
如果我想播放2小时的音频文件,我应用程序中最好的音频文件格式是什么?
谢谢
如何使用AvAudiorecorder.im将音频录制为mp3文件,使用以下代码进行录音机设置
recordSetting1 = [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithInt:AVAudioQualityMin],AVEncoderAudioQualityKey,
[NSNumber numberWithInt:16],
AVEncoderBitRateKey,
[NSNumber numberWithInt: 2],
AVNumberOfChannelsKey,
[NSNumber numberWithFloat:44100.0],
AVSampleRateKey,nil];
Run Code Online (Sandbox Code Playgroud)