Jake K

Results 10 comments of Jake K

It's basically asking you to use: `input_device: "USB PnP Sound Device: Audio (plughw:3,0)"` instead of `input_device: "plughw:3,0"`

Gonna need more info here. What are you using for a mic? Are you using Pulse Audio etc. Can you upload your alsa debug file and your debug script when...

You can set your alsa devices in `/etc/asound.conf` for system-wide or `~/.asoundrc` for individual user. If the file doesn't exist you have to create it. If you have a separate...

> > Hi @EmerickH , > > I have solved my Issue, I use a I2S Soundcard & the declared GPIO Pins used the same as the Soundcard -.- ^^Very...

> > Hi @EmerickH , > > I have solved my Issue, I use a I2S Soundcard & the declared GPIO Pins used the same as the Soundcard -.- ^^Very...

I was having this issue too, then I switched to use `snowboy` and set the threshold to `1`, which is the max. For some reason `pocketsphix` wasn't working for me....

Have you tried to use snowboy instead of pocketsphix?

> You are not alone. I am getting the same error running on a Raspberry PI4 > Sorry to resurrect an old question but noting this is still an open...

I think you have to configure your `.asoundrc` to use your mic as default with your output device. Right now you have your default to use just `card0` which is...

Have tried adding the specific device for your capture device? `pcm.input { type hw card 2 device 0 }`