mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Use sinc instead of linear as the default SRC algorithm.
This commit is contained in:
@@ -919,7 +919,7 @@ typedef enum
|
|||||||
mal_src_algorithm_sinc = 0,
|
mal_src_algorithm_sinc = 0,
|
||||||
mal_src_algorithm_linear,
|
mal_src_algorithm_linear,
|
||||||
mal_src_algorithm_none,
|
mal_src_algorithm_none,
|
||||||
mal_src_algorithm_default = mal_src_algorithm_linear
|
mal_src_algorithm_default = mal_src_algorithm_sinc
|
||||||
} mal_src_algorithm;
|
} mal_src_algorithm;
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
|
|||||||
Reference in New Issue
Block a user