mohayonao / web-audio-engine

Pure JS implementation of the Web Audio API
243 stars 32 forks source link

benchmark page doesn't work in Chrome/Safari. #26

Open mohayonao opened 8 years ago

mohayonao commented 8 years ago

http://mohayonao.github.io/web-audio-engine/benchmark/

echo66 commented 8 years ago

@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.

mohayonao commented 8 years ago

@echo66 Web Audio API cannot run in WebWorker yet.