LittleJS Audio Effects Plugin
- Web Audio effects with a wet/dry mix: filter, reverb, delay, distortion, compressor
- Route a sound through one with sound.output = effect
- Route everything with setAudioMasterEffect(effect)
- Chain effects with effect.connect(nextEffect)
- Source