Question

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.

Était-ce utile?

La solution

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

Autres conseils

AudioGraph is a good, working example:

https://github.com/tkzic/audiograph

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top