summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-12-02 12:39:46 +1100
committerDamien Zammit <damien@zamaudio.com>2017-12-02 12:39:46 +1100
commitd3c57d259c045e59ec7c552fcf4d969f5ea6e1f7 (patch)
tree6cce54bcc6110051faa08b77dd27ac5cfab4d8e3
parenta33178808d105c6d48d3a5913f536eb06089ff43 (diff)
ZamSFZ: Use SRC_SINC_MEDIUM_QUALITY for resampling to speed up load
-rw-r--r--plugins/ZamSFZ/Sfz.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZamSFZ/Sfz.hpp b/plugins/ZamSFZ/Sfz.hpp
index 3240310..fa66fbc 100644
--- a/plugins/ZamSFZ/Sfz.hpp
+++ b/plugins/ZamSFZ/Sfz.hpp
@@ -10,7 +10,7 @@
#define MAX_LAYERS 12
#define MAX_SAMPLES 130000
#define BLOCK_SIZE 512
-#define CONVERTER_TYPE SRC_SINC_BEST_QUALITY
+#define CONVERTER_TYPE SRC_SINC_MEDIUM_QUALITY
class Sfz {