Popularity
7.6
Growing
Activity
6.9
Growing
1,557
19
209

Programming language: Rust
License: Apache License 2.0
Tags: Gamedev     Audio     Playback    
Latest version: v0.16.0

rodio alternatives and similar packages

Based on the "Audio" category.
Alternatively, view rodio alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of rodio or a related project?

Add another 'Audio' Package

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. 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.


*Note that all licence references and agreements mentioned in the rodio README section above are relevant to that project's source code only.