[][src]Crate minimp3

minimp3

Provides a simple wrapper and bindinings to the minimp3 C library.

Tokio

By enabling the feature flag async_tokio you can decode frames using async IO and tokio.

See the README for example usages.

Re-exports

pub use minimp3_sys as ffi;

Structs

Decoder

A MP3 decoder which consumes a reader and produces Frames.

Frame

A MP3 frame, owning the decoded audio of that frame.

Enums

Error

Errors encountered by the MP3 decoder.

Constants

MAX_SAMPLES_PER_FRAME

Maximum number of samples present in a MP3 frame.