Re: Web Audio API is now available in Chrome

On Wed, Feb 2, 2011 at 6:54 PM, Alistair Macdonald <al@bocoup.com> wrote:

> I have personally run builds of Firefox that do allow you to spawn and
> process audio data in JavaScript workers Kumar
>

I tried to run the tone generator
example<https://wiki.mozilla.org/Audio_Data_API#Complete_Example:_Creating_a_Web_Based_Tone_Generator>in
a separate worker in FF4
but got an exception "undefined". That example has no related audio
element in the DOM tree, but it calls "new Audio()". Anyway, based
on the "bug 615946" link, at least interaction with web-workers is being
considered. Nice.

Received on Wednesday, 2 February 2011 16:47:01 UTC