mp3
mp3 copied to clipboard
Rust MP3 decoder project
Roadmap
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...
To check CRC we need both raw header bytes and bytes after header, so it is difficult to implement it as Frame struct method since it holds header as a...
We need some mp3 files to test the code on. They need to be licensed appropriately, e.g. public domain. They should reflect a variety of encoders as well as encoder...
Right now this is a draft, but we should talk about which API the users of this crate should get.
I have been looking through various rust projects especially those porting enhancements that value the ecosystem and I would enjoy helping on any level in on any of these repositories....