]> git.parisson.com Git - telecaster-server.git/commitdiff
add qjackctl
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 8 Jun 2025 23:20:25 +0000 (01:20 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Sun, 8 Jun 2025 23:20:25 +0000 (01:20 +0200)
bin/streaming/telecaster.py

index 717bd911ce5ed2e6b8ec100f4d7d9151d21007d5..a70a8924eb44585c8d7a0ac788dbfb3e491b4da3 100755 (executable)
@@ -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": "",