diff options
Diffstat (limited to 'src/Resampler.cpp')
-rw-r--r-- | src/Resampler.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Resampler.cpp b/src/Resampler.cpp index 50e1897..ee2b865 100644 --- a/src/Resampler.cpp +++ b/src/Resampler.cpp @@ -48,8 +48,7 @@ T gcd(T a, T b) Resampler::Resampler(size_t inputRate, size_t outputRate, size_t resolution) : - ModCodec(ModFormat(inputRate * sizeof(complexf)), - ModFormat(outputRate * sizeof(complexf))), + ModCodec(), myFftPlan1(NULL), myFftPlan2(NULL), myFftIn(NULL), |