Alo*_*nha 7 iphone record avaudiorecorder
如何使用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)
加
[NSNumber numberWithInt:kAudioFormatMPEGLayer3] forKey:AVFormatIDKey
Run Code Online (Sandbox Code Playgroud)
然而,由于版税,在IPhone上编码mp3格式是不可能的.
| 归档时间: |
|
| 查看次数: |
13227 次 |
| 最近记录: |