- From: Stéphane Letz <letz@grame.fr>
- Date: Thu, 14 Jul 2016 19:35:10 +0200
- To: Matthew Paradis <matthew.paradis@bbc.co.uk>
- Cc: "public-audio@w3.org" <public-audio@w3.org>
interface AudioWorklet : Worklet { Promise<void> import (DOMString moduleUrl); }; I’ve not followed the exchanges in details, but will the AudioWorklet be able to be loaded with dynamically created code (that is typically based on a asm.js or WebAssembly module) ? Our typical use case is using the Faust DSL language to create JS AudioNodes containing the DSP itself as optimized asm.js (and WebAssembly soon), and explained here : http://faust.grame.fr/news/2016/04/07/faust-and-webaudio-dynamic-api.html Thanks. Stéphane Letz > Le 14 juil. 2016 à 19:13, Matthew Paradis <matthew.paradis@bbc.co.uk> a écrit : > > Dear Group, > > The Audio Worklet spec is almost complete which is great news and will allow us to move forward with the Web Audio API, > > Please could I ask you to review the pull request here > > https://github.com/WebAudio/web-audio-api/pull/869 > > > We are setting a deadline of the next call (July 28) for comments and feedback after which all being well it will be accepted. > > Best > > Matt > -- > Matthew Paradis > Senior Software Engineer (Audio), > BBC Research & Development > 030304 09889 | matthew.paradis@bbc.co.uk | www.bbc.co.uk/rd/sound > > > > > > ----------------------------- > http://www.bbc.co.uk > This e-mail (and any attachments) is confidential and > may contain personal views which are not the views of the BBC unless specifically stated. > If you have received it in > error, please delete it from your system. > Do not use, copy or disclose the > information in any way nor act in reliance on it and notify the sender > immediately. > Please note that the BBC monitors e-mails > sent or received. > Further communication will signify your consent to > this. > -----------------------------
Received on Thursday, 14 July 2016 17:35:41 UTC