There are a couple of bugs in the HTML5 Audio implementation, specifically webkit. https://github.com/gattis/milkshake/blob/master/HTML5Audio.js https://github.com/gattis/milkshake/blob/master/HTML5Audio.js#L18 - context should be this.context. https://github.com/gattis/milkshake/blob/master/HTML5Audio.js#L19 - context should be this.context https://github.com/gattis/milkshake/blob/master/HTML5Audio.js#L34 - this.context. this refers to the XMLHttpRequest not, the webkitaudio processor. - lots more.
There are a couple of bugs in the HTML5 Audio implementation, specifically webkit.
https://github.com/gattis/milkshake/blob/master/HTML5Audio.js
https://github.com/gattis/milkshake/blob/master/HTML5Audio.js#L18 - context should be this.context.
https://github.com/gattis/milkshake/blob/master/HTML5Audio.js#L19 - context should be this.context
https://github.com/gattis/milkshake/blob/master/HTML5Audio.js#L34 - this.context. this refers to the XMLHttpRequest not, the webkitaudio processor.