This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
One of the few node types I've been sorely missing, that could be implemented in JS but with needless latency, is a noise gate/expander node. Would need standard noise gate controls: threshold, attack, release, hold, and possibly an attenuation setting, maybe even hysteresis control. Additionally, an AudioNode output of the attenuation would be very helpful for doing sidechain gating.
This is also captured in section 2.4 in the Use Cases document: http://dvcs.w3.org/hg/audio/raw-file/tip/reqs/Overview.html#online-radio-broadcast
I wonder if this could be achieved by piping the input into a waveshaper node (0 under the threshold, 1 when threshold is reached) and piping that into a gain node's gain param and then somehow devising the attack and release, maybe with a dynamics compressor node. :)
Web Audio API issues have been migrated to Github. See https://github.com/WebAudio/web-audio-api/issues
Closing. See https://github.com/WebAudio/web-audio-api/issues for up to date list of issues for the Web Audio API.