diff --git a/recorder.js b/recorder.js index cf66c546..f3ea3cfc 100644 --- a/recorder.js +++ b/recorder.js @@ -7,7 +7,7 @@ var Recorder = function(source, cfg){ this.node = (this.context.createScriptProcessor || this.context.createJavaScriptNode).call(this.context, bufferLen, 2, 2); - var worker = new Worker(config.workerPath || WORKER_PATH); + var worker = new Worker(WORKER_PATH); worker.postMessage({ command: 'init', config: {