Help with a waveIn, waveOut program
-
Hello everyone, I want to write a program that gets input from the microphone. The volume of the input from the microphone will be used in a program. Based on the volume of the input, I want to increase the size of another variable. Can anyone help with me this? where do I start from? Thanks a million in advance. Commickey
-
Hello everyone, I want to write a program that gets input from the microphone. The volume of the input from the microphone will be used in a program. Based on the volume of the input, I want to increase the size of another variable. Can anyone help with me this? where do I start from? Thanks a million in advance. Commickey
Commickey wrote:
where do I start from?
Have you already decided to go with the Windows waveform audio system (waveIn, waveOut)? If not, I would recommend examining the pros and cons of the different audio options: For MCI and waveform audio there's Windows Multimedia[^] For DirectX (DirectSound) there's DirectX SDK[^]
-
Commickey wrote:
where do I start from?
Have you already decided to go with the Windows waveform audio system (waveIn, waveOut)? If not, I would recommend examining the pros and cons of the different audio options: For MCI and waveform audio there's Windows Multimedia[^] For DirectX (DirectSound) there's DirectX SDK[^]
-
Hello everyone, I want to write a program that gets input from the microphone. The volume of the input from the microphone will be used in a program. Based on the volume of the input, I want to increase the size of another variable. Can anyone help with me this? where do I start from? Thanks a million in advance. Commickey
Is
MCI_DGV_RECORD_PARMS
helpfuls ?
WhiteSky