Skip to content

Commit 31b8322

Browse files
N24: Macroquad (#746)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 4f86396 commit 31b8322

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/news/024/index.md

+7
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,15 @@ Macroquad website, showing how a game written with the framework can be
391391
ported to Android. It details all of the steps, from building to packaging
392392
for a release on Google Play.
393393

394+
In other news, Macroquad used to depend on rodio+cpal for audio on
395+
native platforms and a custom WebAudio implementation for web, with a custom
396+
abstraction on top of both. This month, Macroquad's audio system was
397+
reimplemented on top of raw OS APIs - ALSA, OpenSLES, CoreAudio and WASAPI.
398+
This functionality has now been extracted into a crate: [quad-snd].
399+
394400
[macroquad]: https://github.com/not-fl3/macroquad
395401
[macroquad-android]: https://macroquad.rs/tutorials/android/
402+
[quad-snd]: https://github.com/not-fl3/quad-snd
396403

397404
### [Emerald]
398405

0 commit comments

Comments
 (0)