Add support for callback notifications when a sound reaches the end.

This commit is contained in:
David Reid
2023-03-17 12:05:56 +10:00
parent 6f5c86070e
commit 695e750c34
2 changed files with 54 additions and 2 deletions
+2
View File
@@ -9,6 +9,8 @@ v0.11.12 - TBD
* Fix a bug where asynchronously loaded data sources via the resources manager would reset ranges and loop points.
* Fix some Wimplicit-fallthrough warnings.
* Add support for Windows 95/98.
* Add support for configuring the stack size of resource manager job threads.
* Add support for callback notifications when a sound reaches the end.
* Optimizations to the high level API.
* Remove the old runtime linking system for pthread. The `MA_USE_RUNTIME_LINKING_FOR_PTHREAD` option is no longer used.
* WASAPI: Fix a crash when starting a device while it's in the process of rerouting.