No description
Find a file
tomaka 77ac8b3f38 Merge pull request #112 from tomaka/boxed
Implement Source on Box<Source>
2017-05-01 13:20:05 +02:00
examples Merge pull request #92 from tomaka/reverb-example 2017-05-01 11:31:26 +02:00
src Implement Source on Box<Source> 2017-05-01 13:16:06 +02:00
.gitignore Initial commit 2015-07-22 12:14:11 +02:00
.travis.yml More documentation rework 2017-02-09 14:02:38 +01:00
Cargo.toml Publish 0.4.3 2017-04-15 13:51:07 +02: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.