ggdt/examples/audio_playback
Gered 44984c716c add "apply" method variant that handles device locking itself
rename the old "apply" to "apply_to_device". meh. naming is hard.
i expect that most of the time i'd want to use the "apply" method i'm
adding here that handles device locking internally, so that is why i've
chosen to let it be called "apply" and to rename the other one.
2022-07-10 14:21:52 -04: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 add audio_playback example 2022-05-28 20:29:40 -04: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.