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.
Finch 库是否可以播放来自 NSData 源的声音,以便可以播放使用 AVAudioRecorder 在应用程序中录制的内容?
是的。该类FISound有一个初始化器,它接受一个FISample,它只是一个简单的包装器NSData。这意味着您可以将数据填充到FISample实例中,填写音频元数据并使用示例创建一个FISound.
FISound
FISample
NSData