API reference

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

I

interfaceFlangerEffectOptions

@codexo/exojs-audio-fx / audio / stable

Construction options for FlangerEffect.

5
props
0
methods
0
events
Import
import { FlangerEffectOptions } from '@codexo/exojs-audio-fx'

Construction options for FlangerEffect.

Properties5
delayMs?: number
Base delay time in milliseconds. The LFO modulates the delay around this centre value. Range 0.5..20, default 3.
depthMs?: number
LFO modulation depth in milliseconds - the peak deviation added to and subtracted from delayMs by the sine LFO. Range 0..10, default 2.
feedback?: number
Feedback amount - fraction of the delay output fed back to the delay input. Higher values intensify the comb-filter resonance. Range 0..0.95, default 0.5.
rateHz?: number
LFO oscillation rate in Hz. Lower rates produce a slow, sweeping flange; higher rates create a faster jet-plane effect. Range 0..10, default 0.25.
wet?: number
Dry/wet mix, 0..1. The dry level is automatically 1 - wet. Default 0.5 (equal mix).
Source