What is the way to add audio tracks to the Stipple applications?

I am building an interactive application for audio processing in Stipple.jl.
I would like to add some audio tracks to the dashboard.
Specifically, I wonder what’s the right way to handle audio files in the browser within the Stipple framework?

I don’t have experience with Stipple.jl, but seems like instead of adding an image you would add the audio file as static asset. File has to sent to browser with right MIME type basically, for browser to recognise it as audio file.

1 Like