<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>20840</bug_id>
          
          <creation_ts>2013-01-31 19:44:12 +0000</creation_ts>
          <short_desc>Use Web IDL to define OfflineAudioContext&apos;s contructor</short_desc>
          <delta_ts>2013-03-13 15:32:37 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>AudioWG</product>
          <component>Web Audio API</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>TBD</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ehsan Akhgari [:ehsan]">ehsan</reporter>
          <assigned_to name="Ehsan Akhgari [:ehsan]">ehsan</assigned_to>
          <cc>olivier.thereaux</cc>
          
          <qa_contact>public-audio</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>82426</commentid>
    <comment_count>0</comment_count>
    <who name="Ehsan Akhgari [:ehsan]">ehsan</who>
    <bug_when>2013-01-31 19:44:12 +0000</bug_when>
    <thetext>The proper Web IDL is:

[Constructor(unsigned long numberOfChannels, unsigned long length, float sampleRate)]
interface OfflineAudioContext : AudioContext {

    void startRendering();

    attribute OfflineRenderSuccessCallback oncomplete;

};

The comment behind the IDL in the spec can also go away.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>83961</commentid>
    <comment_count>1</comment_count>
    <who name="Ehsan Akhgari [:ehsan]">ehsan</who>
    <bug_when>2013-03-04 20:05:06 +0000</bug_when>
    <thetext>Fixed in https://dvcs.w3.org/hg/audio/rev/4275c082b3de.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>83962</commentid>
    <comment_count>2</comment_count>
    <who name="Ehsan Akhgari [:ehsan]">ehsan</who>
    <bug_when>2013-03-04 20:05:41 +0000</bug_when>
    <thetext>(I didn&apos;t remove the comment, please feel free to remove it if you think that&apos;s a good idea, Chris.  Thanks!)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>84342</commentid>
    <comment_count>3</comment_count>
    <who name="Olivier Thereaux">olivier.thereaux</who>
    <bug_when>2013-03-13 15:32:37 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; Fixed in https://dvcs.w3.org/hg/audio/rev/4275c082b3de.

Seeing no objection to the fix/changeset. Closing.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>