File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -391,8 +391,15 @@ Macroquad website, showing how a game written with the framework can be
391
391
ported to Android. It details all of the steps, from building to packaging
392
392
for a release on Google Play.
393
393
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
+
394
400
[ macroquad ] : https://github.com/not-fl3/macroquad
395
401
[ macroquad-android ] : https://macroquad.rs/tutorials/android/
402
+ [ quad-snd ] : https://github.com/not-fl3/quad-snd
396
403
397
404
### [ Emerald]
398
405
You can’t perform that action at this time.
0 commit comments