[SOLVED] Downloading a mp3

Hello all,
I have a project idea about making a song maker for a specific thing (Minecraft noteblocks), and I already know I can add a bunch of sound clips to an array and use forEach to play them, but is there a way to download to the user a mp3 file of all of the sound clips from said array together?

Thanks in advance!

Does anyone have any solutions or suggestions for this?

I believe the Javascript MediaStream Recording API may have what you’re looking for. MediaStream Recording API - Web APIs | MDN

Thank you, this was very usefull. I will get back when I have it integrated.

I have it working! Thanks a lot!