Skip to content

Commit fdfdade

Browse files
authored
Merge pull request #249 from chris-rudmin/debug
Fix decoder bug
2 parents c7d1504 + 27fd98d commit fdfdade

12 files changed

+194
-203
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ A javascript library to encode the output of Web Audio API nodes in Ogg Opus or
55

66
#### Libraries Used
77

8-
- Libopus: v1.3.1 compiled with emscripten 2.0.23
9-
- speexDSP: 1.2.0 compiled with emscripten 2.0.23
8+
- Libopus: v1.3.1 compiled with emscripten 2.0.31
9+
- speexDSP: 1.2.0 compiled with emscripten 2.0.31
1010

1111
#### Required Files
1212

dist-unminified/decoderWorker.js

Lines changed: 94 additions & 91 deletions
Large diffs are not rendered by default.

dist-unminified/decoderWorker.wasm

7.23 KB
Binary file not shown.

dist-unminified/encoderWorker.js

Lines changed: 91 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist-unminified/recorder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/decoderWorker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/decoderWorker.min.wasm

-591 Bytes
Binary file not shown.

dist/encoderWorker.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/recorder.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opus-recorder",
3-
"version": "8.0.4",
3+
"version": "8.0.5",
44
"description": "A library for recording opus encoded audio",
55
"homepage": "https://github.com/chris-rudmin/opus-recorder",
66
"author": "Chris Rudmin",

0 commit comments

Comments
 (0)