From 99b867cb51cfd26bc0924825135b82c133f09320 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 14 Jul 2018 21:39:38 +1000 Subject: [PATCH] Use sinc instead of linear as the default SRC algorithm. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 1f63bedb..f2b214b0 100644 --- a/mini_al.h +++ b/mini_al.h @@ -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