Crates.io | super-rodio |
lib.rs | super-rodio |
version | 0.0.7 |
source | src |
created_at | 2024-07-08 17:49:43.837652 |
updated_at | 2024-07-14 17:31:22.294403 |
description | An out-of-the-box rust audio-player library that utilize rodio in thread-safe manners. |
homepage | |
repository | |
max_upload_size | |
id | 1296192 |
size | 19,261 |
An out-of-the-box rust audio-player library that utilize rodio in thread-safe manners.
For testing, one can create /audio
directory and add the following audio files in name:
/audio/music
/audio/short_sound
After adding these files, you're ready to run all the tests
with cargo test
.