ogg-opus-decoder
Advanced tools
Comparing version 1.4.4 to 1.4.5
{ | ||
"name": "ogg-opus-decoder", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "Web Assembly streaming Ogg Opus decoder", | ||
@@ -52,6 +52,6 @@ "type": "module", | ||
"dependencies": { | ||
"@wasm-audio-decoders/common": "5.1.0", | ||
"@wasm-audio-decoders/common": "5.1.1", | ||
"codec-parser": "2.2.0", | ||
"opus-decoder": "0.5.3" | ||
"opus-decoder": "0.5.4" | ||
} | ||
} |
# `ogg-opus-decoder` | ||
`ogg-opus-decoder` is a Web Assembly Ogg Opus audio decoder. | ||
* 104.2 KiB minified bundle size | ||
* 104.4 KiB minified bundle size | ||
* Browser and NodeJS support | ||
@@ -128,3 +128,3 @@ * Built in Web Worker support | ||
* `decoder.decode(oggOpusData)` *async* | ||
* `opusFrame` Uint8Array containing Ogg Opus data. | ||
* `oggOpusData` Uint8Array containing Ogg Opus data. | ||
* Returns a promise that resolves with the decoded audio. | ||
@@ -131,0 +131,0 @@ * Use this when streaming audio into the decoder. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
178172
677
+ Added@eshaz/web-worker@1.2.0(transitive)
+ Added@wasm-audio-decoders/common@5.1.1(transitive)
+ Addedopus-decoder@0.5.4(transitive)
- Removed@wasm-audio-decoders/common@5.1.0(transitive)
- Removedopus-decoder@0.5.3(transitive)
- Removedweb-worker@1.3.0(transitive)
Updatedopus-decoder@0.5.4