[Freeswitch-svn] [commit] r8995 - freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx
Freeswitch SVN
brian at freeswitch.org
Thu Jul 10 18:16:32 EDT 2008
Author: brian
Date: Thu Jul 10 18:16:31 2008
New Revision: 8995
Modified:
freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c
Log:
revert these settings till the lib fixes a bug related to -bestpath
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 Thu Jul 10 18:16:31 2008
@@ -142,11 +142,6 @@
"-hmm", model,
"-lm", lm,
"-dict", dic,
- "-bestpath", "10",
- "-maxhmmpf", "2000",
- "-maxcdsenpf", "500",
- "-maxwpf", "3",
- "-ds", "2",
#if 0
"-agc", "noise",
"-beam", "1e-60",
More information about the Freeswitch-svn
mailing list