Skip to content

Commit

Permalink
Merge pull request #3 from DavidSabine/master
Browse files Browse the repository at this point in the history
Use new AudioContext() rather than webkit
  • Loading branch information
stuartmemo committed Aug 7, 2014
2 parents 8ac4c1f + b2b1a08 commit a2f9d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abbey-load.js
Expand Up @@ -6,7 +6,7 @@
(function (window, undefined) {
var filesLoaded = 0,
numberOfFiles = 0,
context = new webkitAudioContext(),
context = new AudioContext(),
buffers = [];

var AbbeyLoad = function (files, callback) {
Expand Down

0 comments on commit a2f9d36

Please sign in to comment.