Reduce the default preloading size
This commit is contained in:
parent
ffda6626e2
commit
170ab500b4
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace sfz {
|
|||
namespace config {
|
||||
constexpr float defaultSampleRate { 48000 };
|
||||
constexpr int defaultSamplesPerBlock { 1024 };
|
||||
constexpr int preloadSize { 8192 * 4 };
|
||||
constexpr int preloadSize { 8192 };
|
||||
constexpr int numChannels { 2 };
|
||||
constexpr int numVoices { 64 };
|
||||
constexpr int sustainCC { 64 };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue