I was looking for where to get the microphone input on a Mac, and the Objective C AVAudioRecorder class appeared. I was able to write the audio to a file, but how can I use AVAudioRecorder and then convert the Core Audio Format data to the original sound for use in C ++ code e.g. PocketSphinx? Thanks
source
share