diff --git a/js/apple1.js b/js/apple1.js index 55eea59..22385a4 100644 --- a/js/apple1.js +++ b/js/apple1.js @@ -75,7 +75,7 @@ aci.setData(window.tapes['Microchess'].tracks); // Audio Buffer Source var context; if (typeof window.webkitAudioContext !== 'undefined') { - context = window.webkitAudioContext(); + context = new window.webkitAudioContext(); } else if (typeof window.AudioContext !== 'undefined') { context = new window.AudioContext(); }