]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert these settings till the lib fixes a bug related to -bestpath
authorBrian West <brian@freeswitch.org>
Thu, 10 Jul 2008 22:16:31 +0000 (22:16 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 10 Jul 2008 22:16:31 +0000 (22:16 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8995 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_pocketsphinx/mod_pocketsphinx.c

index 1260de536d47f16e2352c151e720952c921d7869..3cc5d54a796dfd003f7b9250d049f1333a164653 100644 (file)
@@ -142,11 +142,6 @@ static switch_status_t pocketsphinx_asr_load_grammar(switch_asr_handle_t *ah, co
                                                         "-hmm", model,
                                                         "-lm", lm, 
                                                         "-dict", dic,
-                                                        "-bestpath", "10",
-                                                        "-maxhmmpf", "2000",
-                                                        "-maxcdsenpf", "500",
-                                                        "-maxwpf", "3",
-                                                        "-ds", "2",
 #if 0
                                                         "-agc", "noise",
                                                         "-beam", "1e-60",