From 6758f34e1be0e3a1fe4b886797337132816582d9 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:16:38 +0200 Subject: [PATCH] fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 827a2a6..953c55e 100644 --- a/main.py +++ b/main.py @@ -17,7 +17,7 @@ def transpose_parts(parts: list[int]): def main() -> None: # Type _raw_wavefile as wave_read - with wave.open("./lasttime.wav") as _raw_wavefile: + with wave.open("./input.wav") as _raw_wavefile: with wave.open("output.wav", mode="wb") as write_file: wave_file: wave.Wave_read = _raw_wavefile