diff --git a/ashost.py b/ashost.py index a0d6aa3..07458de 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*5} -l 1') + os.system(f'speaker-test -t sine -f 44{i*10} -l 0.2') # Listen for devices that send start and return the host name midi_host_in = determine_host(devices_in)