Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Web IDL to define OfflineAudioContext's contructor #236

Closed
olivierthereaux opened this issue Sep 11, 2013 · 3 comments
Closed

Use Web IDL to define OfflineAudioContext's contructor #236

olivierthereaux opened this issue Sep 11, 2013 · 3 comments

Comments

@olivierthereaux
Copy link
Contributor

Originally reported on W3C Bugzilla ISSUE-20840 Thu, 31 Jan 2013 19:44:12 GMT
Reported by Ehsan Akhgari [:ehsan]
Assigned to

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.

@olivierthereaux
Copy link
Contributor Author

Original comment by Ehsan Akhgari [:ehsan] on W3C Bugzilla. Mon, 04 Mar 2013 20:05:06 GMT

Fixed in https://dvcs.w3.org/hg/audio/rev/4275c082b3de.

@olivierthereaux
Copy link
Contributor Author

Original comment by Ehsan Akhgari [:ehsan] on W3C Bugzilla. Mon, 04 Mar 2013 20:05:41 GMT

(I didn't remove the comment, please feel free to remove it if you think that's a good idea, Chris. Thanks!)

@olivierthereaux
Copy link
Contributor Author

Original comment by Olivier Thereaux on W3C Bugzilla. Wed, 13 Mar 2013 15:32:37 GMT

(In reply to comment #1)

Fixed in https://dvcs.w3.org/hg/audio/rev/4275c082b3de.

Seeing no objection to the fix/changeset. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant