From: Brian West Date: Thu, 10 Jul 2008 13:11:22 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0.1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2dd28e3e554ca54b14d794f5ca05a3117ab6e23;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8983 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c b/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c index ea7029c6aa..726e97f322 100644 --- a/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c +++ b/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c @@ -141,11 +141,11 @@ static switch_status_t pocketsphinx_asr_load_grammar(switch_asr_handle_t *ah, co "-hmm", model, "-lm", lm, "-dict", dic, - "-bestpath", "20", + "-bestpath", "10", "-maxhmmpf", "2000", "-maxcdsenpf", "500", "-maxwpf", "3", - "-ds", "3", + "-ds", "2", #if 0 "-agc", "noise", "-beam", "1e-60",