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)
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)
There are still many crazy features to write, stay tuned
There are still many crazy features to write, stay tuned
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)
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)