Increase file padding, for longer windowed sinc kernels

This commit is contained in:
Jean Pierre Cimalando 2021-01-31 14:04:30 +01:00
parent 75c169217d
commit bf3f41482f

View file

@ -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 };
/**