soundengine
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
261270