From f3e3c701b236bfe93e3e2df1febdd298309b76f1 Mon Sep 17 00:00:00 2001 From: bklronin Date: Sun, 30 Jun 2024 20:20:45 +0200 Subject: [PATCH] - Added audio confirmation via 3,5 jack --- ashost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ashost.py b/ashost.py index 07458de..1837c13 100644 --- a/ashost.py +++ b/ashost.py @@ -147,7 +147,7 @@ def main_run(): for i in range(len(devices_out)): #Try to communicate nr of devices via 3,5 output of raspi - os.system(f'speaker-test -t sine -f 44{i*10} -l 0.2') + os.system(f'speaker-test -t sine -f 44{i*10} -l 1') # Listen for devices that send start and return the host name midi_host_in = determine_host(devices_in)