Skip to content

Commit

Permalink
combine sinks instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 17, 2025
1 parent 4ac68d5 commit 2bb15c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build_raspOVOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ln -s /etc/systemd/system/i2csound.service /etc/systemd/system/multi-user.target

echo "Installing raspovos-audio-setup..."
apt-get install -y --no-install-recommends pulseaudio-utils
git clone https://github.com/TigreGotico/raspovos-audio-setup /tmp/raspovos-audio-setup
git clone https://github.com/OpenVoiceOS/raspovos-audio-setup /tmp/raspovos-audio-setup
cp "/tmp/raspovos-audio-setup/autoconfigure_soundcard.service" "/etc/systemd/system/autoconfigure_soundcard.service"
cp "/tmp/raspovos-audio-setup/combine_sinks.service" "/etc/systemd/system/combine_sinks.service"
cp "/tmp/raspovos-audio-setup/ovos-audio-setup" "/usr/local/bin/ovos-audio-setup"
Expand All @@ -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/autoconfigure_soundcard.service /etc/systemd/system/multi-user.target.wants/autoconfigure_soundcard.service
ln -s /etc/systemd/system/combine_sinks.service /etc/systemd/system/multi-user.target.wants/combine_sinks.service

echo "Installing admin phal..."
pip install sdnotify ovos-bus-client ovos-phal ovos-PHAL-plugin-system -c $CONSTRAINTS --break-system-packages
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ If you see an **undervoltage detected** warning:
- `/tmp/autosoundcard.log` (for soundcard autoconfiguration)
- `/tmp/autovolume-usb.log` (for USB soundcard udev events)
- `/tmp/autosink.log` (for sink creation and merging events)
- **Example output**:
- **Example output**:
```
==> /tmp/autosoundcard.log <==
Fri 17 Jan 11:42:46 WET 2025 - **** List of PLAYBACK Hardware Devices ****
Expand Down

0 comments on commit 2bb15c2

Please sign in to comment.