- Added audio confirmation via 3,5 jack

This commit is contained in:
bklronin 2024-06-30 20:20:45 +02:00
parent 891c2afc72
commit f3e3c701b2
1 changed files with 1 additions and 1 deletions

View File

@ -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)