From bf3f41482fa7996c402623391407ea907e3977cc Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Sun, 31 Jan 2021 14:04:30 +0100 Subject: [PATCH] Increase file padding, for longer windowed sinc kernels --- src/sfizz/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Config.h b/src/sfizz/Config.h index 349a9c12..2a597c67 100644 --- a/src/sfizz/Config.h +++ b/src/sfizz/Config.h @@ -67,7 +67,7 @@ namespace config { constexpr int chunkSize { 1024 }; constexpr unsigned int defaultAlignment { 16 }; constexpr int filtersInPool { maxVoices * 2 }; - constexpr int excessFileFrames { 8 }; + constexpr int excessFileFrames { 64 }; constexpr int maxLFOSubs { 8 }; constexpr int maxLFOSteps { 128 }; /**