API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceChorusEffectOptions
@codexo/exojs-audio-fx / audio / stable
Construction options for ChorusEffect.
4
props
0
methods
0
events
Import
import { ChorusEffectOptions } from '@codexo/exojs-audio-fx'Construction options for ChorusEffect.
Properties4
delayMs?: numberBase delay in ms. Typical 15-30ms. Default 25.
depthMs?: numberModulation depth in ms (peak deviation from base). Default 5.
rateHz?: numberLFO rate in Hz. Typical 0.1-5Hz for chorus, 5-15Hz for vibrato. Default 1.5.
wet?: numberDry/wet mix, 0..1. Default 0.5 (equal mix).
Source