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

This commit is contained in:
David Reid
2018-08-05 12:30:36 +10:00
parent 64a534744a
commit 28002a1ddc
+2 -2
View File
@@ -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,