Reputation: 458
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.
Upvotes: 0
Views: 344
Reputation: 3408
AudioGraph is a good, working example:
https://github.com/tkzic/audiograph
Upvotes: 0
Reputation: 70693
You can use the iOS Extended Audio File Serveces API to read the uncompressed audio samples.
Upvotes: 2