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.
我一直在开发一个应用程序,它使音频管道通过AVAudioEngine然后渲染到文件中。
AVAudioEngine
我一直在使用这个代码示例的方法,适合我自己的需要。问题是如果耳机连接到设备,输出音频文件是无声的。您可以通过连接耳机运行该项目来观察这一点。
我唯一的想法是 iPhone 通常有一个单声道outputNode,但耳机给它一个立体声格式。我发现这些东西很难调试,所以任何指针都值得赞赏。
outputNode
我从这里得到了示例代码,这可能会提供有关该问题的更多上下文。
谢谢
看起来会话已设置为播放。尝试将其设置为 AVAudioSessionCategoryAudioProcessing。