No description
Find a file
tomaka 2bc0111f9c Merge pull request #143 from tomaka/group-sink-controls
Group the sink controls into one struct
2017-10-14 14:48:15 +02:00
examples Replace usages of deprecated functions in cpal 2017-10-11 21:31:15 +08:00
src Group the sink controls into one struct 2017-10-14 14:28:10 +02:00
.gitignore Initial commit 2015-07-22 12:14:11 +02:00
.rustfmt.toml Run rustfmt on the code 2017-07-03 10:10:00 +02:00
.travis.yml More documentation rework 2017-02-09 14:02:38 +01:00
Cargo.toml Publish new version 2017-08-21 13:48:24 -06:00
LICENSE Add some administrative stuff 2015-07-22 13:43:27 +02:00
README.md Merge pull request #100 from tomaka/flac 2017-02-10 09:49:23 +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

The documentation contains an introduction to the library.