Skip to content

Commit

Permalink
Merge pull request #122 from chris-rudmin/decoder-end-stream
Browse files Browse the repository at this point in the history
Decoder publish null at end of stream
  • Loading branch information
chris-rudmin committed Dec 30, 2017
2 parents ad95145 + 99af366 commit dac2f1a
Show file tree
Hide file tree
Showing 11 changed files with 284 additions and 316 deletions.
2 changes: 1 addition & 1 deletion dist/decoderWorker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/encoderWorker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/recorder.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/waveWorker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions example/decoder.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ <h2>Recordings</h2>
command: 'decode',
pages: typedArray
}, [typedArray.buffer] );

decoderWorker.postMessage({
command: 'done'
});
};

fileInput.onchange = function(e){
Expand Down
Loading

0 comments on commit dac2f1a

Please sign in to comment.