Module

Audio.WebAudio.BiquadFilterNode

Package
purescript-webaudio
Repository
adkelley/purescript-webaudio

#BiquadFilterType Source

data BiquadFilterType

The filter type selects the filtering algorithm which in turn selects the range of frequencies to be filtered.

Constructors

Instances

#filterFrequency Source

filterFrequency :: BiquadFilterNode -> Effect AudioParam

The frequency in the current filtering algorithm measured in hertz (Hz).

#quality Source

quality :: BiquadFilterNode -> Effect AudioParam

The quality (or Q-Factor) represents the degree of resonance exhibited by the filter. See https://en.wikipedia.org/wiki/Q_factor.

#gain Source

gain :: BiquadFilterNode -> Effect AudioParam

The gain used in the current filtering algorithm.