Closed dansundy closed 9 years ago
Hi Mike. The problem isn't with the createMediaElementSource
it is that there is no .context
in the .mix
object. It looks like .context will always be null
when in HTML5 mode. Iain does that sound right? And commenting that line out should only affect HTML5 audio.
The specific error I'm getting when in HTML5 mode is: TypeError: Cannot read property 'createMediaElementSource' of null
.
Have been working on HTML5 mode (for IE) and noticed a couple of issues.
_this.mix.context.createMediaElementSource(_this.element)
on line690
. It looks like that function no longer exists and this was causing an error.