Last active
April 29, 2019 00:44
-
-
Save J3698/b85841293bddfbcd699eac8a1c2a2486 to your computer and use it in GitHub Desktop.
Version 2 of Top of auto-bt.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
amixer -c 0 cset numid=3 | |
coproc stdbuf -oL bluetoothctl | |
sleep 5 | |
sudo -u pi /usr/local/bin/jackd -dalsa -r44100 -p1024 -n2 & | |
sleep 10 | |
sudo -u pi pulseaudio --start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment