This commit is contained in:
Myzel394 2024-06-17 18:16:38 +02:00
parent f6e2bb89e9
commit 6758f34e1b
No known key found for this signature in database
GPG Key ID: DEC4AAB876F73185

View File

@ -17,7 +17,7 @@ def transpose_parts(parts: list[int]):
def main() -> None: def main() -> None:
# Type _raw_wavefile as wave_read # 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: with wave.open("output.wav", mode="wb") as write_file:
wave_file: wave.Wave_read = _raw_wavefile wave_file: wave.Wave_read = _raw_wavefile