ggdt/examples/audio_playback
Gered 7c568fd09d update to a more recent version of sdl2. only tested on linux for now
0.35.2 is the latest version available via cargo right now, and that
version has some issues building for me that have been resolved in
subsequent commit(s). for some reason the maintainers have not pushed
a new version of sdl2 to cargo for quite some time despite numerous
fixes and updates being available ...? bah!

also the current sdl2 `features` set will probably only work for linux
builds. i will try to work out windows + mac build issues shortly
2023-01-18 13:30:25 -05:00
..
assets update audio_playback example with varied wav file formats to convert 2022-05-29 13:18:51 -04:00
src add "apply" method variant that handles device locking itself 2022-07-10 14:21:52 -04:00
Cargo.toml update to a more recent version of sdl2. only tested on linux for now 2023-01-18 13:30:25 -05:00
README.md add audio_playback example 2022-05-28 20:29:40 -04:00

libretrogd - Audio Playback Example

Simple example of playing back one or more sounds loaded from WAV files simultaneously.

Run cargo run from this directory to try it out.