本文介绍了音频录制的音频输入设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有多个usb声卡连接到我的系统,我想为每个声卡录制一个特定的信号。如果我的gui上没有下拉列表框,我将如何调用我的USB声卡的名称才能正常工作。直接分配声卡是我所追求的。非常感谢!
I have multiple of usb sound card connected to my system and i want to record one certain signal for each sound card. How will I call the name of my USB sound card to work properly without having a dropdown list box on my gui. Direct assigning of sound card is what i am after. Thanks a lot!
audioRecorder->setAudioInput(); // this part is my question on how will i enter the name of my usb sound card
推荐答案
这篇关于音频录制的音频输入设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!