API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceBiquadEffectOptions
@codexo/exojs / audio / stable
Construction options for BiquadEffect.
5
props
0
methods
0
events
Import
import { BiquadEffectOptions } from '@codexo/exojs'Construction options for BiquadEffect.
Properties5
detune?: numberFine frequency offset in cents. Default 0.
frequency?: numberCenter / cutoff frequency in Hz. Range 0..nyquist. Default 1000.
gain?: numberGain in dB - only used by peaking, lowshelf, highshelf. Default 0.
resonance?: numberQuality factor (resonance / bandwidth). Default 1.
type?: BiquadFilterTypeFilter response. Default 'lowpass'.
Source