This Forum is now reserved to registred users!
No sound output
-
Hi, so ive installed magic mirror using your auto install script and ive installed GA. when i say jarvis it responds but with no sound.
im using buster version: 10
npm version: 8.19.2here is my arecord -L
pi@raspberrypi:~ $ arecord -L null Discard all samples (playback) or generate zero samples (capture) jack JACK Audio Connection Kit pulse PulseAudio Sound Server playback ac108 default Playback/recording through the PulseAudio sound server output input usbstream:CARD=b1 bcm2835 HDMI 1 USB Stream Output usbstream:CARD=Headphones bcm2835 Headphones USB Stream Output sysdefault:CARD=seeed4micvoicec seeed-4mic-voicecard, bcm2835-i2s-ac10x-codec0 ac10x-codec0-0 Default Audio Device dmix:CARD=seeed4micvoicec,DEV=0 seeed-4mic-voicecard, bcm2835-i2s-ac10x-codec0 ac10x-codec0-0 Direct sample mixing device dsnoop:CARD=seeed4micvoicec,DEV=0 seeed-4mic-voicecard, bcm2835-i2s-ac10x-codec0 ac10x-codec0-0 Direct sample snooping device hw:CARD=seeed4micvoicec,DEV=0 seeed-4mic-voicecard, bcm2835-i2s-ac10x-codec0 ac10x-codec0-0 Direct hardware device without any conversions plughw:CARD=seeed4micvoicec,DEV=0 seeed-4mic-voicecard, bcm2835-i2s-ac10x-codec0 ac10x-codec0-0 Hardware device with all software conversions usbstream:CARD=seeed4micvoicec seeed-4mic-voicecard USB Stream Output
here is aplay -L
pi@raspberrypi:~ $ aplay -L null Discard all samples (playback) or generate zero samples (capture) jack JACK Audio Connection Kit pulse PulseAudio Sound Server playback ac108 default Playback/recording through the PulseAudio sound server output input sysdefault:CARD=b1 bcm2835 HDMI 1, bcm2835 HDMI 1 Default Audio Device dmix:CARD=b1,DEV=0 bcm2835 HDMI 1, bcm2835 HDMI 1 Direct sample mixing device dsnoop:CARD=b1,DEV=0 bcm2835 HDMI 1, bcm2835 HDMI 1 Direct sample snooping device hw:CARD=b1,DEV=0 bcm2835 HDMI 1, bcm2835 HDMI 1 Direct hardware device without any conversions plughw:CARD=b1,DEV=0 bcm2835 HDMI 1, bcm2835 HDMI 1 Hardware device with all software conversions usbstream:CARD=b1 bcm2835 HDMI 1 USB Stream Output sysdefault:CARD=Headphones bcm2835 Headphones, bcm2835 Headphones Default Audio Device dmix:CARD=Headphones,DEV=0 bcm2835 Headphones, bcm2835 Headphones Direct sample mixing device dsnoop:CARD=Headphones,DEV=0 bcm2835 Headphones, bcm2835 Headphones Direct sample snooping device hw:CARD=Headphones,DEV=0 bcm2835 Headphones, bcm2835 Headphones Direct hardware device without any conversions plughw:CARD=Headphones,DEV=0 bcm2835 Headphones, bcm2835 Headphones Hardware device with all software conversions usbstream:CARD=Headphones bcm2835 Headphones USB Stream Output usbstream:CARD=seeed4micvoicec seeed-4mic-voicecard USB Stream Output
.asound file here:
pcm.!default{ type asym playback.pcm{ type hw card 0 } capture.pcm{ type plug slave.pcm "hw:1, 0" } } ctl.!default { type hw card 1 } pcm.output { type hw card 1 } pcm.input { type hw card 1 }
ive been trying to figure it out all today but with no luck, i couldnt see anything in the wikis.
thanks
-
Hi, why using alsa and try to configure an asound file ? (result: you will have no sound)
raspbian os use
pulse auio by default
since buster, So GA tooJust configure sound output in your desktop (volume icon)
-
thanks a million