简体   繁体   English

如何分析iOS中音频队列服务中记录的音频文件?

[英]How to analyze the audio file recorded in audio queue services in iOS?

I know the file path. 我知道文件路径。 How am I going to open it? 我怎么打开它? I want the LPCM format like the one in the buffer when recording the audio. 在录制音频时,我希望LPCM格式与缓冲区中的格式类似。

您可以使用iOS扩展音频文件服务API来读取未压缩的音频样本。

AudioGraph is a good, working example: AudioGraph是一个很好的工作示例:

https://github.com/tkzic/audiograph https://github.com/tkzic/audiograph

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM