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.
我有通过 AudioQueue 记录的 NSDATA ,我想通过 IOS 上的任何 AUDIO 播放器播放此音频,请对此提供帮助。
谢谢 Djrecker
将其保存为音频文件(例如 WAV)。AudioFile 和 ExtAudioFile API 可以帮助你编写这个。
您不能指望 iOS 上的任何音频播放器都能正确解释/猜测一组样本数据。这就是文件格式存在的原因——音频文件格式可以指定采样数、通道数、采样率、采样格式以及文件中有关音频的大量其他信息。使用音频文件,您可以以其他程序能够(正确)读取的格式交换此录音。