ggdt/examples/audio_playback
Gered 66bf1e40cc pin anyhow and thiserror versions
due to encountering some compile errors on a fresh system which pulled
down the newest minor versions of both. these two libraries do not seem
to follow "good" semantic versioning ... ? ugh. will try to work out
the compiler issues with the latest versions of these later ...
2023-01-18 13:26:53 -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 pin anyhow and thiserror versions 2023-01-18 13:26:53 -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.