BiquadFilterNode
open class BiquadFilterNode(context: BaseAudioContext, options: BiquadFilterOptions = definedExternally) : AudioNode(source)
The BiquadFilterNode
interface represents a simple low-order filter, and is created using the BaseAudioContext/createBiquadFilter method.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getFrequencyResponse( frequencyHz: Float32Array<ArrayBuffer>, magResponse: Float32Array<ArrayBuffer>, phaseResponse: Float32Array<ArrayBuffer>)
Link copied to clipboard