update printed volume label

This commit is contained in:
foamyguy 2025-08-20 07:54:10 -05:00
parent 4998356604
commit eb35d69e1b

View file

@ -17,7 +17,7 @@ while True:
print("\n=== Synthio Test ===")
for vol in VOLUMES:
pobj.volume = vol
print(f"Speaker volume: {vol}")
print(f"Volume: {vol}")
for note in C_major_scale:
synth.press(note)
time.sleep(0.1)