#sound

play

The package provides a means of playing audio files

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

#612 in Audio

Download history 32/week @ 2023-11-13 31/week @ 2023-11-20 28/week @ 2023-11-27 29/week @ 2023-12-04 32/week @ 2023-12-11 28/week @ 2023-12-18 18/week @ 2023-12-25 14/week @ 2024-01-01 30/week @ 2024-01-08 24/week @ 2024-01-15 24/week @ 2024-01-22 13/week @ 2024-01-29 13/week @ 2024-02-05 26/week @ 2024-02-12 40/week @ 2024-02-19 181/week @ 2024-02-26

261 downloads per month

Apache-2.0/MIT

35KB
96 lines

Play Package Documentation Build

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