From: Joe Wreschnig Date: Tue, 23 Sep 2014 16:12:30 +0000 (+0200) Subject: Expose MediaElement constructor. X-Git-Url: https://git.yukkurigames.com/?p=yuu.git;a=commitdiff_plain;h=d41039888e37b6a5aa06c9363f07b0c08a152464 Expose MediaElement constructor. --- diff --git a/src/yuu/audio.js b/src/yuu/audio.js index 881924e..128ff84 100644 --- a/src/yuu/audio.js +++ b/src/yuu/audio.js @@ -118,6 +118,7 @@ sampleRate: { alias: "_ctx.sampleRate" }, createGain: { proxy: "_ctx.createGain" }, + createMediaElementSource: { proxy: "_ctx.createMediaElementSource" }, createOscillator: { proxy: "_ctx.createOscillator" }, });