Skip to content

Commit

Permalink
chore(ogg-opus): publish minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaz committed Apr 22, 2023
1 parent 70e53ea commit fa48bb9
Show file tree
Hide file tree
Showing 13 changed files with 710 additions and 659 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Decodes FLAC data into PCM

### [`ogg-opus-decoder`](https://github.com/eshaz/wasm-audio-decoders/tree/master/src/ogg-opus-decoder)
Decodes Ogg Opus data into PCM
* 105.1 KiB minified bundle size
* 107.5 KiB minified bundle size
* Browser and NodeJS support
* Built in Web Worker support
* Multichannel decoding (up to 255 channels)
Expand Down
611 changes: 316 additions & 295 deletions demo/ogg-opus-decoder.js

Large diffs are not rendered by default.

Binary file modified demo/ogg-opus-decoder.min.js
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/ogg-opus-decoder.min.js.map

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"type": "module",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/jest": "^29.5.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/jest": "^29.5.1",
"@wpdas/wave-header": "^1.0.1",
"codec-parser": "2.3.0",
"codec-parser": "2.4.0",
"gh-pages": "^5.0.0",
"jest": "^29.5.0",
"node-zopfli": "^2.1.4",
"prettier": "^2.8.6",
"rollup": "^3.20.1",
"rollup": "^3.20.7",
"simple-yenc": "1.0.1",
"terser": "^5.16.6",
"terser": "^5.17.1",
"web-worker": "^1.1.0",
"mpg123-decoder": "file:src/mpg123-decoder",
"ogg-opus-decoder": "file:src/ogg-opus-decoder",
Expand Down
2 changes: 1 addition & 1 deletion src/ogg-opus-decoder/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `ogg-opus-decoder`

`ogg-opus-decoder` is a Web Assembly Ogg Opus audio decoder.
* 105.1 KiB minified bundle size
* 107.5 KiB minified bundle size
* Browser and NodeJS support
* Built in Web Worker support
* Multichannel decoding (up to 255 channels)
Expand Down
Loading

0 comments on commit fa48bb9

Please sign in to comment.