Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

soundengine

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soundengine - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

2

package.json
{
"name": "soundengine",
"version": "1.0.2",
"version": "1.1.0",
"description": "A C++ node.js module that allows manipulating audio streams from/to soundcards and work with the fft of the signal etc.",

@@ -5,0 +5,0 @@ "main": "build/Release/soundengine.node",

@@ -129,2 +129,3 @@ # Soundengine

* `setOptions(options?: engineOptions)` - Sets the engine options.
* `synchronize()` - Clears the internal buffer queues. If there for example is a large delay between the input and the output after initializing a new engine, calling `synchronize` could potentially minimize this delay.

@@ -131,0 +132,0 @@ ### Engine options

@@ -62,2 +62,4 @@ declare namespace soundengine {

setOptions(options?: engineOptions)
synchronize()
}

@@ -64,0 +66,0 @@

Sorry, the diff of this file is not supported yet

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