dchote / talkiepi

The talkiepi project is for a truly headless mumble client for the Raspberry Pi, utilizing static config and GPIO for status LEDs and a button for push to talk
Mozilla Public License 2.0
268 stars 107 forks source link

No Sound Input #5

Closed savvamadar closed 4 years ago

savvamadar commented 5 years ago

I am using a USB Microphone and a separate USB Speaker.

For the life of me I can't get the input to work.

I can call arecord -d 10 test.wav and my microphone records the 10 seconds fine. I can call aplay test.wav and my speaker plays the file fine.

Notice that in neither command I specify the hw.

With talkiepi I get this error: ALSA lib pcm_dsnoop.c:618:(snd_pcm_dsnoop_open) unable to open slave

I'm using a Zero-W.

When I run talkiepi I can receive the input, it's very distorted - which is fine for now, but no matter what, I even made a new fork to remove gpios from the equation (https://github.com/savvamadar/talkiepi), I can't get input. The pi's lips do not light up in the mumble server. Could you take a look at my repo?

Run it via talkiepi -server whatever -username blah -insecure -voiceon

My .asourdrc looks like this: pcm.!default { type asym playback.pcm { type plug slave { pcm "hw:0,0" } } capture.pcm { type plug slave { pcm "hw:1,0" } } }

savvamadar commented 4 years ago

Since I got a notification I just want to say that it was a power issue. Once I switched to a pi3 it worked.