Commit e1d02f76 authored by David Reid's avatar David Reid

Increase the default sinc window width for resampling.

parent 7a304dc5
...@@ -524,7 +524,7 @@ typedef int mal_result; ...@@ -524,7 +524,7 @@ typedef int mal_result;
#define MAL_MAX_SAMPLE_RATE MAL_SAMPLE_RATE_384000 #define MAL_MAX_SAMPLE_RATE MAL_SAMPLE_RATE_384000
#define MAL_SRC_SINC_MIN_WINDOW_WIDTH 2 #define MAL_SRC_SINC_MIN_WINDOW_WIDTH 2
#define MAL_SRC_SINC_MAX_WINDOW_WIDTH 32 #define MAL_SRC_SINC_MAX_WINDOW_WIDTH 32
#define MAL_SRC_SINC_DEFAULT_WINDOW_WIDTH 16 #define MAL_SRC_SINC_DEFAULT_WINDOW_WIDTH 32
#define MAL_SRC_SINC_LOOKUP_TABLE_RESOLUTION 8 #define MAL_SRC_SINC_LOOKUP_TABLE_RESOLUTION 8
#define MAL_SRC_INPUT_BUFFER_SIZE_IN_SAMPLES 256 #define MAL_SRC_INPUT_BUFFER_SIZE_IN_SAMPLES 256
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