相关疑难解决方法(0)

支持iPhone中的音频文件格式

iPhone中支持的音频文件格式有哪些?

如果我想播放2小时的音频文件,我应用程序中最好的音频文件格式是什么?

谢谢

iphone avaudioplayer

21
推荐指数
2
解决办法
4万
查看次数

如何使用AvAudiorecorder将音频录制为mp3文件

如何使用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)

iphone record avaudiorecorder

7
推荐指数
2
解决办法
1万
查看次数

标签 统计

iphone ×2

avaudioplayer ×1

avaudiorecorder ×1

record ×1