Reputation: 843
I been searching for how to read audio from the microphone using C, i understand how to read a .wav file, do any of you know how to read audio from the microphone in real time.
Upvotes: 1
Views: 1461
Reputation: 213258
Read the developer documentation for your operating system. It is impossible to answer in general because the audio APIs are so different on each platform (DirectSound, ASIO, CoreAudio, ALSA, OSS, Jack, ...)
Upvotes: 4