|
|
|
|
|
by dbattaglia
5360 days ago
|
|
in the main JS file, you can see an error thrown creating the main audio-context object triggers that message: audioContext = new webkitAudioContext();
IIRC, Firefox has their own mozXxx versions of these audio APIs. I guess both will be updated to standard names (ex: AudioContext) once everyone is on board. |
|