Socket
Socket
Sign inDemoInstall

spectro

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "spectro",
"version": "1.0.0",
"version": "1.0.1",
"description": "A clustered nods.js module to create spectrograms from pcm audio data",

@@ -5,0 +5,0 @@ "main": "spectro.js",

# A clustered nods.js module to create spectrograms from pcm audio data
# Install
Spectro can be installed via npm:
`npm install spectro`
# Usage
By using a cluster of workers to process the computational expensive stuff the execution time can be decreased dramatically.

@@ -37,3 +45,3 @@ The spectrogram class is a writable stream where the data can be piped into.

// The spectrogram can e.g. be drawn with third party modules such as pngjs
// Examples theredore can be found in examples/...
// Examples therefor can be found in examples/...
})

@@ -40,0 +48,0 @@ ```

@@ -175,3 +175,3 @@ 'use strict'

this.__process()
if (typeof callback === 'Function') callback(null)
if (typeof callback === 'function') callback(null)
}

@@ -178,0 +178,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc