diff options
author | Anthony Wang | 2022-10-03 18:27:21 -0400 |
---|---|---|
committer | Anthony Wang | 2022-10-03 18:27:21 -0400 |
commit | fa498f76c8d7eb44cb23670d9c4b11af36e772fb (patch) | |
tree | a6606797eba2b9e4ef6e078e63bb381745fe9586 /beepemu-sox | |
parent | 80e92d1cab560f77900f66a002e54ccc9a59d424 (diff) |
Final changes
Diffstat (limited to 'beepemu-sox')
-rwxr-xr-x | beepemu-sox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beepemu-sox b/beepemu-sox index 6fb9487..3ad34ed 100755 --- a/beepemu-sox +++ b/beepemu-sox @@ -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 |