How to record sound from a microphone in VB6?
Posted
by Clay Nichols
on Stack Overflow
See other posts from Stack Overflow
or by Clay Nichols
Published on 2010-05-22T04:13:52Z
Indexed on
2010/05/22
4:20 UTC
Read the original article
Hit count: 317
We've been recording sound for over a decade using what seems like a very clunky method using the Winmm.dll and the MCIsendString.
I've read that this doesn't set the recording quality value correctly (not sure if that article was ever true or is still true).
I was wondering if there is any better way to record sound.
© Stack Overflow or respective owner