This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17338 - (AudioGain): AudioGain interface not needed?
Summary: (AudioGain): AudioGain interface not needed?
Status: CLOSED FIXED
Alias: None
Product: AudioWG
Classification: Unclassified
Component: Web Audio API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: TBD
Assignee: Chris Rogers
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-05 11:31 UTC by Philip Jägenstedt
Modified: 2012-10-16 13:58 UTC (History)
3 users (show)

See Also:


Attachments

Description Philip Jägenstedt 2012-06-05 11:31:50 UTC
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 1 Olivier Thereaux 2012-06-07 15:59:14 UTC
Comment from Chris Rogers, 18 May 2012

Yes, I think this is better. I'll fix it
Comment 2 Chris Rogers 2012-10-02 19:36:44 UTC
Agreed, AudioGain is not needed.  Fixed:
https://dvcs.w3.org/hg/audio/rev/1357959b0188
https://dvcs.w3.org/hg/audio/rev/24bbac1a495c
Comment 3 Marcus Geelnard (Opera) 2012-10-03 07:14:02 UTC
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."
    ^^^^^^^^^^
Comment 4 Philip Jägenstedt 2012-10-03 08:10:45 UTC
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.
Comment 5 Marcus Geelnard (Opera) 2012-10-03 08:14:47 UTC
(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.
Comment 6 Olivier Thereaux 2012-10-16 13:58:25 UTC
Looks good, no objection. Closing.