No description
Find a file
github-actions[bot] 97befac520
Adds benchmarks for effects and type conversions
Benchmarks use the music.wav file, we use *divan* as benchmark harnass.
The time needed to load the wav file is excluded from the benchmark
by preparing the data into a special test Source. That source also
enables converting between formats.

In the future *divan* will add support for structured (json) output.
Then we could integrate with the bencher service to generate benchmark
reports for all PR's and keep a timeseries of performance.
2024-09-29 01:58:31 +02:00
.github/workflows CI: Remove ephemeral job create-tags-for-past-releases 2024-07-11 16:56:02 +02:00
assets possibly fixed m4a and mp4a playback 2024-06-01 13:44:53 -05:00
benches Adds benchmarks for effects and type conversions 2024-09-29 01:58:31 +02:00
examples Revert changes to this for now 2024-08-05 09:51:08 -07:00
src add section on features, decribe tracing feature 2024-09-28 13:59:15 +02:00
tests fix: formatting in src/ and tests/ 2024-07-04 00:09:44 -07:00
.gitignore Initial commit 2015-07-22 12:14:11 +02:00
.rustfmt.toml Migrate to edition 2018 2020-05-02 13:33:57 +01:00
Cargo.toml Adds benchmarks for effects and type conversions 2024-09-29 01:58:31 +02:00
CHANGELOG.md Optimistic update to controls.position in try_seek: 2024-09-05 11:46:25 -03: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 Default to pure-Rust Symphonia for MP3 decoding (#453) 2022-11-12 05:08:36 +01: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.

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.