From fa498f76c8d7eb44cb23670d9c4b11af36e772fb Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 3 Oct 2022 18:27:21 -0400 Subject: [PATCH] Final changes --- beepemu-sox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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