[][src]Crate rmp3

Modules

ffi

Raw minimp3 bindings if you need them, although if there's a desired feature please make an issue/PR.

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).