BiquadFilter
No description provided
BiquadFilter
| Parameter | Type | Optional | 
|---|---|---|
| coefficients | Coefficients | ❌ | 
Properties
public coefficients: any
public s1: any
public s2: any
public x1: any
public x2: any
public y1: any
public y2: any
Methods
public replace(coefficients): void
| Parameter | Type | Optional | 
|---|---|---|
| coefficients | Coefficients | ❌ | 
public reset(): void
public run(input): number
| Parameter | Type | Optional | 
|---|---|---|
| input | number | ❌ | 
public runTransposed(input): number
| Parameter | Type | Optional | 
|---|---|---|
| input | number | ❌ | 
public setFilter(filter, options): void
| Parameter | Type | Optional | 
|---|---|---|
| filter | BiquadFilters | ❌ | 
| options | BiquadSetFilterProps | ❌ | 
public update(coefficients): void
| Parameter | Type | Optional | 
|---|---|---|
| coefficients | Coefficients | ❌ |