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.2.0 to 1.3.0

2

package.json
{
"name": "soundengine",
"version": "1.2.0",
"version": "1.3.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",

@@ -140,4 +140,4 @@ # Soundengine

outputChannels | number | 1 | The number of output channels (should equal inputChannels).
inputDevice | number | default input device | The id of the input device to use.
outputDevice | number | default output device | The id of the output device to use.
inputDevice | number | default input device | The id of the input device to use or -1 for a output only stream.
outputDevice | number | default output device | The id of the output device to use or -1 for a input only stream.
inputLatency | number | default high input latency | [See PortAudio docs](http://www.portaudio.com/docs/latency.html)

@@ -144,0 +144,0 @@ outputLatency | number | default high output latency | [See PortAudio docs](http://www.portaudio.com/docs/latency.html)

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