tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8983 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1806ea2bb2
commit
c2dd28e3e5
|
@ -141,11 +141,11 @@ static switch_status_t pocketsphinx_asr_load_grammar(switch_asr_handle_t *ah, co
|
||||||
"-hmm", model,
|
"-hmm", model,
|
||||||
"-lm", lm,
|
"-lm", lm,
|
||||||
"-dict", dic,
|
"-dict", dic,
|
||||||
"-bestpath", "20",
|
"-bestpath", "10",
|
||||||
"-maxhmmpf", "2000",
|
"-maxhmmpf", "2000",
|
||||||
"-maxcdsenpf", "500",
|
"-maxcdsenpf", "500",
|
||||||
"-maxwpf", "3",
|
"-maxwpf", "3",
|
||||||
"-ds", "3",
|
"-ds", "2",
|
||||||
#if 0
|
#if 0
|
||||||
"-agc", "noise",
|
"-agc", "noise",
|
||||||
"-beam", "1e-60",
|
"-beam", "1e-60",
|
||||||
|
|
Loading…
Reference in New Issue