From effed2d4a8255ce44166f43aeb1e3fd9f2ade21e Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 5 Mar 2018 22:27:12 +1000 Subject: [PATCH] Update documentation to include mention of JACK. --- mini_al.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mini_al.h b/mini_al.h index 0cff62cb..837bb85e 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1266,6 +1266,7 @@ struct mal_device // - WinMM // - ALSA // - PulseAudio +// - JACK // - OSS // - OpenSL|ES // - OpenAL @@ -15003,6 +15004,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // // v0.x - 2018-xx-xx // - Add support for PulseAudio. +// - Add support for JACK. // - Fix errors with OpenAL detection. // - Fix some memory leaks. // - Miscellaneous bug fixes.