]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_pocketsphinx fix
authorBrian West <brian@freeswitch.org>
Tue, 15 Jul 2008 22:22:49 +0000 (22:22 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 15 Jul 2008 22:22:49 +0000 (22:22 +0000)
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

index a3bcbdc8048523b416e3d3dd6cb4d48b64669857..cae5a8b4ff1cfc560e84f8e86076530c12e04293 100644 (file)
@@ -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))) {