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

Freeswitch SVN brian at freeswitch.org
Wed Jul 9 18:24:02 EDT 2008


Author: brian
Date: Wed Jul  9 18:24:01 2008
New Revision: 8968

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

Log:
ifdef these

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 18:24:01 2008
@@ -131,6 +131,8 @@
 							 "-hmm", model,
 							 "-lm", lm, 
 							 "-dict", dic,
+#if 0
+							 "-agc", "noise",
 							 "-beam", "1e-60",
 							 "-wbeam", "1e-40",
 							 "-ci_pbeam", "1e-8",
@@ -139,6 +141,7 @@
 							 "-maxcdsenpf", "1000",
 							 "-maxwpf", "8",
 							 "-ds", "2",
+#endif
 							 NULL);
 	  
 	if (ps->config == NULL) {



More information about the Freeswitch-svn mailing list