← Back to release summary

WebAudio: DynamicsCompressor.reduction is a float not AudioParam

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

Summary

Chrome implements the reduction attribute for a DynamicsCompressorNode as an AudioParam. The WebAudio spec says it should be a readonly float. Change Chrome to implement the specification.

Standards & signals

Docs: http://webaudio.github.io/web-audio-api/#widl-DynamicsCompressorNode-reduction https://developer.mozilla.org/en-US/docs/Web/API/DynamicsCompressorNode https://developer.mozilla.org/en-US/docs/Web/API/DynamicsCompressorNode/reduction

Samples: https://github.com/GoogleChrome/web-audio-samples/wiki/DynamicsCompressor.reduction

View on chromestatus.com