请教LY_liuyang 关于waveaudio中的问题
我的电脑里面有三个声卡,我想用WaveAudio控件中的StockAudioRecorder控件来实现三块声卡同时录音并保存录音记录,现在的问题是如何用该控件绑定我指定的声卡呢?即StockAudioRecorder1我绑定声卡1,StockAudioRecorder2我绑定声卡2,StockAudioRecorder3我绑定声卡3,请问该如何设置.
[解决办法]
汗~俺还没用上超过1个声卡呢~
文档上说了呢:
DeviceID: DWORD;
Specifies the identifier of wave audio input device. You can use WAVE_MAPPER (default value) instead of a device identifier. In this case, the component seleects a wave audio input device capable of recording with the specified wave format.