-
# IDL
``` webidl
interface AudioWorkletGlobalScope : WorkletGlobalScope {
readonly attribute sampleRate;
readonly attribute bufferLength;
void registerAudioWorkletProcessor (DOMString name, Fun…
-
Currently it is very much underdefined how AudioWorkletProcessor.onmessage is supposed to behave.
AudioWorkletProcessor.postMessage sends some data which onmessage is supposed to get, but since onmes…
-
...capturing the importance of audio process event handler.
-
I know this is in a non-normative section, but it seems overly restrictive in
scope. Is is an explicit goal for the audio and video applications to keep
state, whether it is input recording, buffering…
-
> Originally reported on W3C Bugzilla [ISSUE-17415](https://www.w3.org/Bugs/Public/show_bug.cgi?id=17415) Tue, 05 Jun 2012 12:43:20 GMT
> Reported by Michael[tm] Smith
> Assigned to
Audio-ISSUE-107 …