diff options
Diffstat (limited to 'Alc/effects/fshifter.cpp')
-rw-r--r-- | Alc/effects/fshifter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/effects/fshifter.cpp b/Alc/effects/fshifter.cpp index 496a767d..0bbcc859 100644 --- a/Alc/effects/fshifter.cpp +++ b/Alc/effects/fshifter.cpp @@ -171,7 +171,7 @@ void FshifterState::process(const ALsizei samplesToDo, const FloatBufferLine *RE } /* Processing signal by Discrete Hilbert Transform (analytical signal). */ - complex_hilbert(mAnalytic, HIL_SIZE); + complex_hilbert(mAnalytic); /* Windowing and add to output accumulator */ for(k = 0;k < HIL_SIZE;k++) |