Mic sound capture in windows using c/c++

As part of a project I have to capture sound input through mic, to do some signal processing and would like to store the resulting sound in windows using c/c++.
Have any default c/c++ library or methods to capture Mic input sound in Windows?, pls suggest better way …. Pls provide if anyone have sample programs...
closed account (Dy7SLyTq)
I don't know of a way to do it with stl, but sfml will let you
Do you need your signal processing program to do the capture?

Or could you use Sound Recorder to record some sound to a wav file and then have your program analyse the wav file?

Andy
Topic archived. No new replies allowed.