Add a chunkSize config parameter
This is related to file streaming when background loading
This commit is contained in:
parent
68fb7fe0d9
commit
9d53878873
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ namespace config {
|
|||
constexpr unsigned powerHistoryLength { 16 };
|
||||
constexpr float voiceStealingThreshold { 0.00001 };
|
||||
constexpr int numCCs { 143 };
|
||||
constexpr int chunkSize { 1024 };
|
||||
} // namespace config
|
||||
|
||||
// Enable or disable SIMD accelerators by default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue