I have put together a couple of projects to showcase how far MakeCode has gotten in converting WAVs and MP3s to a format useable in your projects. I will be using Tom’s Diner because it the song originally used to test the mp3 format when it was being created.
Here is what I think is pretty good, but it is still pretty garbled thanks to the max sample rate of 20. It was made using @richard’s code. It is the most space efficient as far as lines go, and pretty easy to use. It takes up around 30 lines of code.
This one is the more understandable, but there is this extremely annoying buzzing sound, it was made using @UnsignedArduino’s code. It takes up around 25000 lines
This one is the best overall, made using @chembot’s code. It is very inefficient right now as the data is stored in one giant list and not a buffer. It takes up around 86000 lines.