Optional bandwidthInput bandwidth (0..1). Default 0.9999.
Optional dampingFrequency damping (0..1). Default 0.005.
Optional decayTail decay (0..1). Default 0.5.
Optional decayFirst decay diffusion stage (0..0.999999). Default 0.7.
Optional decaySecond decay diffusion stage (0..0.999999). Default 0.5.
Optional dryDry mix (0..1). Default 0.6.
Optional excursionModulation depth (0..2). Default 0.7.
Optional excursionModulation rate (0..2). Default 0.5.
Optional inputFirst input diffusion stage (0..1). Default 0.75.
Optional inputSecond input diffusion stage (0..1). Default 0.625.
Optional prePre-delay in samples (0..sampleRate-1). Default 0.
Optional wetWet mix (0..1). Default 0.3.
Subset of the import('./processors/dattorro-reverb').DattorroReverbProcessor AudioWorkletProcessor's AudioParam set that we expose for construction-time configuration via Cacophony.createReverb. All values are optional and clamped to the worklet's documented ranges (0..1 for most params).
Every field corresponds to a
parameterDataentry passed to the AudioWorkletNode constructor; the worklet handles validation downstream.