Increase the buffer pool size

This commit is contained in:
Paul Ferrand 2020-05-07 20:48:18 +02:00
parent f0b527525f
commit 91fc783b49

View file

@ -28,7 +28,7 @@ namespace config {
constexpr float defaultSampleRate { 48000 };
constexpr int defaultSamplesPerBlock { 1024 };
constexpr int maxBlockSize { 8192 };
constexpr int bufferPoolSize { 4 };
constexpr int bufferPoolSize { 6 };
constexpr int stereoBufferPoolSize { 4 };
constexpr int indexBufferPoolSize { 2 };
constexpr int preloadSize { 8192 };