0

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.

Cœur
  • 37,241
  • 25
  • 195
  • 267
yoyosir
  • 458
  • 2
  • 11
  • 27

2 Answers2

2

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

hotpaw2
  • 70,107
  • 14
  • 90
  • 153
0

AudioGraph is a good, working example:

https://github.com/tkzic/audiograph

Totoro
  • 3,398
  • 1
  • 24
  • 39