[][src]Crate rmp3

Modules

ffi

Raw minimp3 bindings if you need them for whatever reason.

Structs

Decoder

Streaming iterator yielding frame data & references to decoded PCM samples.

Frame

Info about the current frame yielded by a Decoder.

Type Definitions

Sample

Used to represent one PCM sample in output data (conditional).