Now then; Uncle Mike has a query about sound "stuff". Need some advice, please.
I have a Logitech c920 HD "Pro" USB webcam. Various things will, when requested, allow me to select this as the default sound card to use, specifically for its microphone. I have noticed, however, that it never shows up in the 'Multiple Sound Cards' section of the ALSA Sound Wizard.
Am I correct in thinking that this is because it doesn't have an 'output' side? Like all webcams, it has a microphone, but of course, no speakers.
I'm playing around with various speech recognition items in Chrome. Chrome (or Iron, my 'fave' Chrome alternative) under Linux doesn't present me with a microphone 'drop-down' selector box in the Settings section.....although curiously, when setting things up in the Google "Duo" video chat app, it will allow you to select the webcam as microphone source, despite not showing up in the ALSA Sound Wizard.....
See why I'm getting confused, kids?

Code: Select all
arecord -l
Code: Select all
# arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC671 Analog [ALC671 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 2: ALC671 Alt Analog [ALC671 Alt Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 3: C920 [HD Pro Webcam C920], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
#
[Click to enlarge:-]

All I get there is the built-in soundcad, and the Nvidia graphics card (I know these have a selectable audio output - probably multiple ones! - but I have no interest in those.)
So, I guess my query is this:
If the Multiple Sound Card selector doesn't detect it, is there an alternative way to select the webcam as "default" sound card? Google's "Duo" must be checking in a different place to the browser's settings dialog (which obviously checks the defaults, and sees that there's no microphone source, so, no drop-down selector - no point, right?) That's an educated guess, anyway.
Just so's y'all know, the c920 HD "Pro" is plugged-in permanently, so should, by rights, get detected.....yes? I've got ideas along the lines of a small script to "set" the webcam as default (temporarily) using the following:-
Code: Select all
# arecord -l | grep C920
card 3: C920 [HD Pro Webcam C920], device 0: USB Audio [USB Audio]
#
Any advice would be appreciated, boys & girls.
Mike.
