Socket
Book a DemoInstallSign in
Socket

jv4-demuxer

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jv4-demuxer - npm Package Compare versions

Comparing version

to
1.0.6

2

package.json
{
"name": "jv4-demuxer",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

@@ -64,3 +64,3 @@ import { BaseDemuxer, DemuxEvent, DemuxMode } from "./base";

this.audioEncoderConfig.numberOfChannels = ((data[3] >> 3) & 0x0F) //声道
this.audioEncoderConfig.sampleRate = samplingFrequencyIndexMap[((data[2]&0x7)<<1)|(data[3]>>7)])
this.audioEncoderConfig.sampleRate = samplingFrequencyIndexMap[((data[2]&0x7)<<1)|(data[3]>>7)]
}

@@ -67,0 +67,0 @@ }

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.