mattdiamond / Recorderjs

A plugin for recording/exporting the output of Web Audio API nodes
4.16k stars 1.46k forks source link

Is RecordWorker.js still needed #157

Open devotox opened 8 years ago

devotox commented 8 years ago

I see references to inline worker and it seems it all works without RecordWorker.js is this valid?

xixilive commented 8 years ago

RecordWorker is a WebWorker essentially, I think you can implements another communication mechanism.