Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ogg-opus-decoder

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ogg-opus-decoder - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc