From: Guillaume Pellerin Date: Sun, 8 Jun 2025 23:20:25 +0000 (+0200) Subject: add qjackctl X-Git-Tag: 4.1.0~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=cf6c959df02f6b0b42c5e0a4bccd55be0bdb6958;p=telecaster-server.git add qjackctl --- diff --git a/bin/streaming/telecaster.py b/bin/streaming/telecaster.py index 717bd91..a70a892 100755 --- a/bin/streaming/telecaster.py +++ b/bin/streaming/telecaster.py @@ -48,7 +48,7 @@ DEFAULT_CONFIG_FILE = "/etc/telecaster/telecaster.yml" JACK_CONFIG = {"engine": "jackd", "options": "-R -P50 -dalsa -r48000 -p1024 -n3 -Chw:3 -Phw:3", - "tools": ["catia", "konsole"]} + "tools": ["qjackctl", "catia", "konsole"]} PIPEWIRE_CONFIG = {"engine": "pipewire", "options": "",