- Added audio confirmation via 3,5 jack

This commit is contained in:
bklronin 2024-06-30 20:41:37 +02:00
parent 795256b870
commit 6e530f62e6
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def determine_host(devices_in: list) -> str:
inports = [mido.open_input(device) for device in devices_in] inports = [mido.open_input(device) for device in devices_in]
print("Listening for messages...") print("Listening for messages...")
os.system(f'speaker-test -t sine -f 261 -l 1')
try: try:
while not master: while not master:
for port in inports: for port in inports: