summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-10-17 18:24:07 +0100
committerVasil Zlatanov <v@skozl.com>2017-10-17 18:24:07 +0100
commit8141b4227780faddc9672041bda60d84206b8422 (patch)
tree10b8894b9718b5642baf08b66faad9b67a662042 /run.sh
downloadspeech-8141b4227780faddc9672041bda60d84206b8422.tar.gz
speech-8141b4227780faddc9672041bda60d84206b8422.tar.bz2
speech-8141b4227780faddc9672041bda60d84206b8422.zip
make speech project public
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..ccffc5b
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,7 @@
+#!/bin/zsh
+DIR="./"
+rec --channels 1 --rate 44100 ./jarsound.flac silence -l 1 0.01 1% 1 2.0 1%
+$DIR/api2.sh ./jarsound.flac > ./jaroutput.txt
+echo 'speaking'
+$DIR/process.pl ./tmp/jaroutput.txt
+