From 8987711b90b15e1d8cdf0f135867e8271231b65f Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 14 Nov 2016 22:19:39 +1000 Subject: [PATCH] Give DirectSound priority over WASAPI for now. --- mini_al.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini_al.h b/mini_al.h index 5aae7657..8b96fbaf 100644 --- a/mini_al.h +++ b/mini_al.h @@ -491,8 +491,8 @@ struct mal_device // // is used to allow the application to prioritize backends depending on it's specific // requirements. This can be null in which case it uses the default priority, which is as follows: -// - WASAPI // - DirectSound +// - WASAPI // - ALSA // - OpenSL|ES // - Null @@ -4131,8 +4131,8 @@ mal_result mal_context_init(mal_backend backends[], mal_uint32 backendCount, mal mal_zero_object(pContext); static mal_backend defaultBackends[] = { - mal_backend_wasapi, mal_backend_dsound, + mal_backend_wasapi, mal_backend_alsa, mal_backend_sles, mal_backend_null