From 766420eb2bbc1a94f83f1fcb95c9c3e65cb2baac Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 1 Jun 2020 21:20:36 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index 65c9600d..86e72b9d 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -43573,6 +43573,7 @@ v0.10.8 - TBD - ma_data_source_map() - ma_data_source_unmap() - Add documentation for log levels. + - Fix some bugs with the linear resampler when dynamically changing the sample rate. - Fix some warnings with GCC and -std=c89. v0.10.7 - 2020-05-25