Reduce the default preloading size

This commit is contained in:
Paul Ferrand 2019-11-30 16:32:43 +01:00
parent ffda6626e2
commit 170ab500b4

View file

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