Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 cordova 框架在 iOS 上工作,并且我已经按照 cordova 文章中的描述实现了 AudioRecorder 功能。当我尝试录制音频文件时,会出现一条消息“无法初始化 AVAudioRecorder:(null)”。我该如何解决?谢谢!
PhoneGap Media api 允许以.wav格式(和其他类型)记录,但不允许以mp3. 选择mp3格式是一个常见的错误。
.wav
mp3
您应该将文件另存为.wav.