mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Update documentation to include mention of JACK.
This commit is contained in:
@@ -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)
|
|||||||
//
|
//
|
||||||
// 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user