15 releases (5 breaking)
Uses old Rust 2015
0.5.3 | Oct 19, 2017 |
---|---|
0.5.2 | Oct 19, 2017 |
0.5.1 | Mar 4, 2017 |
0.4.2 | Feb 9, 2017 |
0.0.3 | Jan 22, 2017 |
#622 in Audio
56 downloads per month
35KB
96 lines
Play
The package provides a means of playing audio files.
Example
play::play("tests/fixtures/sound.mp3").unwrap();
Contribution
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.
lib.rs
:
Means of playing audio files.
Example
play::play("tests/fixtures/sound.mp3").unwrap();
Dependencies
~3MB
~77K SLoC