I listed the waveInGetDevCaps
and it shows me microphone. I however need to record the speaker audio. Is it possible to record devices listed by waveOutGetDevCaps
? All examples I find are of waveIn
I am trying to record audio of system. Not audio of mic.
I have two goals, one is a record the sound then do music recognition on it, and the second goal is to record screen and system audio togather. Does DirectShow
apis record audio as well?
Edit: So I started the DirectShow thing and am able to list CLSID_AudioInputDeviceCategory
but I can't find an example out there of how to record system audio, does anyone know of one or can provide one?