Use sinc instead of linear as the default SRC algorithm.

This commit is contained in:
David Reid
2018-07-14 21:39:38 +10:00
parent b250bcdf06
commit 99b867cb51
+1 -1
View File
@@ -919,7 +919,7 @@ typedef enum
mal_src_algorithm_sinc = 0,
mal_src_algorithm_linear,
mal_src_algorithm_none,
mal_src_algorithm_default = mal_src_algorithm_linear
mal_src_algorithm_default = mal_src_algorithm_sinc
} mal_src_algorithm;
typedef enum