Home | History | Annotate | Download | only in en.us

Lines Matching full:crec

44 CREC.ParVersion         	= 1.0 ;
45 CREC.useCREClogger = 1;
47 CREC.Acoustic.dimen = 36 ;
48 CREC.Acoustic.skip = 5 ;
49 CREC.Acoustic.stay = 5 ;
50 CREC.Acoustic.durscale = 5 ;
51 CREC.Acoustic.minvar = 2860 ;
52 CREC.Acoustic.maxvar = 2860 ;
53 CREC.Acoustic.frame_period = 20 ;
54 CREC.Acoustic.load_models = non_generic;
56 CREC.Frontend.mel_dim = 12 ;
57 CREC.Frontend.samplerate = 8000 ;
58 CREC.Frontend.premel = 0.9 ;
59 CREC.Frontend.lowcut = 125 ;
60 CREC.Frontend.highcut = 4000 ;
61 CREC.Frontend.window_factor = 2 ;
62 CREC.Frontend.offset = 0 ;
63 CREC.Frontend.ddmel = YES ;
64 CREC.Frontend.peakdecayup = 0.3 ;
65 CREC.Frontend.peakdecaydown = 0.7 ;
66 CREC.Frontend.do_skip_even_frames = YES ;
67 CREC.Frontend.melA = 14 45 60 70 95 115 115 135 135 155 160 180 ;
68 CREC.Frontend.melB = 42 110 105 110 140 140 150 120 150 130 140 130 ;
69 CREC.Frontend.dmelA = 50 150 290 320 400 500 500 600 600 700 720 750 ;
70 CREC.Frontend.dmelB = 127 127 127 127 127 127 127 127 127 127 127 127 ;
71 CREC.Frontend.ddmelA = 4 12 22 27 32 35 35 45 45 55 57 62 ;
72 CREC.Frontend.ddmelB = 127 127 127 127 127 127 127 127 127 127 127 127 ;
74 CREC.Frontend.speech_detect = 14 ;
75 CREC.Frontend.ambient_within = 7 ;
76 CREC.Frontend.speech_above = 18 ;
77 CREC.Frontend.start_windback = 50 ;
78 CREC.Frontend.utterance_allowance = 40 ;
80 CREC.Frontend.swicms.forget_factor = 400 ;
81 CREC.Frontend.swicms.sbindex = 100 ;
82 CREC.Frontend.swicms.inutt.forget_factor2 = 40 ;
83 CREC.Frontend.swicms.inutt.disable_after = 200;
84 CREC.Frontend.swicms.inutt.enable_after = 10;
86 CREC.Pattern.dimen = 28 ;
87 CREC.Pattern.mix_score_scale = 0.46 ;
88 CREC.Pattern.imelda_scale = 14 ;
91 CREC.Recognizer.max_frames = 1000;
92 CREC.Recognizer.eou_threshold = 120 ;
93 CREC.Recognizer.terminal_timeout = 30 ;
94 CREC.Recognizer.optional_terminal_timeout = 45 ;
95 CREC.Recognizer.non_terminal_timeout = 90 ;
98 CREC.Recognizer.max_fsm_arcs = 25000;
99 CREC.Recognizer.max_fsm_nodes = 14500;
101 CREC.Recognizer.max_hmm_tokens = 400
102 CREC.Recognizer.max_word_tokens = 2000;
103 CREC.Recognizer.max_altword_tokens = 400;
104 CREC.Recognizer.max_fsmnode_tokens = 400
105 CREC.Recognizer.viterbi_prune_thresh = 400
106 CREC.Recognizer.num_wordends_per_frame = 10
107 CREC.Recognizer.max_model_states = 3600