Add a chunkSize config parameter

This is related to file streaming when background loading
This commit is contained in:
Paul Ferrand 2019-12-22 23:37:44 +01:00
parent 68fb7fe0d9
commit 9d53878873

View file

@ -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