1
0
mirror of https://git.exozy.me/a/Never-Gonna-Give-Beep-Up synced 2024-11-22 07:17:31 +00:00

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

View File

@ -19,7 +19,7 @@ while i < len(sys.argv):
time.sleep(float(sys.argv[i])/1000) time.sleep(float(sys.argv[i])/1000)
if f != 0 and l != 0: if f != 0 and l != 0:
print(f, l) 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) time.sleep(l)
f = 0 f = 0
l = 0 l = 0