J
Jason Barnett
I'm searching for a way to capture audio data from a microphone, without
requiring products such as DirectX or third-party tools. I imagine that
Windows already has build-in support, because the Sound Recorder application
can do it. Is there a set of Windows API functions that I must use. I don't
mind encapsulating unmanaged code into an assembly to accomplish the task.
My core requirement is getting it to run on the most basic install of Windows
as possible (Windows 2000 or higher).
Any help is appreciated.
requiring products such as DirectX or third-party tools. I imagine that
Windows already has build-in support, because the Sound Recorder application
can do it. Is there a set of Windows API functions that I must use. I don't
mind encapsulating unmanaged code into an assembly to accomplish the task.
My core requirement is getting it to run on the most basic install of Windows
as possible (Windows 2000 or higher).
Any help is appreciated.