mirror of
https://git.exozy.me/a/Never-Gonna-Give-Beep-Up
synced 2024-11-22 06:17:29 +00:00
Final changes
This commit is contained in:
parent
80e92d1cab
commit
fa498f76c8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user