Web ASM exists, so.. on the paper it should be possible yes at least for the audio part, idk how the UI would be converted into CSS or Canvas.
With Web Audio you can write your own custom audioNode in which you can set the audio samples yourself (by packet of 128 samples per 'process' call)
Posts by GridSound
Thank youโ๏ธ
There are still many crazy features to write, stay tuned
We now have a really cute landing page animation ๐ซ
#CSS #HTML #animation
Screenshot of the GridSound's filter effect (LowPass)
And finally the most important one: the Filter effect.
This one is regrouping the LowPass, HighPass, BandPass, LowShelf, HighShelf, Peaking and the Notch filter.
All these effects are cumulative, so you can use many Filters to simulate an Equalizer (this one is not present for the moment)
Screenshot of the GridSound's WaveShaper effect
Following by the WaveShaper also known as Distortion, to make your sound more noisy or overdriven ๐ค
Here a recap of the others Fx we can find in the GridSound's mixer:
The delay with its ping pong option
#music #audio #webaudio
The new reverb effect is out ๐ฅ
With it you can simulate a source being played in a hall or a small room, with different parameters to let you have the exact reverb you want
#music #webaudio