You can use the mciSendString API to record wav files.
Declare Function mciSendString Lib "Winmm" Alias "mciSendStringA" (ByVal lpstrCommand as String, ByVal lpstrReturnString as String, ByVal uReturnLength as Long, ByVal hwndCallback as Long) as Long
the first argument is the command string, the second receives return information if needed, uReturnLength is the lenght of lpstrReturnString and the last argument is used for system notifications.
commands:
CommandString="Open new type waveaudio alias RecWavFile"
' used to open the waveaudio RecWavFile
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.