WASAPI: Fix an error where a buffer can possible be unreleased.

This commit is contained in:
David Reid
2022-01-19 17:50:34 +10:00
parent 11e2e59324
commit f769b18157
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
v0.11.6 - TBD
====================
* WASAPI: Fix a bug where the device is not stopped when an error occurrs when writing to a playback device.
* The node graph can now be used as a node. This allows node graphs to be connected to other node graphs.
* Fix a crash with high-pass and band-pass filters.
* Fix an audio glitch when mixing engine nodes (ma_sound and ma_sound_group).