Skip to content

Commit

Permalink
newsletter: add a section on WebAudio
Browse files Browse the repository at this point in the history
  • Loading branch information
gmta committed Oct 30, 2024
1 parent a6543c5 commit 9a2272f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/content/newsletters/2024-10-31.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 9a2272f

Please sign in to comment.