- From: Olivier Thereaux <notifications@github.com>
- Date: Wed, 11 Sep 2013 07:29:15 -0700
- To: WebAudio/web-audio-api <web-audio-api@noreply.github.com>
Received on Wednesday, 11 September 2013 14:31:52 UTC
> Originally reported on W3C Bugzilla [ISSUE-20840](https://www.w3.org/Bugs/Public/show_bug.cgi?id=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. --- Reply to this email directly or view it on GitHub: https://github.com/WebAudio/web-audio-api/issues/236
Received on Wednesday, 11 September 2013 14:31:52 UTC