Crates.io | rodio |
lib.rs | rodio |
version | 0.20.1 |
source | src |
created_at | 2015-09-11 12:08:05.255656 |
updated_at | 2024-11-08 00:36:53.517921 |
description | Audio playback library |
homepage | |
repository | https://github.com/RustAudio/rodio |
max_upload_size | |
id | 3031 |
size | 394,902 |
Rust playback library.
Playback is handled by cpal. Format decoding can be handled either by Symphonia, or by format-specific decoders:
See the docs for more details on backends.
The documentation contains an introduction to the library.
Rodio uses cpal
to send audio to the OS for playback. On Linux cpal
needs the ALSA development files. These are provided as part of the libasound2-dev package on Debian and Ubuntu distributions and alsa-lib-devel on Fedora.
For information on how to contribute to this project, please see our Contributing Guide.
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.