Commit effed2d4 authored by David Reid's avatar David Reid

Update documentation to include mention of JACK.

parent dfcaf178
...@@ -1266,6 +1266,7 @@ struct mal_device ...@@ -1266,6 +1266,7 @@ struct mal_device
// - WinMM // - WinMM
// - ALSA // - ALSA
// - PulseAudio // - PulseAudio
// - JACK
// - OSS // - OSS
// - OpenSL|ES // - OpenSL|ES
// - OpenAL // - OpenAL
...@@ -15003,6 +15004,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) ...@@ -15003,6 +15004,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count)
// //
// v0.x - 2018-xx-xx // v0.x - 2018-xx-xx
// - Add support for PulseAudio. // - Add support for PulseAudio.
// - Add support for JACK.
// - Fix errors with OpenAL detection. // - Fix errors with OpenAL detection.
// - Fix some memory leaks. // - Fix some memory leaks.
// - Miscellaneous bug fixes. // - Miscellaneous bug fixes.
......
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