CompressorA dynamic range compressor audio effector.
Placeholder class.
Compressoris currently declared as an empty class (export class Compressor {}) — 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. ACompressorProcessorAudioWorklet processor name is already reserved inAudioWorkletProcessorNames, suggesting this class is planned but not yet wired up.
import { Compressor } from "@fluex/fluexgl-dsp";
const compressor = new Compressor();
new Compressor(): Compressor;
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.