radio-rs-1.0.1 has been yanked.
A very simple, high level, audio playback library, ported from raudio library, for games.
Supported audio formats
- Can be played as
Sound
orMusic
:.wav
,.qoa
,.ogg
,.mp3
,.flac
- Can only be played as
Music
:.xm
Example
Here is an example code of it being used with macroquad:
use *;
use *;
async