Re: [webaudio-tests] [Web Audio] Added Audio API tests: MediaElementAudioSource interface (#396)

Thanks for the comments! will work on that and update the pull request.

Regarding the first main issue: 
> remove the script processor-based test, I think it's ok for this to fail on FF at the moment if they don't support mediaelementsourcenode in an offlineAudioContext but it is specified".

As I wrote in my notes: 

> I'm not sure the behavior of a MediaElementAudioSource in relation with OfflineAudioContext is well defined. Should the output be rendered live or sample by sample (i.e. if there's a pause in the streaming, what should be the input for context.destination)?
> I think this might be the reason that Chrome implementation sometimes fails and sometimes passes.

Also asked it in the public-audio list. How should a real-time streaming source behave in regards to an offlineAudioContext rendering? 

I'm probably missing it in the spec, but could you point that out for me?

thanks,
Amitay


View on GitHub: https://github.com/w3c/web-platform-tests/pull/396#issuecomment-27971471

Received on Thursday, 7 November 2013 14:52:36 UTC