In windows, I was wonder how to select a specific input channel for audio recording. The audio device has 8 input record channels and in the device list only one device shows up, as "Device 1-8".
If I want to record on channel 5 only. How do I do this?
Do I have to specify waveInOpen() to record 5 channels (or 3 stereo) then ignore the first 4 channels of data? Or is there some way to only record one specific channel?
Thanks,
Tim