Port over controller logic from Python.
[featherfall2.git] / src / yuu / audio.js
index 881924e..128ff84 100644 (file)
 
         sampleRate: { alias: "_ctx.sampleRate" },
         createGain: { proxy: "_ctx.createGain" },
+        createMediaElementSource: { proxy: "_ctx.createMediaElementSource" },
         createOscillator: { proxy: "_ctx.createOscillator" },
     });