Commit 28002a1d authored by David Reid's avatar David Reid

Prioritize s16 over f32 since it is better supported by hardware.

parent 64a53474
......@@ -3076,8 +3076,8 @@ mal_uint32 g_malStandardSampleRatePriorities[] = {
};
mal_format g_malFormatPriorities[] = {
mal_format_f32, // Most common
mal_format_s16,
mal_format_s16, // Most common
mal_format_f32,
//mal_format_s24_32, // Clean alignment
mal_format_s32,
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