mirror of
https://git.exozy.me/a/Never-Gonna-Give-Beep-Up
synced 2025-12-08 01:56:30 +00:00
Final changes
This commit is contained in:
parent
80e92d1cab
commit
fa498f76c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue