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.3.0 to 1.3.1

2

package.json
{
"name": "ogg-opus-decoder",
"version": "1.3.0",
"version": "1.3.1",
"description": "Web Assembly streaming Ogg Opus decoder",

@@ -5,0 +5,0 @@ "main": "dist/ogg-opus-decoder.min.js",

# `ogg-opus-decoder`
`ogg-opus-decoder` is a Web Assembly Ogg Opus audio decoder.
* 115.5 KiB minified bundle size
* 116.1 KiB minified bundle size
* Browser and NodeJS support

@@ -6,0 +6,0 @@ * Built in Web Worker support

@@ -7,4 +7,9 @@ type OpusDecodedAudio = {

type OggOpusDecoderOptions = {
forceStereo?: boolean
}
declare module 'ogg-opus-decoder' {
export class OggOpusDecoder {
public constructor(options?: OggOpusDecoderOptions)
ready: Promise<void>;

@@ -17,2 +22,3 @@ reset: () => Promise<void>;

export class OggOpusDecoderWebWorker {
public constructor(options?: OggOpusDecoderOptions)
ready: Promise<void>;

@@ -19,0 +25,0 @@ reset: () => Promise<void>;

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