Skip to content

HTML5 Audio will not work #2

@PaulKinlan

Description

@PaulKinlan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions