Version 0.11.5

This commit is contained in:
David Reid
2022-01-16 19:35:45 +10:00
parent 592d3d61b5
commit 92d39a73fa
5 changed files with 322 additions and 506 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
v0.11.5 - TBD
=============
v0.11.5 - 2022-01-16
====================
* WASAPI: Fix a bug in duplex mode when the capture and playback devices have different native sample rates.
* AAudio: Add support for automatic stream routing.
* iOS: The interruption_began notification now automatically calls `ma_device_stop()`. This allows `ma_device_start()` to work as expected when called from interruption_ended.