Skip to content

EZ Web Audio / LFOOptions

Interface: LFOOptions

Defined in: packages/core/src/lfo.ts:19

Configuration options for creating an LFO.

Properties

depth?

optional depth: number

Defined in: packages/core/src/lfo.ts:23

Modulation depth as ratio 0-1 (default: 0.3)


frequency?

optional frequency: number

Defined in: packages/core/src/lfo.ts:21

Oscillation frequency in Hz (default: 1)


type?

optional type: LFOWaveform | PeriodicWave

Defined in: packages/core/src/lfo.ts:25

Waveform type or PeriodicWave (default: 'sine')