FutureProofHomes / wyoming-enhancements

Integrate Magical ChatGPT Capabilities With Home Assistant's Wyoming Voice Satellite.
MIT License
110 stars 18 forks source link

pulse outputing via built in headphone jack rather than seed-2mic #27

Closed AnEnglishSkull closed 7 months ago

AnEnglishSkull commented 7 months ago

pulse audio not outputting over the seeed-2mic but only outputing via the headphone jack of my pi 3 model b, worked via the seed boad before installing the pulse steps for ducking

n8ohu commented 7 months ago

I'm going to try disabling the built-in audio and see if that works. Wish me luck.

AnEnglishSkull commented 7 months ago

good luck please post if it worked or not

AnEnglishSkull commented 7 months ago

I figured it out. You can change the default output device with "pactl set-default-sink" first run "pactl list short sinks" to list you available output devices "0 alsa_output.platform-bcm2835_audio.analog-stereo module-alsa-card.c s16le 2ch 44100Hz RUNNING 1 alsa_output.platform-soc_sound.stereo-fallback module-alsa-card.c s16le 2ch 44100Hz SUSPENDED" if something is currently playing it will say "running" and you other device will say idle or suspended in my case running "pactl set-default-sink alsa_output.platform-soc_sound.stereo-fallback" set it to output with the seeed board rather than the pi's onboard jack

AnEnglishSkull commented 7 months ago

hope this helps anybody else like me who is knew to pulse in general

n8ohu commented 7 months ago

Thanks for figuring it out. What I tried didn't work.

ra31el71 commented 6 months ago

Hi! Mine says: 0 alsa_output.platform-3f902000.hdmi.hdmi-stereo module-alsa-card.c s16le 2ch 44100Hz SUSPENDED 1 alsa_output.platform-soc_sound.stereo-fallback module-alsa-card.c s16le 2ch 44100Hz SUSPENDED How can I enable one of those?