所以...我正在尝试解决这个问题......
我想录制我的桌面屏幕并使用外部麦克风录制我的声音。
我想从 CLI 来完成此操作。
这男人记录我的桌面表示:
--device SOUND_DEVICE
Sound device(default hw:0,0 or /dev/dsp, depending on whether ALSA or OSS is used).
然后我尝试查找有关我的 USB 麦克风的数据。所以我运行系统盘并得到:
Bus 002 Device 002: ID 17a0:0305 Samson Technologies Corp. GoMic compact condenser mic
但没有什么看起来像hw:0,0
。
然后我查看了更多信息lshw | grep -A 5 -B 4 Samson
并得到了:
*-usb:1
description: Audio device
product: Samson GoMic
vendor: Samson Technologies
physical id: 3
bus info: usb@2:3
version: 2.07
capabilities: usb-1.10 audio-control
configuration: driver=usbhid maxpower=100mA speed=12Mbit/s
仍然没有数据。在 wiki 上也找不到太多内容。
我如何找到我的声音设备?
答案1
这个答案建议使用aplay -l
命令,在这种情况下它输出:
card 2: GoMic [Samson GoMic], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
这意味着该设备插头:2,0(不是0,0在这种情况下!)显然这意味着卡 0,设备 0。
现在它开始录制