https://github.com/stainless-steel/play
Means of playing audio files
https://github.com/stainless-steel/play
audio playback sound
Last synced: 10 months ago
JSON representation
Means of playing audio files
- Host: GitHub
- URL: https://github.com/stainless-steel/play
- Owner: stainless-steel
- License: other
- Created: 2017-01-21T09:36:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T04:47:08.000Z (over 2 years ago)
- Last Synced: 2025-04-15T08:44:32.114Z (about 1 year ago)
- Topics: audio, playback, sound
- Language: Rust
- Homepage:
- Size: 54.7 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Play [![Package][package-img]][package-url] [![Documentation][documentation-img]][documentation-url] [![Build][build-img]][build-url]
The package provides a means of playing audio files.
## Example
```rust
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](LICENSE.md).
[build-img]: https://travis-ci.org/stainless-steel/play.svg?branch=master
[build-url]: https://travis-ci.org/stainless-steel/play
[documentation-img]: https://docs.rs/play/badge.svg
[documentation-url]: https://docs.rs/play
[package-img]: https://img.shields.io/crates/v/play.svg
[package-url]: https://crates.io/crates/play