Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 651 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 651 Bytes

Audio playback library

Build Status

Rust playback library.

  • Playback is handled by cpal.
  • WAV decoding is handled by hound.
  • Vorbis decoding is handled by lewton.
  • Flac decoding is handled by claxon.

The documentation contains an introduction to the library.