So... I am trying to solve this problem...
I want to record my desktop screen and also record my voice using an external mic.
I want to do it from CLI.
The man recordmydesktop indicates this:
--device SOUND_DEVICE
Sound device(default hw:0,0 or /dev/dsp, depending on whether ALSA or OSS is used).
So then I am trying to find data about my USB mic. So I run lsusb and got:
Bus 002 Device 002: ID 17a0:0305 Samson Technologies Corp. GoMic compact condenser mic
But nothing looks liike hw:0,0
.
Then I look in the more informative lshw | grep -A 5 -B 4 Samson
and got:
*-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
Again no data. Not much is found in the wiki either.
How do I find my sound device out?