- From: Chris Wilson <notifications@github.com>
- Date: Thu, 03 Oct 2013 08:29:46 -0700
- To: WebAudio/web-audio-api <web-audio-api@noreply.github.com>
Received on Thursday, 3 October 2013 15:30:15 UTC
Side-chain compression (http://en.wikipedia.org/wiki/Dynamic_range_compression#Side-chaining) is a very common and useful music production technique. It's used for ducking (reducing music level while speaking), de-essing, removing plosives, maximizing volume in bass-heavy music, and other techniques. There are a couple of ways that have been suggested to add this to the Web Audio API: either exposing the reduction as an AudioNode that can be connect()ed to other AudioParams, or exposing a separate input node (with the semantic, presumably, that a separate input node would disable the signal path from the "control" input). --- Reply to this email directly or view it on GitHub: https://github.com/WebAudio/web-audio-api/issues/246
Received on Thursday, 3 October 2013 15:30:15 UTC