This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Audio-ISSUE-44 (AudioGain): AudioGain interface not needed? [Web Audio API] http://www.w3.org/2011/audio/track/issues/44 Raised by: Philip Jägenstedt On product: Web Audio API https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioGain-section The interface is empty and only used in AudioGainNode. Suggest merging the two sections and making AudioGainNode.gain a plain AudioParam, like e.g. DelayNode.delayTime.
Comment from Chris Rogers, 18 May 2012 Yes, I think this is better. I'll fix it
Agreed, AudioGain is not needed. Fixed: https://dvcs.w3.org/hg/audio/rev/1357959b0188 https://dvcs.w3.org/hg/audio/rev/24bbac1a495c
I think there's a typo in the new text: "An AudioGain object representing the amount of gain to apply." ^^^^^^^^^ should probably be: "An AudioParam object representing the amount of gain to apply." ^^^^^^^^^^
Marcus, that was fixed in the second commit. https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html looks good to me now.
(In reply to comment #4) > Marcus, that was fixed in the second commit. > https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html looks > good to me now. My bad - it's fine now.
Looks good, no objection. Closing.