Audio Help?

Hello!

Working with a student on game design, this semester we are doing platformers. He is insistant on trying to encorporate real video game music (either via an Mp3 or something similar) of one of his favorite tracks. I tried a few different methods (most notably https://github.com/TycoonCoder/Audio-to-MakeCode-Arcade ) but the size of the file crashed the game and made the program otherwise unusable… Is it possible to encorporate a songs Mp3 or WAV file, or will I have to find a way to let him know there is a limitation to what is able to be done in the program?

I think it may be possible to incorporate a WAV (look at one of Richards post’s I’m pretty sure it says somewhere) If not try using @Unique’s UTM tool. Hope you and your student get it to work :grinning_face: .

1 Like

it’s not possible yet in a way that perfectly sounds the same, but it might be a thing in the future!

You can’t import MP3 or WAV files, MakeCode uses an asset known as a “Song” for soundtrack.
If you can, grab a MIDI of your desired song and maybe use the MIDI Convertor Richard has made.