From: Brian West Date: Tue, 15 Jul 2008 22:22:49 +0000 (+0000) Subject: mod_pocketsphinx fix X-Git-Tag: v1.0.1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa99ef8fb6eb9db9fd655b1581fee51a8d267a32;p=thirdparty%2Ffreeswitch.git mod_pocketsphinx fix git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9047 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 a3bcbdc804..cae5a8b4ff 100644 --- a/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c +++ b/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c @@ -408,7 +408,7 @@ static switch_status_t load_config(void) /* Set defaults */ globals.thresh = 400; globals.silence_hits = 35; - globals.listen_hits = 5; + globals.listen_hits = 1; globals.auto_reload = 1; if (!(xml = switch_xml_open_cfg(cf, &cfg, NULL))) {