This repository was archived by the owner on Aug 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Roadmap #1
Copy link
Copy link
Open
Description
Following the discussion on IRC in the past couple of days, I thought it would be fitting to work on a roadmap to be able to implement an MP3 decoder in pure Rust. These are the resources we have
Other Decoders
- Fluendo (C)
- mp3decoder (Haskell)
- mp3dec (C)
- pyMP3 (Python)
- minimp3 (C)
- Many others
Resources
Roadmap of the project:
- header parsing (Frame header parser and some help functions and tables. #4)
- obtain sample files (Assemble/find a list of test vectors #7)
- frame parsing (Frame parsing logic #8)
- bit reader
- Layer I
- Layer II
- Layer III
- side information decoder
- huffman decoder
- imdct implementation
- synth
- TBD
mitchmindtree, 0e4ef622, est31, Shnatsel and gentoid
Metadata
Metadata
Assignees
Labels
No labels