Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mychiux413 committed Jun 8, 2020
1 parent 99c9391 commit f085061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpusMediaRecorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class OpusMediaRecorder extends EventTarget {
let { channelBuffers, length, duration } = message;
this.worker.postMessage({
command, channelBuffers, length, duration
}, channelBuffers.map(a => a.buffer));
});
break;

case 'getEncodedData':
Expand Down

0 comments on commit f085061

Please sign in to comment.