From a6eb7d6a6f855139f01477c002b0911e69fa92cf Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 17 Jun 2023 08:06:22 +1000 Subject: [PATCH] Update change history. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 8f46e027..55feb27b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ v0.11.18 - TBD ===================== +* Fix some AIFF compatibility issues. * Add support for setting a callback on an `ma_engine` object that get's fired after it processes a chunk of audio. This allows applications to do things such as apply a post-processing effect or output the audio to a file. * AAudio: Fix an error where the buffer size is not configured correctly which sometimes results in excessively high latency.