Skip to content

Commit

Permalink
ENH: Cleaner bash (#17)
Browse files Browse the repository at this point in the history
* ENH: Cleaner bash

* FIX: More

* FIX: Check
  • Loading branch information
larsoner authored Jun 24, 2024
1 parent 81f5a1d commit 6a2b53e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
set -xeo pipefail
python -m sounddevice | grep "[82] out"
name: Check that there is some output device
- run: sleep 10
- run: |
set -xeo pipefail
python -m sounddevice | grep "[82] out"
name: Check that there is some output device after sleep
4 changes: 3 additions & 1 deletion linux/setup_sound.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ set -xeo pipefail

sudo apt update
sudo apt install -y pulseaudio libportaudio2 dbus-x11 libasound-dev
dbus-launch pulseaudio --start
systemctl --user restart pulseaudio.service
systemctl --user restart pulseaudio.socket
pactl list

0 comments on commit 6a2b53e

Please sign in to comment.