Pergunta

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.

Foi útil?

Solução

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

Outras dicas

AudioGraph is a good, working example:

https://github.com/tkzic/audiograph

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top