I've got a ~1s mono .WAV on disk. I would like my OSX (and later iOS) app to read it into a float buffer.
What's the simplest way to achieve this?
I've got a ~1s mono .WAV on disk. I would like my OSX (and later iOS) app to read it into a float buffer. What's the simplest way to achieve this? |
||||
|
Solution is to use ExtAudioFile() I found it reading the most excellent Core-Audio bible |
|||
|
The libsndfile way :)
|
|||
|