diff --git a/build_raspOVOS.sh b/build_raspOVOS.sh index bdd0359b..833dfb77 100644 --- a/build_raspOVOS.sh +++ b/build_raspOVOS.sh @@ -106,7 +106,7 @@ chmod +x "/usr/libexec/update-audio-sinks" chmod +x "/usr/libexec/soundcard_autoconfigure" chmod +x "/usr/libexec/usb-autovolume" -ln -s /etc/systemd/system/combine_sinks.service /etc/systemd/system/multi-user.target.wants/combine_sinks.service +ln -s /etc/systemd/system/autoconfigure_soundcard.service /etc/systemd/system/multi-user.target.wants/autoconfigure_soundcard.service echo "Installing admin phal..." pip install sdnotify ovos-bus-client ovos-phal ovos-PHAL-plugin-system -c $CONSTRAINTS --break-system-packages diff --git a/docs/tutorial.md b/docs/tutorial.md index 7a7b8307..d85eae17 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -270,17 +270,36 @@ If you see an **undervoltage detected** warning: 4) Revert changes 5) Exit ``` -6. **Confirm default soundcard:** - - Run `cat ~/.asoundrc` to check the default soundcard in use, audio might be coming out of a different output (such as onboard audio jack or HDMI). - - **Example output** *if combining audio sinks* (option 3 in `ovos-audio-setup`)`: +6. **Confirm default sink:** + - Run `cat ~/.asoundrc` to verify `pipewire` is being used + - **Example output**: ``` pcm.!default pipewire ctl.!default pipewire ``` - - **Example output** *if explicitly selecting soundcard* (option 1+2 in `ovos-audio-setup`)`: + - Confirm default sink with `pactl info | grep "Default Sink"`, audio might be coming out of a different output (such as onboard audio jack or HDMI). + - **Example output**: + ``` + Default Sink: alsa_output.platform-soc_sound.stereo-fallback + ``` + - Check pipewire full info with `pactl info` for further diagnosis. + - **Example output**: ``` - defaults.pcm.card 2 - defaults.ctl.card 2 + Server String: /run/user/1000/pulse/native + Library Protocol Version: 35 + Server Protocol Version: 35 + Is Local: yes + Client Index: 247 + Tile Size: 65472 + User Name: ovos + Host Name: raspOVOS + Server Name: PulseAudio (on PipeWire 1.2.4) + Server Version: 15.0.0 + Default Sample Specification: float32le 2ch 48000Hz + Default Channel Map: front-left,front-right + Default Sink: alsa_output.platform-soc_sound.stereo-fallback + Default Source: alsa_input.platform-soc_sound.stereo-fallback + Cookie: da8a:b099 ``` 7. **Check available output sinks:** diff --git a/mycroft_en.conf b/mycroft_en.conf index 9573bdb0..5e54bddb 100644 --- a/mycroft_en.conf +++ b/mycroft_en.conf @@ -1,7 +1,4 @@ { - "g2p": { - "module": "ovos-g2p-plugin-mimic" - }, "tts": { "module": "ovos-tts-plugin-piper", "ovos-tts-plugin-piper": {