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 19808 - The default value of the parameter to AudioContext.createDelay should be specified in Web IDL
Summary: The default value of the parameter to AudioContext.createDelay should be spec...
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: public-audio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-01 00:14 UTC by Ehsan Akhgari [:ehsan]
Modified: 2012-11-19 15:57 UTC (History)
1 user (show)

See Also:


Attachments

Description Ehsan Akhgari [:ehsan] 2012-11-01 00:14:07 UTC
Like this:

  DelayNode createDelay(optional float maxDelayTime = 1.0);

crogers: if you agree with this, I'll go ahead and commit the change.
Comment 1 Chris Rogers 2012-11-01 01:14:45 UTC
(In reply to comment #0)
> Like this:
> 
>   DelayNode createDelay(optional float maxDelayTime = 1.0);
> 
> crogers: if you agree with this, I'll go ahead and commit the change.

looks good
Comment 2 Ehsan Akhgari [:ehsan] 2012-11-01 15:33:33 UTC
https://dvcs.w3.org/hg/audio/rev/c956edac5174

I also marked this value as float for now for consistency (see bug 19807).
Comment 3 Olivier Thereaux 2012-11-19 15:57:01 UTC
No objection since resolution/changeset. Closing.