Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31b8322

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

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎content/news/024/index.md

Copy file name to clipboardExpand all lines: content/news/024/index.md
+7Lines changed: 7 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.