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.1 to 1.3.2

2

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

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

@@ -13,3 +13,3 @@ import { WASMAudioDecoderCommon } from "@wasm-audio-decoders/common";

this._stereoDownmix = options.stereoDownmix || false;
this._forceStereo = options.forceStereo || false;

@@ -52,3 +52,3 @@ // Max data to send per iteration. 64k is the max for enqueueing in libopusfile.

this._decoder = this._common.wasm._ogg_opus_decoder_create();
this._decoderMethod = this._stereoDownmix
this._decoderMethod = this._forceStereo
? this._common.wasm._ogg_opus_decode_float_stereo_deinterleaved

@@ -55,0 +55,0 @@ : this._common.wasm._ogg_opus_decode_float_deinterleaved;

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