Commit dcf78ded authored by David Reid's avatar David Reid

Update change log.

parent e9e18f40
...@@ -16583,8 +16583,8 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) ...@@ -16583,8 +16583,8 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count)
// //
// v0.x - 2018-xx-xx // v0.x - 2018-xx-xx
// - API CHANGE: Rename MAL_MAX_SAMPLE_SIZE_IN_BYTES to MAL_MAX_PCM_SAMPLE_SIZE_IN_BYTES. // - API CHANGE: Rename MAL_MAX_SAMPLE_SIZE_IN_BYTES to MAL_MAX_PCM_SAMPLE_SIZE_IN_BYTES.
// - Change the default channel mapping to the standard Microsoft mapping. // - API CHANGE: Change the default channel mapping to the standard Microsoft mapping.
// - Remove backend-specific result codes. // - API CHANGE: Remove backend-specific result codes.
// - Add support for PulseAudio. // - Add support for PulseAudio.
// - This is the highest priority backend on Linux (higher priority than ALSA) since it is commonly // - This is the highest priority backend on Linux (higher priority than ALSA) since it is commonly
// installed by default on many of the popular distros and offer's more seamless integration on // installed by default on many of the popular distros and offer's more seamless integration on
......
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