No description
Find a file
Pierre Krieger ebde38777b
Merge pull request #169 from AlexNav73/master
Bumped minimp3 version
2018-06-22 13:29:48 +02:00
examples examples: add music_mp3 example 2018-05-26 18:42:22 -05:00
src fix dynamic mixer doc 2018-06-20 19:32:57 +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 Bumped minimp3 version 2018-06-22 11:48:03 +03:00
CHANGELOG.md Fix grammar 2018-04-21 09:39:10 +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.