Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 273 Bytes

File metadata and controls

5 lines (3 loc) · 273 Bytes

nanomp3

A pure Rust MP3 decoding library based on a c2rust translation of minimp3. no_std compatible.

⚠️ minimp3 is somewhat arcane to use and requires maintaining a read-ahead buffer. See examples/measure for example usage.