[Freeswitch-svn] [commit] r8956 - freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx

Freeswitch SVN brian at freeswitch.org
Wed Jul 9 12:15:21 EDT 2008


Author: brian
Date: Wed Jul  9 12:15:21 2008
New Revision: 8956

Modified:
   freeswitch/trunk/src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c

Log:
tweaks to the recognizer from CMU

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 Jul  9 12:15:21 2008
@@ -131,6 +131,14 @@
 							 "-hmm", model,
 							 "-lm", lm, 
 							 "-dict", dic,
+							 "-beam", "1e-60",
+							 "-wbeam", "1e-40",
+							 "-ci_pbeam", "1e-8",
+							 "-subvqbeam", "1e-2",
+							 "-maxhmmpf", "2000",
+							 "-maxcdsenpf", "1000",
+							 "-maxwpf", "8",
+							 "-ds", "2",
 							 NULL);
 	  
 	if (ps->config == NULL) {



More information about the Freeswitch-svn mailing list