Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 324 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 324 Bytes

Super Rodio

An out-of-the-box rust audio-player library that utilize rodio in thread-safe manners.

Test

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.