cosplay-pi-tk-voice-modulator
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -88,3 +88,5 @@ "use strict"; | ||
const clickPlaySoundFilePath = path.resolve(__dirname, `..`, `click.wav`); | ||
(0, child_process_1.exec)(`play ${clickPlaySoundFilePath} gain -20`); | ||
(0, child_process_1.spawn)(`play ${clickPlaySoundFilePath} gain -5`, { | ||
shell: true, | ||
}); | ||
wasClickPlayed = true; | ||
@@ -91,0 +93,0 @@ } |
{ | ||
"name": "cosplay-pi-tk-voice-modulator", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
143612
151