Web FM synthesizer made with HTML5
21–30 of 51 posts
Re: Web FM synthesizer made with HTML5
#22It has click artifacts in my browser (Firefox). PS. I've recently implemented an FM / additive / modular synthesizer entirely in SQL: https://github.com/ClickHouse/NoiSQL
Re: Web FM synthesizer made with HTML5
#23Is there no way to play the notes on the keyboard (without clicking)?
Re: Web FM synthesizer made with HTML5
#24Re: Web FM synthesizer made with HTML5
#25The more code-oriented folk might like Glicol https://glicol.org/
Re: Web FM synthesizer made with HTML5
#26This is REALLY cool! I love WebAudio. Things that can be achieved with it, plus new speech recognition tech, plus other AI stuff, I think are going to be truly incredible! Audio processing and synthesis is one of those things where you can do high quality in real time on mobile devices, and achieve delicious fast feedback loops. Creating new interactive modes of creativity! It's less possible with video because of th…
you can check my project; audio synthesis in browsers without gc
Re: Web FM synthesizer made with HTML5
#27Very neat! Though I got prominent clicks and artifacts in both chrome and firefox. If anyone's interested, some years ago I made a wrapper library for things like this, to wallpaper over the famously hairy WebAudio synthesis API. Basically you pass in a static object describing the audio graph and parameters you want, and the lib creates the WebAudio nodes and then cleans them up after the sound releases (hopefully w…
Re: Web FM synthesizer made with HTML5
#28This is REALLY cool! I love WebAudio. Things that can be achieved with it, plus new speech recognition tech, plus other AI stuff, I think are going to be truly incredible! Audio processing and synthesis is one of those things where you can do high quality in real time on mobile devices, and achieve delicious fast feedback loops. Creating new interactive modes of creativity! It's less possible with video because of th…
https://github.com/chaosprint/glicol you can check my project; audio synthesis in browsers without gc
Post a Show HN
Re: Web FM synthesizer made with HTML5
#29As in most cases, "HTML5" has little to do with this and it's all javascript.
Re: Web FM synthesizer made with HTML5
#30As in most cases, "HTML5" has little to do with this and it's all javascript.