No description
Find a file
David Kleingeld 3592cbe00c
Merge pull request #640 from PetrGlad/test-fixes
Test fixes, upgrade quickcheck
2024-12-03 12:33:28 +01:00
.github/workflows Exclude examples from experimental build tests 2024-11-22 20:58:01 +04:00
assets possibly fixed m4a and mp4a playback 2024-06-01 13:44:53 -05:00
benches adds resampler benchmark (implemented through UniformSource) 2024-11-21 18:01:21 +01:00
examples Merge remote-tracking branch 'rust-audio/master' into test-fixes 2024-11-26 16:24:51 +04:00
outreach adds draft for new release announcement 2024-10-04 02:19:44 +02:00
src Correct misprint 2024-12-01 14:59:46 +04:00
tests fix: formatting in src/ and tests/ 2024-07-04 00:09:44 -07:00
.gitignore Track Cargo.lock 2024-11-29 23:06:14 +04:00
.rustfmt.toml Migrate to edition 2018 2020-05-02 13:33:57 +01:00
Cargo.lock Track Cargo.lock 2024-11-29 23:06:14 +04:00
Cargo.toml Remove explicit overflow check in sample interpolation 2024-11-29 20:21:21 +04:00
CHANGELOG.md Update CHANGELOG.md 2024-11-27 07:13:00 +07:00
CONTRIBUTING.md Point to rustdoc book in CONTRIBUTING.md 2024-10-08 00:53:26 +02:00
LICENSE-APACHE Require all new contributions to be MIT/Apache2 (#175) 2018-08-17 13:59:55 +02:00
LICENSE-MIT Require all new contributions to be MIT/Apache2 (#175) 2018-08-17 13:59:55 +02:00
README.md Add Contributing guide and Integration Test guidelines 2024-10-05 15:06:27 +13:00

Audio playback library

Crates.io Version Crates.io Downloads Build Status

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.

Documentation

The documentation contains an introduction to the library.

Dependencies(Linux only)

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.

Contributing

For information on how to contribute to this project, please see our Contributing Guide.

License

Licensed under either of

at your option.

License of your contributions

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.