From cf6c959df02f6b0b42c5e0a4bccd55be0bdb6958 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Jun 2025 01:20:25 +0200 Subject: [PATCH] add qjackctl --- bin/streaming/telecaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": "", -- 2.39.5