From cea09b75d5bb866d289434b6e3776087da96767b Mon Sep 17 00:00:00 2001 From: Lionel Besson Date: Wed, 24 Dec 2014 12:06:17 +0100 Subject: [PATCH] MediaStream is unknown --- webaudioapi/waa.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webaudioapi/waa.d.ts b/webaudioapi/waa.d.ts index accd5c01c..3a5e88bc3 100644 --- a/webaudioapi/waa.d.ts +++ b/webaudioapi/waa.d.ts @@ -1159,5 +1159,5 @@ interface MediaStreamAudioSourceNode extends AudioSourceNode { * channelInterpretation = "speakers"; */ interface MediaStreamAudioDestinationNode extends AudioNode { - stream: MediaStream; + stream: any; }