From 0675ffe24481fa1d3c97f6b030aaab099b1da801 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 4 Jun 2024 14:31:43 +0200 Subject: [PATCH] include assert --- oversampling/Oversampler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oversampling/Oversampler.h b/oversampling/Oversampler.h index a73d0b1..973063b 100644 --- a/oversampling/Oversampler.h +++ b/oversampling/Oversampler.h @@ -14,6 +14,7 @@ #define OVERSAMPLING_FACTORS_VA_LIST "None", "2x", "4x", "8x", "16x" +#include #include #include @@ -106,7 +107,7 @@ public: OverSampler(const OverSampler&) = delete; OverSampler& operator=(const OverSampler&) = delete; - void Reset(int blockSize = DEFAULT_BLOCK_SIZE) + void Reset(int blockSize = 16) { int numBufSamples = 1;