Update change history.

This commit is contained in:
David Reid
2023-06-17 08:06:22 +10:00
parent e9ba163490
commit a6eb7d6a6f
+1
View File
@@ -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.