From e7bc174bfc467dbc15946268a351a0fc6c6377ba Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 8 Apr 2018 10:11:18 +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 fa50f9de..e33cd2e2 100644 --- a/mini_al.h +++ b/mini_al.h @@ -19879,6 +19879,7 @@ mal_uint64 mal_sine_wave_read(mal_sine_wave* pSineWave, mal_uint64 count, float* // distributions of MinGW. // - Add support for configuring the priority of the worker thread. // - Add a sine wave generator. +// - Improve efficiency of sample rate conversion. // - Introduce the notion of standard channel maps. Use mal_get_standard_channel_map(). // - Introduce the notion of default device configurations. A default config uses the same configuration // as the backend's internal device, and as such results in a pass-through data transmission pipeline.