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
271 stars 107 forks source link

No microphone with "seed-2mic-voicecard" #32

Open Alaric84 opened 7 months ago

Alaric84 commented 7 months ago

I (thought) I'd have a pretty easy setup: One Audio device. A seed-2mic-voicecard on a rasperry zero 2w with the latest RasperryPi OS.

Recording with arecord and playing with aplay works fine without any device configuration

arecord -d 10 -f cd -t wav foobar.wav aplay foobar.wav

Talkiepi plays the incoming stream from mumble but does not send anything. I can see no error message or anything wrong here.

Any idea what could be wrong or where I can look at?

Thanks a lot!

aplay -l List of PLAYBACK Hardware Devices card 0: seeed2micvoicec [seeed-2mic-voicecard], device 0: bcm2835-i2s-wm8960-hifi wm8960-hifi-0 [bcm2835-i2s-wm8960-hifi wm8960-hifi-0] Subdevices: 0/1 Subdevice #0: subdevice #0 and

arecord -l List of CAPTURE Hardware Devices card 0: seeed2micvoicec [seeed-2mic-voicecard], device 0: bcm2835-i2s-wm8960-hifi wm8960-hifi-0 [bcm2835-i2s-wm8960-hifi wm8960-hifi-0] Subdevices: 0/1 Subdevice #0: subdevice #0

talkkonnect commented 7 months ago

you can try talkkonnect it has a readymade image for respeaker already https://github.com/talkkonnect

Alaric84 commented 7 months ago

Thanks for the hint! I'll give it a try!