質問

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.

役に立ちましたか?

解決

You can use the iOS Extended Audio File Serveces API to read the uncompressed audio samples.

他のヒント

AudioGraph is a good, working example:

https://github.com/tkzic/audiograph

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top