Crate minimp3[][src]

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.