gpt4 book ai didi

iphone - 如何在 iOS 中使用 AvAudiorecorder 将音频录制为 mp3 文件

转载 作者:行者123 更新时间:2023-12-03 18:32:30 25 4
gpt4 key购买 nike

如何使用 AvAudiorecorder 将音频录制为 mp3 文件?我使用以下代码进行录音机设置

recordSetting =  [NSDictionary dictionaryWithObjectsAndKeys:
[NSNumber numberWithInt:AVAudioQualityMin],AVEncoderAudioQualityKey,
[NSNumber numberWithInt:16],
AVEncoderBitRateKey,
[NSNumber numberWithInt: 2],
AVNumberOfChannelsKey,
[NSNumber numberWithFloat:44100.0],
AVSampleRateKey, nil];

最佳答案

添加

[NSNumber numberWithInt:kAudioFormatMPEGLayer3] forKey:AVFormatIDKey

但是,由于版权问题,不可能在 iPhone 上编码 mp3 格式。

关于iphone - 如何在 iOS 中使用 AvAudiorecorder 将音频录制为 mp3 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10314510/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com