You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no mp3 decoder library for embedded rust. The rinimp3 library uses a minimal set of dependencies and internally no std data structures. This makes the conversion to no_std relatively simple (I tried it and was able to compile within one hour). If the conversion is done, rinimp3 might become the de-facto decoder for embedded rust.
No description provided.
The text was updated successfully, but these errors were encountered: