No description
Find a file
2017-02-09 12:37:32 +01:00
examples Implement decoding Flac 2017-02-09 11:54:25 +01:00
src Fix channels not interleaved 2017-02-09 12:37:32 +01:00
.gitignore Initial commit 2015-07-22 12:14:11 +02:00
.travis.yml Require beta insteand of stable 2015-09-23 10:39:18 +02:00
Cargo.toml Implement decoding Flac 2017-02-09 11:54:25 +01:00
LICENSE Add some administrative stuff 2015-07-22 13:43:27 +02:00
README.md Implement decoding Flac 2017-02-09 11:54:25 +01:00

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.

Documentation

See the documentation for usage.