Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
More sane defaults for pocketsphinx and android demo
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@13252 94700074-3cef-4d97-a70e-9c8c206c02f5
  • Loading branch information
nshmyrev committed Oct 31, 2016
1 parent 2c132b3 commit d1922b6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/sphinxbase/fe.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ extern "C" {
\
{ "-vad_threshold", \
ARG_FLOAT32, \
"2.0", \
"3.0", \
"Threshold for decision between noise and silence frames. Log-ratio between signal level and noise level." }, \
\
{ "-input_endian", \
Expand Down
2 changes: 2 additions & 0 deletions test/regression/test-sphinx_fe-ctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tmpout="test-sphinx_fe-ctl.out"
echo "WAVE2FEAT CTL/WAV/SPH TEST"
run_program sphinx_fe/sphinx_fe \
-samprate 11025 \
-vad_threshold 2.0 \
-frate 105 \
-wlen 0.024 \
-alpha 0.97 \
Expand All @@ -25,6 +26,7 @@ run_program sphinx_fe/sphinx_fe \

run_program sphinx_fe/sphinx_fe \
-samprate 11025 \
-vad_threshold 2.0 \
-frate 105 \
-wlen 0.024 \
-alpha 0.97 \
Expand Down
1 change: 1 addition & 0 deletions test/regression/test-sphinx_fe-dither-seed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tmpout="test-sphinx_fe-dither-seed.out"
echo "WAVE2FEAT-DITHER-SEED TEST"
run_program sphinx_fe/sphinx_fe \
-dither 1 \
-vad_threshold 2.0 \
-seed 1234 \
-samprate 11025 \
-frate 105 \
Expand Down
1 change: 1 addition & 0 deletions test/regression/test-sphinx_fe-logspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ tmpout="test-sphinx_fe-logspec.out"
echo "WAVE2FEAT-LOGSPEC TEST"
run_program sphinx_fe/sphinx_fe \
-logspec 1 \
-vad_threshold 2.0 \
-samprate 11025 \
-frate 105 \
-wlen 0.024 \
Expand Down
1 change: 1 addition & 0 deletions test/regression/test-sphinx_fe-smoothspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ echo "WAVE2FEAT-SMOOTHSPEC TEST"
run_program sphinx_fe/sphinx_fe \
-smoothspec yes \
-samprate 11025 \
-vad_threshold 2.0 \
-frate 105 \
-wlen 0.024 \
-alpha 0.97 \
Expand Down
1 change: 1 addition & 0 deletions test/regression/test-sphinx_fe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ tmpout="test-sphinx_fe.out"

echo "WAVE2FEAT TEST"
run_program sphinx_fe/sphinx_fe \
-vad_threshold 2.0 \
-samprate 11025 \
-frate 105 \
-wlen 0.024 \
Expand Down

0 comments on commit d1922b6

Please sign in to comment.