patrickgill / rodio

Rust audio playback library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio playback library

Build Status

Rust playback library.

  • Playback is handled by cpal.
  • WAV decoding is handled by hound.
  • Vorbis decoding is handled by vorbis-rs (which uses bindings to C libraries).

Documentation

See the documentation for usage.

About

Rust audio playback library

License:Apache License 2.0


Languages

Language:Rust 100.0%