Can anyone tell me how I would go about recording audio form a microphone? How can I send audio to a sound card? I'm on a Windows computer.
This is a discussion on Record From Microphone within the Windows Programming forums, part of the Platform Specific Boards category; Can anyone tell me how I would go about recording audio form a microphone? How can I send audio to ...
Can anyone tell me how I would go about recording audio form a microphone? How can I send audio to a sound card? I'm on a Windows computer.
Since you can't access the device directly, I'm moving this to Windows Programming. You have to go through the API.
Now the simplest way to do this is probably through MCI.
If you want to be more flexible, look for functions starting with the waveIn prefix.
Another place to look is DirectMusic, it may have a recording part.
Last edited by CornedBee; 05-03-2007 at 11:07 AM.
All the buzzt!
CornedBee
"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
Use the IDirectSound8 interfaces , much faster than MCI or PlaySound
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.