From c36b391cc5ca7be33a4392e7b10697ff366ab12a Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 5 Aug 2023 17:58:01 +1000 Subject: [PATCH] Update changes. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 2db82a05..2a5e4d4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ v0.11.18 - TBD * ALSA: Fix a possible error when stopping and restarting a device. * PulseAudio: Minor changes to stream flags. * Win32: Fix an error where `CoUninialize()` is being called when the corresponding `CoInitializeEx()` fails. +* Web / Emscripten: Add support for AudioWorklets. This is opt-in and can be enabled by defining `MA_ENABLE_AUDIO_WORKLETS`. You must compile with `-sAUDIO_WORKLET=1 -sWASM_WORKERS=1 -sASYNCIFY` for this to work. Requires at least Emscripten v3.1.32. v0.11.17 - 2023-05-27