Final changes

This commit is contained in:
Anthony Wang 2022-10-03 18:27:21 -04:00
parent 80e92d1cab
commit fa498f76c8
No known key found for this signature in database
GPG Key ID: 42A5B952E6DD8D38
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ while i < len(sys.argv):
time.sleep(float(sys.argv[i])/1000)
if f != 0 and l != 0:
print(f, l)
os.system(f'play -n synth {l} sawtooth {f} &')
os.system(f'play -n synth {l*0.75} sawtooth {f} &')
time.sleep(l)
f = 0
l = 0