From 6500c8cd781b37a8c46296b185336380c403fe72 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 29 Apr 2018 14:06:01 +1000 Subject: [PATCH] Update change log. --- mini_al.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mini_al.h b/mini_al.h index a3e4bf41..f129cc0f 100644 --- a/mini_al.h +++ b/mini_al.h @@ -21439,6 +21439,7 @@ mal_uint64 mal_sine_wave_read(mal_sine_wave* pSineWave, mal_uint64 count, float* // distributions of MinGW. // - Remove dependency on audioclient.h for the WASAPI backend. This fixes build issues with some // distributions of MinGW. +// - Add support for dithering to format conversion. // - Add support for configuring the priority of the worker thread. // - Add a sine wave generator. // - Improve efficiency of sample rate conversion.