From 9a2272f2d4b1e8d51b6ee8bab027e2dfa1ebe5b9 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Wed, 30 Oct 2024 22:29:17 +0100 Subject: [PATCH] newsletter: add a section on WebAudio --- src/content/newsletters/2024-10-31.mdx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/content/newsletters/2024-10-31.mdx b/src/content/newsletters/2024-10-31.mdx index f2e9c4b..ec684fb 100644 --- a/src/content/newsletters/2024-10-31.mdx +++ b/src/content/newsletters/2024-10-31.mdx @@ -37,7 +37,8 @@ This month, we solved this issue by switching to a "pull" model, where the repai ### CSS filter support -Ladybird already implemented a number of CSS backdrop filters, but now introduces support for the CSS `filter` property with which you can modify the graphical appearance of elements. +Although Ladybird already implemented a number of CSS backdrop filters, it now has support for the CSS `filter` property +with which you can modify the graphical appearance of elements. We support blurring, drop shadows, grayscale, sepia, and many more. @@ -99,6 +100,12 @@ With the following changes being made, it's now possible to chat on Discord usin ![](/assets/img/newsletter-oct-2024-chat-on-discord.gif) +### WebAudio improvements + +WebAudio allows you to set up complex audio processing graphs using a comprehensive API. This month, we've seen a number +of small improvements in supporting these APIs such as `BaseAudioContext.decodeAudioData()`, which among others, allows +you to pass the loading screen of [ZType](https://zty.pe/) and actually play the game! + ### Credits We thank the following people who contributed code to Ladybird in October 2024: