[BUG] USB webcam/microphone detected in alsamixer but input is not recorded in parecord. #149
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
Pi 4b running recommended mkII image and a Victure SC30 webcam/microphone combo. The microphone is detected but
parecord
does not return recorded audio. A modification to the pulse audio config under static driver load resolved the issue. The line is commented out and set withhw:1,0
by default.Steps to Reproduce
Boot recommended image with input device plugged in.
Verify input levels and unmuted status in aslamixer/pactl list
Attempt to issue wake word.
Determine the input's card and device numbers, then modify
/etc/pulse/default.pa
above the line.ifexists module-udev-detect.so
by adding/modifying the lineload-module module-alsa-source device=hw:0,0
where0,0
corresponds to the card and device number of the input.Relevant Code
Other Notes
source https://wiki.archlinux.org/title/PulseAudio/Troubleshooting
The text was updated successfully, but these errors were encountered: