← Back to release summary

WebAudio: New lowpass and highpass BiquadFilter implementation

Category
Multimedia
Type
New or changed feature
Status
Enabled by default (Chrome 53)
Intent stage
None

Summary

The existing lowpass and highpass BiquadFilter implementation has a defect where valid filters cannot be represented. To fix this, the filter formulas were updated. However, the new formulas will cause a change in the output of the filters.

Standards & signals

Docs: http://webaudio.github.io/web-audio-api/#filters-characteristics

Samples: https://github.com/GoogleChrome/web-audio-samples/wiki/Detection-of-lowpass-BiquadFilter-implementation https://rtoy.github.io/webaudio-hacks/more/biquad/biquad-lowpass-q.html?usedB=true

View on chromestatus.com