API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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?: number
Base delay in ms. Typical 15-30ms. Default 25.
depthMs?: number
Modulation depth in ms (peak deviation from base). Default 5.
rateHz?: number
LFO rate in Hz. Typical 0.1-5Hz for chorus, 5-15Hz for vibrato. Default 1.5.
wet?: number
Dry/wet mix, 0..1. Default 0.5 (equal mix).
Source