rodio_wav_fix

Crates.iorodio_wav_fix
lib.rsrodio_wav_fix
version0.15.0
sourcesrc
created_at2021-10-12 09:18:10.647444
updated_at2021-10-12 09:18:10.647444
descriptionAudio playback library
homepage
repositoryhttps://github.com/RustAudio/rodio
max_upload_size
id463887
size9,591,096
Kunal Bagaria (KunalBagaria)

documentation

http://docs.rs/rodio

README

Audio playback library

Crates.io Version Crates.io Downloads Build Status

Rust playback library.

  • Playback is handled by cpal.
  • MP3 decoding is handled by minimp3.
  • WAV decoding is handled by hound.
  • Vorbis decoding is handled by lewton.
  • Flac decoding is handled by claxon.
  • MP4 and AAC (both disabled by default) are handled by Symphonia.

Alternatively, Symphonia can be used to decode any of the other codecs above with the exception of Vorbis. 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.

Commit count: 886

cargo fmt