New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

meyda

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meyda - npm Package Compare versions

Comparing version 5.0.10 to 5.1.0

3

bin/cli.js

@@ -9,2 +9,3 @@ #! /usr/bin/env node

['', 'bs[=BUFFER_SIZE]', 'Buffer size in samples (optional, default is 512)'],
['', 'mfcc[=MFCC_COEFFICIENTS]', 'Number of MFCC co-efficients that the MFCC feature extractor should return (optional, default is 13)'],
['', 'hs[=HOP_SIZE]', 'Hop size in samples (optional, defaults to matching buffer size)'],

@@ -34,5 +35,7 @@ ['', 'w[=WINDOWING_FUNCTION]', 'Windowing function (optional, default is hanning)'],

var HOP_SIZE = parseInt(opt.options.hs) || FRAME_SIZE;
var MFCC_COEFFICIENTS = parseInt(opt.options.mfcc) || 13;
Meyda.bufferSize = FRAME_SIZE;
Meyda.hopSize = HOP_SIZE;
Meyda.windowingFunction = opt.options.w || 'hanning';
Meyda.numberOfMFCCCoefficients = MFCC_COEFFICIENTS;

@@ -39,0 +42,0 @@ var outputFormat = null;

4

package.json
{
"name": "meyda",
"version": "5.0.10",
"version": "5.1.0",
"description": "Real-time feature extraction for the web audio api",

@@ -71,3 +71,3 @@ "main": "./dist/node/main.js",

"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.31.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",

@@ -74,0 +74,0 @@ "webpack-stream": "^6.0.0"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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