API reference

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

I

interfacePingPongDelayEffectOptions

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

Construction options for PingPongDelayEffect.

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

Construction options for PingPongDelayEffect.

Properties3
delayTime?: number
Delay time per tap in seconds. Range 0.01..2, default 0.25.
feedback?: number
Cross-channel feedback fraction - the portion of each delayed tap routed into the opposite channel's delay input. Range 0..0.9, default 0.4.
wet?: number
Dry/wet mix, 0..1. The dry level is automatically 1 - wet. Default 0.4.
Source