DirectSound: Add support for specifying an explicit HWND.

Public issue https://github.com/mackron/miniaudio/issues/779
This commit is contained in:
David Reid
2023-11-28 07:39:47 +10:00
parent 4a5b74bef0
commit 5a3655fea4
2 changed files with 18 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
v0.11.22 - TBD
=====================
* DirectSound: Add support for specifying an explicit window handle for SetCooperativeLevel().
v0.11.21 - 2023-11-15
=====================
* Add new ma_device_notification_type_unlocked notification. This is used on Web and will be fired after the user has performed a gesture and thus unlocked the ability to play audio.