mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Lower the priority of JACK to below OSS.
The reason for this change is to ensure OSS is chosen over JACK by default on BSD platforms.
This commit is contained in:
@@ -1311,8 +1311,8 @@ struct mal_device
|
|||||||
// - WinMM
|
// - WinMM
|
||||||
// - PulseAudio
|
// - PulseAudio
|
||||||
// - ALSA
|
// - ALSA
|
||||||
// - JACK
|
|
||||||
// - OSS
|
// - OSS
|
||||||
|
// - JACK
|
||||||
// - OpenSL|ES
|
// - OpenSL|ES
|
||||||
// - OpenAL
|
// - OpenAL
|
||||||
// - SDL
|
// - SDL
|
||||||
@@ -12345,8 +12345,8 @@ static const mal_backend g_malDefaultBackends[] = {
|
|||||||
mal_backend_winmm,
|
mal_backend_winmm,
|
||||||
mal_backend_pulseaudio,
|
mal_backend_pulseaudio,
|
||||||
mal_backend_alsa,
|
mal_backend_alsa,
|
||||||
mal_backend_jack,
|
|
||||||
mal_backend_oss,
|
mal_backend_oss,
|
||||||
|
mal_backend_jack,
|
||||||
mal_backend_opensl,
|
mal_backend_opensl,
|
||||||
mal_backend_openal,
|
mal_backend_openal,
|
||||||
mal_backend_sdl,
|
mal_backend_sdl,
|
||||||
|
|||||||
Reference in New Issue
Block a user