Crate rmus[][src]

Re-exports

pub use traits::Source;
pub use decoders::Decoder;
pub use decoders::FlacDecoder;
pub use decoders::Mp3Decoder;
pub use decoders::VorbisDecoder;

Modules

Decoders of various formats

Structs

Type abstraction to get a sample as one type, save it and get it as any other possible sample type.

Plays back samples from a type that implements Source.