I am trying to create an app with the electron-react boilerplate where i can create audio files. I have been looking for a library that allows me to load mp3 files, start playing them and pause them as well.
I found Tone.js, which allows me to play sounds but loading the files seems close to impossible. Does anybody have an alternative? Or maybe a way to give the audio data to Tone?