projects
/
yuu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b266eb
)
Expose MediaElement constructor.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Tue, 23 Sep 2014 16:12:30 +0000
(18:12 +0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Tue, 23 Sep 2014 16:12:30 +0000
(18:12 +0200)
src/yuu/audio.js
patch
|
blob
|
history
diff --git
a/src/yuu/audio.js
b/src/yuu/audio.js
index 881924ee58ff4c8fe85cf0b6071a8c8827a740b4..128ff847e5647d7dc410f0af695bc0318485ca16 100644
(file)
--- 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" },
});