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

cosplay-pi-tk-voice-modulator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosplay-pi-tk-voice-modulator - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

dist/main.js

@@ -9,5 +9,2 @@ "use strict";

const recArgs = [
`--buffer`,
tk_voice_modulator_settings_1.tkVoiceModulatorEffectiveSettings.bufferSize,
`-d`,
`compand`,

@@ -31,3 +28,3 @@ tk_voice_modulator_settings_1.tkVoiceModulatorEffectiveSettings.compand1EffectArgs,

const startSox = () => {
let soxInputProcess = (0, child_process_1.spawn)(`nice -n 8 sox -d -t wav - ${recArgs.join(` `)}`, {
let soxInputProcess = (0, child_process_1.spawn)(`nice -n 8 sox -d -t wav --buffer ${tk_voice_modulator_settings_1.tkVoiceModulatorEffectiveSettings.bufferSize} - ${recArgs.join(` `)}`, {
shell: true,

@@ -34,0 +31,0 @@ });

2

package.json
{
"name": "cosplay-pi-tk-voice-modulator",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "files": [

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