BiquadFilterNode
external class BiquadFilterNode(context: BaseAudioContext, options: BiquadFilterOptions = definedExternally) : AudioNode(source)
A simple low-order filter, and is created using the AudioContext.createBiquadFilter() method. It is an AudioNode that can represent different kinds of filters, tone control devices, and graphic equalizers.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getFrequencyResponse(frequencyHz: Float32Array, magResponse: Float32Array, phaseResponse: Float32Array)