Waveform from microphone object c

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?

+4
source share

Source: https://habr.com/ru/post/1500789/


All Articles