API reference

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

I

interfaceDelayEffectOptions

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

Construction options for DelayEffect.

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

Construction options for DelayEffect.

Properties3
delaySeconds?: number
feedback?: number
wet?: number
Source