Atlas Engine
API Referencefinewave

Distortion

Distortion effect with edge, gain, and low-pass filtering controls.

Module: finewave

Distortion effect with edge, gain, and low-pass filtering controls.

Declaration

export class Distortion extends AudioEffect { ... }

Extends: AudioEffect

Methods

setEdge

setEdge(edge: number): void;

setGain

setGain(gain: number): void;

setLowpassCutoff

setLowpassCutoff(cutoff: number): void;

On this page