How to record sound from a microphone in VB6?
问题 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, such as using the MCI control, etc. 回答1: "Clunky" is right. I've also been using the MciSendString method. If you are willing to move off VB6, you could use the Microphone