From aa99ef8fb6eb9db9fd655b1581fee51a8d267a32 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 15 Jul 2008 22:22:49 +0000 Subject: [PATCH] mod_pocketsphinx fix git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9047 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) {