Skip to content

Demo doesn't work on Safari 7.1 #13

Description

@kingsfleet

webAudioContext is there but not AudioContext, could the constructor code be replaced with this:

var AudioContext = window.AudioContext || window.webkitAudioContext;
audio.contex = new AudioContext();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions