I attached a PlayStationEye USB mic/camera to my pi 3 and was able to get the microphone working with arecord
with commands such as arecord -D plughw:0,0 -f cd ./test.wav
. My ~/.asoundrc
is identical to the file shown here here.
However, when I try to use the mic through the browser it will not work. I tried various websites with no luck. My end goal is to use this mic to do speech recognition via some platform but one step at a time. Any suggestions as to how and begin to start troubleshooting this? Chromium does show the correct default devices in the settings.
I'm at a total loss and there is little to nothing I can find out there. For examples this post does not apply because the browser certainly sees it. Could it be a latency problem of some sort?