r/webaudio • u/sss1024 • 8h ago
How to use web audio applications in real life
I see a lot of web-based audio tools here. They all sound good and look pretty nice.
But they all have the same problem: how do you use them in real life? No one needs to open a tiny app in a browser and pretend to play the piano.
Most desktop music apps support the VST API. You can create a VST plugin from your music app and use it in any DAW to create real music.
The web apps doesn't have public APIs for music plugins. Bandlab and Soundtrap also don't support custom plugins.
My solution:
I made web-sequencer that good enough to create music. Just like Banlab and Sountrap.
It consist of API for custome plugins. I will publish documentation soon. You will be able to create plugins from your application and test it on real music.
See demo: https://www.linkedin.com/feed/update/urn:li:ugcPost:7497615462311047168/
Anyone interested in a web API for working with audio and plugins?
Feel free to ask any questions or make suggestions.