mohayonao / web-audio-engine

Pure JS implementation of the Web Audio API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

benchmark page doesn't work in Chrome/Safari.

mohayonao opened this issue · comments

@mohayonao the workaround for that could be sending the AudioContext to a WebWorker, render the entire signal array and return it to the main thread.

@echo66 Web Audio API cannot run in WebWorker yet.