Interface: EqualizerOptions
Defined in: packages/player/src/filters.ts:467
AudioFilters.equalizer options.
Extends
BiquadShapingOptions
Properties
frequency
readonly frequency: number;
Defined in: packages/player/src/filters.ts:472
Centre frequency in Hz. Required — the ffmpeg default of 0
(af_biquads.c:1523) is useless.
Overrides
BiquadShapingOptions.frequency
gain
readonly gain: number;
Defined in: packages/player/src/filters.ts:439
Gain in dB (g), −900…+900.
Inherited from
BiquadShapingOptions.gain
width?
readonly optional width?: number;
Defined in: packages/player/src/filters.ts:435
Band width, 0–99999, interpreted per widthType (w). ffmpeg
defaults to 1.0 for equalizer and 0.5 for the shelves.
Inherited from
BiquadShapingOptions.width
widthType?
readonly optional widthType?: BiquadWidthType;
Defined in: packages/player/src/filters.ts:437
How width is read (t). Defaults to 'q' (Q-factor), as ffmpeg does.
Inherited from
BiquadShapingOptions.widthType