DEV Community

Discussion on: I drew a synthesizer with HTML & CSS

Collapse
 
dougbutner profile image
Douglas James Butner

What libraries would you use to do this?

Collapse
 
xaddict profile image
Luuk Lamers
Collapse
 
bobik808 profile image
Konstantin Grachev

If you want actual synthesis and sequencing capabilities, you should probably have a look at Tone.js. It's a really powerful framework for the WebAudio API. But if all you want is to play samples, howler sould be sufficient.