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; }