Crate minimp3_fixed

source ·
Expand description

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

Structs

  • A MP3 decoder which consumes a reader and produces Frames.
  • A MP3 frame, owning the decoded audio of that frame.

Enums

  • Errors encountered by the MP3 decoder.

Constants