Merge branch 'dev' into dev-0.12

This commit is contained in:
David Reid
2023-07-22 16:22:25 +10:00
2 changed files with 749 additions and 102 deletions
+1
View File
@@ -2,6 +2,7 @@ v0.11.18 - TBD
===================== =====================
* Fix some AIFF compatibility issues. * 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. * 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.
* Add `ma_engine_get_volume()`.
* AAudio: Fix an error where the buffer size is not configured correctly which sometimes results in excessively high latency. * AAudio: Fix an error where the buffer size is not configured correctly which sometimes results in excessively high latency.
+748 -102
View File
File diff suppressed because it is too large Load Diff