reverbGen
reverbGen copied to clipboard
Do the initial noise generation in a worker
Noise generation is done in the main thread, which is generally pretty fast, at least for short responses, but it could potentially cause a glitch if you're trying to generate a new response while also doing real time stuff. It really should be done in a Web Worker.