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 的输出设备以 PCM 格式获取音频数据。我想对输出音频执行 FFT 并显示信息。你能给我提供示例源代码或教程的链接吗?
iOS 上没有用于访问音频输出设备的公共 API。应用程序可以访问应用程序本身播放的任何 PCM 音频数据。请参阅 RemoteIO 音频单元的 API。