/** * Registered processor identifier used by `AudioWorkletNode`. */ export declare const PROCESSOR_NAME = "formant-correction-processor"; /** * Default internal buffer strategy used when callers do not provide one. */ export declare const DEFAULT_SAMPLE_BUFFER_TYPE = "circular"; /** LPC predictor order used for formant envelope estimation. */ export declare const LPC_ORDER = 16; /** Analysis window length in samples used to compute LPC coefficients. */ export declare const LPC_WINDOW = 512; //# sourceMappingURL=constants.d.ts.map