Rave
Rave

Reputation: 843

how to read from microphone using C

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

Answers (1)

Dietrich Epp
Dietrich Epp

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

Related Questions