This repository has been archived by the owner on Dec 25, 2024. It is now read-only.
generated from blue-build/template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixes for jackd script + updater
- Loading branch information
1 parent
18e0a3a
commit 60400fd
Showing
4 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
#!/usr/bin/env bash | ||
pulseaudio -k | ||
pactl load-module module-jack-source | ||
pactl load-module module-jack-sink | ||
jack_control start | ||
jack_control ds alsa | ||
jack_control dps rate 48000 | ||
jack_control dps nperiods 2 | ||
jack_control dps period 64 | ||
sleep 5sec | ||
sleep 10 | ||
a2j_control --ehw | ||
a2j_control --start | ||
|
||
# Prevents the service from restarting a bunch of times for some reason | ||
while true ; do | ||
sleep 10000 | ||
done | ||
sleep 10 | ||
pulseaudio -k | ||
qjackctl & | ||
pactl load-module module-jack-source | ||
pactl load-module module-jack-sink |
This file contains 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
File renamed without changes.