Add ma_engine_get_volume().

Public issue https://github.com/mackron/miniaudio/issues/700
This commit is contained in:
David Reid
2023-07-08 09:18:41 +10:00
parent 0eadb0f30e
commit ab87375257
2 changed files with 16 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@ 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.
* Add `ma_engine_get_volume()`.
* AAudio: Fix an error where the buffer size is not configured correctly which sometimes results in excessively high latency.