We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bbbc0 commit 53e9f85Copy full SHA for 53e9f85
python/stftpitchshift/vocoder.py
@@ -65,7 +65,7 @@ def decode(frames, framesize, hopsize, samplerate):
65
delta = (i + j) * phaseinc
66
67
buffer += delta
68
- arg = buffer
+ arg = buffer.copy()
69
70
arg -= timeshift #38
71
0 commit comments