Reduce the max number of buffers
This commit is contained in:
parent
8ed3d16b8c
commit
16472b4ef9
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 { 16 };
|
constexpr int bufferPoolSize { 8 };
|
||||||
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