我录制的音频文件在哪里?它在 xcode 中的默认类型是什么?
我正在使用 AVAudioSession
录制文件,但我不知道它存储在哪里以及使用哪种文件格式 .wav 或 .mp3 :P ?有人可以帮助我吗?我还需要知道模仿类型?
I'm recording a file using AVAudioSession
but i do not know where its stored and with which file format .wav or .mp3 :P ? Could someone help me? Also I need to know mimetype?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以指定录音的目标路径(通常是您应用程序的文档目录)
在这个答案中,您会找到您的代码需要。
You can specify the destination path of the recording (usually the documents directory of your app)
In this answer you'll find the code you need.