Increase file padding, for longer windowed sinc kernels
This commit is contained in:
parent
75c169217d
commit
bf3f41482f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 };
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue