[Freeswitch-svn] [commit] r12142 - freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx
FreeSWITCH SVN
brian at freeswitch.org
Wed Feb 18 11:12:24 PST 2009
Author: brian
Date: Wed Feb 18 13:12:24 2009
New Revision: 12142
Log:
tweak options
Modified:
freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c
Modified: freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c
==============================================================================
--- freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c (original)
+++ freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c Wed Feb 18 13:12:24 2009
@@ -154,13 +154,8 @@
"-hmm", model,
"-lm", lm,
"-dict", dic,
-#if 0
- "-agc", "noise",
- "-beam", "1e-60",
- "-wbeam", "1e-40",
- "-ci_pbeam", "1e-8",
- "-subvqbeam", "1e-2",
-#endif
+ "-frate", "50",
+ "-silprob", "0.005",
NULL);
if (ps->config == NULL) {
More information about the Freeswitch-svn
mailing list