Type alias FilterOptions

FilterOptions: BiquadFilterOptions & {
    rolloff: FilterRollOff;
}

Type declaration