Audio no longer works because new versions of Chrome have replaced the synchronous createBuffer with the asynchronous decodeAudioData. See Porting webkitAudioContext code to standards based AudioContext and diffs like geluso/delight@2575886 to upgrade the relevant code.
Audio no longer works because new versions of Chrome have replaced the synchronous createBuffer with the asynchronous decodeAudioData. See Porting webkitAudioContext code to standards based AudioContext and diffs like geluso/delight@2575886 to upgrade the relevant code.