mirror of
https://github.com/Myzel394/time_domain_scrambling.git
synced 2025-06-18 15:35:28 +02:00
fix
This commit is contained in:
parent
f6e2bb89e9
commit
6758f34e1b
2
main.py
2
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user