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
.