I am making a cocoa application in Xcode that will analyze the microphone input in real time. I looked through tutorials and other questions, but they all seem to be dealing with audio files, not mic input.
What do I need to use to receive audio data from a microphone into an array so that I can draw a waveform?
source share