I'm in the process of making a simple Digital Audio Workstation and I'm stuck on how to export all the audio being played or chosen in a sequence as a .mp3 or .wav file. I have search everywhere I could think of how to do it in JavaScript, but only lead to recording audio from Microphone and saving it as an audio format. My only work around for this that I could think of right now is to do a screen record when the user wants to export their creation.
If anyone know of a way, please let me know.
Thank you.