No description
Find a file
dvdsk 26e9db7b87
remove seek support for (lewton) vorbis
seek is broken, https://github.com/RustAudio/lewton/issues/73.
We could work around it by:
 - using unsafe to create an instance of Self
 - use mem::swap to turn the &mut self into a mut self
 - take out the underlying Read+Seek
 - make a new self and seek

If this issue is fixed use the implementation in
commit: 3bafe32388
2024-04-04 12:54:09 +02:00
.github/workflows Add optional Symphonia backend (#376) 2021-06-29 09:12:28 +02:00
assets Force queue to play sources on frame boundaries (#455) 2022-11-23 01:36:57 +01:00
examples Fixes seek example and various spell/grammar issues 2024-01-31 14:53:10 +01:00
src remove seek support for (lewton) vorbis 2024-04-04 12:54:09 +02:00
tests remove seek support for (lewton) vorbis 2024-04-04 12:54:09 +02: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 Merge branch 'master' into seek_runtime_err 2024-01-26 21:21:34 +01:00
CHANGELOG.md Release 0.17.3 (#522) 2023-10-23 14:50: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 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.