From e425d74243b76cfd9500a81fba71ab696bb61a54 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Mon, 24 Jan 2022 17:06:32 +0100 Subject: [PATCH] Update audio-explainer.md Co-authored-by: Jan-Ivar Bruaroey --- audio-explainer.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/audio-explainer.md b/audio-explainer.md index 4d88b3e..a1d2475 100644 --- a/audio-explainer.md +++ b/audio-explainer.md @@ -39,14 +39,3 @@ If the track is an audio track, the chunks will be {{AudioData}} objects. Under "Security and Privacy considerations", include AudioData as an alternative to VideoFrame. -The additional IDL would be: - -
-[Exposed=DedicatedWorker]
-interface AudioTrackGenerator {
-  constructor();
-  readonly attribute WritableStream writable;
-  attribute boolean muted;
-  readonly attribute MediaStreamTrack track;
-};
-