cosplay-pi-tk-voice-modulator
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -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 @@ }); |
{ | ||
"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
141903
124