LimiterA limiter audio effector.
Placeholder class.
Limiteris currently declared as an empty class (export class Limiter {}) — it does not extendEffector, and has no properties, methods, or constructor arguments of its own. It cannot be attached to aChannelorMasterviaaddEffect()/attachEffect()yet, since those expect anEffectorinstance.
import { Limiter } from "@fluex/fluexgl-dsp";
const limiter = new Limiter();
new Limiter(): Limiter;
Takes no arguments. Uses the default (implicit) constructor.
This class has no public properties.
This class has no public methods.
This class does not emit any events.
This class does not define public getters or setters.