heliosdesign / helios-audio-mixer

Web Audio API mixer library
https://heliosdesign.github.io/helios-audio-mixer/demo
MIT License
60 stars 11 forks source link

Add options and comment out broken function call. #7

Closed dansundy closed 9 years ago

dansundy commented 9 years ago

Have been working on HTML5 mode (for IE) and noticed a couple of issues.

dansundy commented 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.