Commit 99b867cb authored by David Reid's avatar David Reid

Use sinc instead of linear as the default SRC algorithm.

parent b250bcdf
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment