Update documentation to include mention of JACK.

This commit is contained in:
David Reid
2018-03-05 22:27:12 +10:00
parent dfcaf178f9
commit effed2d4a8
+2
View File
@@ -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.