//------------------ 设置录音格式及参数 --------------------------
NSDictionary *settings = [[NSDictionary alloc] initWithObjectsAndKeys:
[NSNumber numberWithInt:AVAudioQualityMin], AVEncoderAudioQualityKey,
[NSNumber numberWithInt:kAudioFormatLinearPCM], AVFormatIDKey,
[NSNumber numberWithFloat:8000.0], AVSampleRateKey,
[NSNumber numberWithInt:16], AVLinearPCMBitDepthKey,
[NSNumber numberWithInt:1], AVNumberOfChannelsKey,
[NSNumber numberWithBool:NO], AVLinearPCMIsBigEndianKey,
[NSNumber numberWithBool:NO], AVLinearPCMIsFloatKey, nil];
// NSDictionary *settings = [[NSDictionary alloc] initWithObjectsAndKeys:
// [NSNumber numberWithInt:kAudioFormatLinearPCM],AVFormatIDKey,//格式
// [NSNumber numberWithFloat:8000.0],AVSampleRateKey, //采样率8000次
// [NSNumber numberWithInt:1], AVNumberOfChannelsKey, //通道的数目
// [NSNumber numberWithInt:16],AVLinearPCMBitDepthKey, //采样位数 默认 16
// [NSNumber numberWithBool:NO],AVLinearPCMIsBigEndianKey, //大端还是小端 是内存的组织方式
// [NSNumber numberWithBool:NO],AVLinearPCMIsFloatKey, //采样信号是整数还是浮点数
// //Encoder
// [NSNumber numberWithInt:12800],AVEncoderBitRateKey, //解码率
// [NSNumber numberWithInt:8],AVEncoderBitDepthHintKey, //位深度
// [NSNumber numberWithInt:8],AVEncoderBitRatePerChannelKey, //声道采样率
// [NSNumber numberWithInt:AVAudioQualityLow],AVEncoderAudioQualityKey, //音频编码质量
// nil];
[[AVAudioRecorder alloc] initWithURL:[NSURL fileURLWithPath:cafFilePath] settings:settings error:&error];
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。