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.
我正在开发一个需要在后台连续录制音频数小时的 iOS 应用程序。我对此进行了很多搜索,但似乎没有任何效果。我的录音机在前台工作时工作正常,但当我按下主页按钮时重新编码停止。任何人都可以帮助我解决代码或任何想法吗
我不确定它是否适用于您录制音频的解决方案,但请查看iOS Background Modes. 其中一种模式称为audio. 我已按照本教程继续下载文件,其中一部分是关于音频的(主要是播放音频文件,但也许您可以修改代码)。
iOS Background Modes
audio
也许它也有助于解决录音问题。