Increase the buffer pool size
This commit is contained in:
parent
f0b527525f
commit
91fc783b49
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace config {
|
||||||
constexpr float defaultSampleRate { 48000 };
|
constexpr float defaultSampleRate { 48000 };
|
||||||
constexpr int defaultSamplesPerBlock { 1024 };
|
constexpr int defaultSamplesPerBlock { 1024 };
|
||||||
constexpr int maxBlockSize { 8192 };
|
constexpr int maxBlockSize { 8192 };
|
||||||
constexpr int bufferPoolSize { 4 };
|
constexpr int bufferPoolSize { 6 };
|
||||||
constexpr int stereoBufferPoolSize { 4 };
|
constexpr int stereoBufferPoolSize { 4 };
|
||||||
constexpr int indexBufferPoolSize { 2 };
|
constexpr int indexBufferPoolSize { 2 };
|
||||||
constexpr int preloadSize { 8192 };
|
constexpr int preloadSize { 8192 };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue