• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# cd /system/usr/srec
2# ./run_robustness3.sh
3Robustness3: ESRSDK = /system/usr/srec
4IDLE --> CREATE_RECOGNIZER
5before EmbeddedRecognizer.getInstance()
6after EmbeddedRecognizer.getInstance(): android.speech.recognition.impl.EmbeddedRecognizerImpl android.speech.recognition.impl.EmbeddedRecognizerImpl@40021740
7before EmbeddedRecognizer.configure(/system/usr/srec/config/en.us/baseline11k.par)
8after EmbeddedRecognizer.configure()
9before EmbeddedRecognizer.setlistener()
10after EmbeddedRecognizer.setlistener()
11CREATE_RECOGNIZER --> SHOW_ITERATION
12---------------------------------------
13Iteration:0
14---------------------------------------
15SHOW_ITERATION --> CREATE_GRAMMAR1
16before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
17after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
18CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
19before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
20after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
21CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
22LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
23G1Listener: onLoaded
24G1Listener: Adding words to grammar slot
25item 0: Jen Parker
26item 1: John Martinez
27item 2: Andrew Evans
28G1Listener: Starting adding words to grammar slot
29LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
30G1Listener: onAddItemList
31G1Listener: Finish adding words to grammar slot
32ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
33G1Listener: onCompileAllSlots
34COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
35SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
36G1Listener: onSaved
37SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
38UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
39G1Listener: onUnloaded
40UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
41CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
42before CreateGrammar(/system/usr/srec/grammar3.g2g)
43after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
44G2Listener:  onLoaded
45LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
46RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
47+recognize()
48/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
49-recognize()
50MFRListener: onStarted()
51onStarted
52onBeginningOfSpeech
53MFRListener: onStopped()
54onEndOfSpeech
55onRecognitionResult: 1
56result 1:phone delete Jen Parker:DEL Jen Parker:78
57+onStopped()
58RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
59Saving.../system/usr/srec/R3_contactsTestSound.raw
60-onStopped()
61MFWListener: onStopped()
62SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
63UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
64G2Listener:   onUnloaded
65UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
66LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
67G2Listener:  onLoaded
68LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
69RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
70+recognize()
71/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
72-recognize()
73MFRListener: onStarted()
74onStarted
75onBeginningOfSpeech
76onEndOfSpeech
77onRecognitionResult: 1
78result 1:traffic information:TRFI:84
79+onStopped()
80RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
81Saving.../system/usr/srec/R3_actionTestSound.raw
82-onStopped()
83MFRListener: onStopped()
84MFWListener: onStopped()
85SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
86UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
87G2Listener:   onUnloaded
88UNLOADING_GRAMMAR2 --> MICROPHONE
89Start recording...
90MICROPHONE --> STATE_MICROPHONE_STARTING
91MICListener: onStarted()
92Record for 2 secs.
93STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
94MICROPHONE_RECORDING --> RECORDING_STOP
95RECORDING_STOP --> STOPPING_MICROPHONE
96MICListener: onStopped()
97STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
98Sleep 1800 ms (workaround for Sooner audio driver bug)
99Woke up
100MICListener: Saving record sound R3_microphoneTestSound.raw
101STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
102MFWListener: onStopped()
103SAVING_RECORDED_AUDIO --> COMPARE_FILES
104Compare MIC Files
105/system/usr/srec/R3_microphoneTestSound.raw
106Size:41004
107COMPARE_FILES --> GET_PARAMS
108GET_PARAMS --> GETTING_PARAMS
109Retrieving parameter values...
110onParametersGet:
111CREC.Recognizer.non_terminal_timeout = 90
112CREC.Recognizer.optional_terminal_timeout = 45
113CREC.Recognizer.terminal_timeout = 30
114CREC.Recognizer.eou_threshold = 120
115SREC.Recognizer.utterance_timeout = 400
116GETTING_PARAMS --> SET_PARAMS
117SET_PARAMS --> SETTING_PARAMS
118Setting new parameter values...
119onParametersSet:
120CREC.Recognizer.non_terminal_timeout = 400
121CREC.Recognizer.terminal_timeout = 200
122CREC.Recognizer.optional_terminal_timeout = 300
123CREC.Recognizer.eou_threshold = 500
124SREC.Recognizer.utterance_timeout = 100
125SETTING_PARAMS --> RESET_PARAMS
126RESET_PARAMS --> RESETTING_PARAMS
127Setting new parameter values...
128onParametersSet:
129CREC.Recognizer.non_terminal_timeout = 90
130CREC.Recognizer.terminal_timeout = 30
131CREC.Recognizer.optional_terminal_timeout = 45
132CREC.Recognizer.eou_threshold = 120
133SREC.Recognizer.utterance_timeout = 400
134RESETTING_PARAMS --> RESET
135RESET --> SHOW_ITERATION
136---------------------------------------
137Iteration:1
138---------------------------------------
139SHOW_ITERATION --> CREATE_GRAMMAR1
140before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
141after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
142CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
143before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
144after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
145CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
146LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
147G1Listener: onLoaded
148G1Listener: Adding words to grammar slot
149item 0: Jen Parker
150item 1: John Martinez
151item 2: Andrew Evans
152G1Listener: Starting adding words to grammar slot
153LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
154G1Listener: onAddItemList
155G1Listener: Finish adding words to grammar slot
156ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
157G1Listener: onCompileAllSlots
158COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
159SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
160G1Listener: onSaved
161SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
162UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
163G1Listener: onUnloaded
164UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
165CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
166before CreateGrammar(/system/usr/srec/grammar3.g2g)
167after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
168G2Listener:  onLoaded
169LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
170RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
171+recognize()
172/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
173MFRListener: onStarted()
174-recognize()
175onStarted
176onBeginningOfSpeech
177onEndOfSpeech
178onRecognitionResult: 1
179result 1:phone delete John Martinez:DEL John Martinez:84
180+onStopped()
181RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
182Saving.../system/usr/srec/R3_contactsTestSound.raw
183-onStopped()
184MFRListener: onStopped()
185MFWListener: onStopped()
186SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
187UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
188G2Listener:   onUnloaded
189UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
190LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
191G2Listener:  onLoaded
192LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
193RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
194+recognize()
195/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
196-recognize()
197MFRListener: onStarted()
198onStarted
199onBeginningOfSpeech
200MFRListener: onStopped()
201onEndOfSpeech
202onRecognitionResult: 1
203result 1:changer:CHANGER:88
204+onStopped()
205RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
206Saving.../system/usr/srec/R3_actionTestSound.raw
207MFWListener: onStopped()
208SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
209UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
210-onStopped()
211G2Listener:   onUnloaded
212UNLOADING_GRAMMAR2 --> MICROPHONE
213Start recording...
214MICROPHONE --> STATE_MICROPHONE_STARTING
215MICListener: onStarted()
216Record for 2 secs.
217STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
218MICROPHONE_RECORDING --> RECORDING_STOP
219RECORDING_STOP --> STOPPING_MICROPHONE
220MICListener: onStopped()
221STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
222Sleep 1800 ms (workaround for Sooner audio driver bug)
223Woke up
224MICListener: Saving record sound R3_microphoneTestSound.raw
225STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
226MFWListener: onStopped()
227SAVING_RECORDED_AUDIO --> COMPARE_FILES
228Compare MIC Files
229/system/usr/srec/R3_microphoneTestSound.raw
230Size:41004
231COMPARE_FILES --> GET_PARAMS
232GET_PARAMS --> GETTING_PARAMS
233Retrieving parameter values...
234onParametersGet:
235CREC.Recognizer.non_terminal_timeout = 90
236CREC.Recognizer.optional_terminal_timeout = 45
237CREC.Recognizer.terminal_timeout = 30
238CREC.Recognizer.eou_threshold = 120
239SREC.Recognizer.utterance_timeout = 400
240GETTING_PARAMS --> SET_PARAMS
241SET_PARAMS --> SETTING_PARAMS
242Setting new parameter values...
243onParametersSet:
244CREC.Recognizer.non_terminal_timeout = 400
245CREC.Recognizer.terminal_timeout = 200
246CREC.Recognizer.optional_terminal_timeout = 300
247CREC.Recognizer.eou_threshold = 500
248SREC.Recognizer.utterance_timeout = 100
249SETTING_PARAMS --> RESET_PARAMS
250RESET_PARAMS --> RESETTING_PARAMS
251Setting new parameter values...
252onParametersSet:
253CREC.Recognizer.non_terminal_timeout = 90
254CREC.Recognizer.terminal_timeout = 30
255CREC.Recognizer.optional_terminal_timeout = 45
256CREC.Recognizer.eou_threshold = 120
257SREC.Recognizer.utterance_timeout = 400
258RESETTING_PARAMS --> RESET
259RESET --> SHOW_ITERATION
260---------------------------------------
261Iteration:2
262---------------------------------------
263SHOW_ITERATION --> CREATE_GRAMMAR1
264before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
265after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
266CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
267before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
268after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
269CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
270LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
271G1Listener: onLoaded
272G1Listener: Adding words to grammar slot
273item 0: Jen Parker
274item 1: John Martinez
275item 2: Andrew Evans
276G1Listener: Starting adding words to grammar slot
277LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
278G1Listener: onAddItemList
279G1Listener: Finish adding words to grammar slot
280ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
281G1Listener: onCompileAllSlots
282COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
283SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
284G1Listener: onSaved
285SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
286UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
287G1Listener: onUnloaded
288UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
289CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
290before CreateGrammar(/system/usr/srec/grammar3.g2g)
291after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
292G2Listener:  onLoaded
293LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
294RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
295+recognize()
296/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
297MFRListener: onStarted()
298-recognize()
299onStarted
300onBeginningOfSpeech
301onEndOfSpeech
302onRecognitionResult: 1
303result 1:Andrew Evans:Andrew Evans:85
304+onStopped()
305RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
306Saving.../system/usr/srec/R3_contactsTestSound.raw
307-onStopped()
308MFRListener: onStopped()
309MFWListener: onStopped()
310SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
311UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
312G2Listener:   onUnloaded
313UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
314LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
315G2Listener:  onLoaded
316LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
317RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
318+recognize()
319/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
320MFRListener: onStarted()
321onStarted
322-recognize()
323onBeginningOfSpeech
324MFRListener: onStopped()
325onEndOfSpeech
326onRecognitionResult: 1
327result 1:forward:FWD:74
328+onStopped()
329RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
330Saving.../system/usr/srec/R3_actionTestSound.raw
331-onStopped()
332MFWListener: onStopped()
333SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
334UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
335G2Listener:   onUnloaded
336UNLOADING_GRAMMAR2 --> MICROPHONE
337Start recording...
338MICROPHONE --> STATE_MICROPHONE_STARTING
339MICListener: onStarted()
340Record for 2 secs.
341STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
342MICROPHONE_RECORDING --> RECORDING_STOP
343RECORDING_STOP --> STOPPING_MICROPHONE
344MICListener: onStopped()
345STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
346Sleep 1800 ms (workaround for Sooner audio driver bug)
347Woke up
348MICListener: Saving record sound R3_microphoneTestSound.raw
349STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
350MFWListener: onStopped()
351SAVING_RECORDED_AUDIO --> COMPARE_FILES
352Compare MIC Files
353/system/usr/srec/R3_microphoneTestSound.raw
354Size:41004
355COMPARE_FILES --> GET_PARAMS
356GET_PARAMS --> GETTING_PARAMS
357Retrieving parameter values...
358onParametersGet:
359CREC.Recognizer.non_terminal_timeout = 90
360CREC.Recognizer.optional_terminal_timeout = 45
361CREC.Recognizer.terminal_timeout = 30
362CREC.Recognizer.eou_threshold = 120
363SREC.Recognizer.utterance_timeout = 400
364GETTING_PARAMS --> SET_PARAMS
365SET_PARAMS --> SETTING_PARAMS
366Setting new parameter values...
367onParametersSet:
368CREC.Recognizer.non_terminal_timeout = 400
369CREC.Recognizer.terminal_timeout = 200
370CREC.Recognizer.optional_terminal_timeout = 300
371CREC.Recognizer.eou_threshold = 500
372SREC.Recognizer.utterance_timeout = 100
373SETTING_PARAMS --> RESET_PARAMS
374RESET_PARAMS --> RESETTING_PARAMS
375Setting new parameter values...
376onParametersSet:
377CREC.Recognizer.non_terminal_timeout = 90
378CREC.Recognizer.terminal_timeout = 30
379CREC.Recognizer.optional_terminal_timeout = 45
380CREC.Recognizer.eou_threshold = 120
381SREC.Recognizer.utterance_timeout = 400
382RESETTING_PARAMS --> RESET
383RESET --> SHOW_ITERATION
384---------------------------------------
385Iteration:3
386---------------------------------------
387SHOW_ITERATION --> CREATE_GRAMMAR1
388before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
389after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
390CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
391before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
392after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
393CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
394LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
395G1Listener: onLoaded
396G1Listener: Adding words to grammar slot
397item 0: Jen Parker
398item 1: John Martinez
399item 2: Andrew Evans
400G1Listener: Starting adding words to grammar slot
401LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
402G1Listener: onAddItemList
403G1Listener: Finish adding words to grammar slot
404ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
405G1Listener: onCompileAllSlots
406COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
407SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
408G1Listener: onSaved
409SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
410UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
411G1Listener: onUnloaded
412UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
413CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
414before CreateGrammar(/system/usr/srec/grammar3.g2g)
415after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
416G2Listener:  onLoaded
417LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
418RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
419+recognize()
420/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
421MFRListener: onStarted()
422-recognize()
423onStarted
424onBeginningOfSpeech
425MFRListener: onStopped()
426onEndOfSpeech
427onRecognitionResult: 1
428result 1:phone delete Jen Parker:DEL Jen Parker:83
429+onStopped()
430RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
431Saving.../system/usr/srec/R3_contactsTestSound.raw
432-onStopped()
433MFWListener: onStopped()
434SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
435UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
436G2Listener:   onUnloaded
437UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
438LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
439G2Listener:  onLoaded
440LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
441RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
442+recognize()
443/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
444-recognize()
445MFRListener: onStarted()
446onStarted
447onBeginningOfSpeech
448MFRListener: onStopped()
449onEndOfSpeech
450onRecognitionResult: 1
451result 1:traffic information:TRFI:89
452+onStopped()
453RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
454Saving.../system/usr/srec/R3_actionTestSound.raw
455-onStopped()
456MFWListener: onStopped()
457SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
458UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
459G2Listener:   onUnloaded
460UNLOADING_GRAMMAR2 --> MICROPHONE
461Start recording...
462MICROPHONE --> STATE_MICROPHONE_STARTING
463MICListener: onStarted()
464Record for 2 secs.
465STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
466MICROPHONE_RECORDING --> RECORDING_STOP
467RECORDING_STOP --> STOPPING_MICROPHONE
468MICListener: onStopped()
469STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
470Sleep 1800 ms (workaround for Sooner audio driver bug)
471Woke up
472MICListener: Saving record sound R3_microphoneTestSound.raw
473STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
474MFWListener: onStopped()
475SAVING_RECORDED_AUDIO --> COMPARE_FILES
476Compare MIC Files
477/system/usr/srec/R3_microphoneTestSound.raw
478Size:41004
479COMPARE_FILES --> GET_PARAMS
480GET_PARAMS --> GETTING_PARAMS
481Retrieving parameter values...
482onParametersGet:
483CREC.Recognizer.non_terminal_timeout = 90
484CREC.Recognizer.optional_terminal_timeout = 45
485CREC.Recognizer.terminal_timeout = 30
486CREC.Recognizer.eou_threshold = 120
487SREC.Recognizer.utterance_timeout = 400
488GETTING_PARAMS --> SET_PARAMS
489SET_PARAMS --> SETTING_PARAMS
490Setting new parameter values...
491onParametersSet:
492CREC.Recognizer.non_terminal_timeout = 400
493CREC.Recognizer.terminal_timeout = 200
494CREC.Recognizer.optional_terminal_timeout = 300
495CREC.Recognizer.eou_threshold = 500
496SREC.Recognizer.utterance_timeout = 100
497SETTING_PARAMS --> RESET_PARAMS
498RESET_PARAMS --> RESETTING_PARAMS
499Setting new parameter values...
500onParametersSet:
501CREC.Recognizer.non_terminal_timeout = 90
502CREC.Recognizer.terminal_timeout = 30
503CREC.Recognizer.optional_terminal_timeout = 45
504CREC.Recognizer.eou_threshold = 120
505SREC.Recognizer.utterance_timeout = 400
506RESETTING_PARAMS --> RESET
507RESET --> SHOW_ITERATION
508---------------------------------------
509Iteration:4
510---------------------------------------
511SHOW_ITERATION --> CREATE_GRAMMAR1
512before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
513after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
514CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
515before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
516after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
517CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
518LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
519G1Listener: onLoaded
520G1Listener: Adding words to grammar slot
521item 0: Jen Parker
522item 1: John Martinez
523item 2: Andrew Evans
524G1Listener: Starting adding words to grammar slot
525LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
526G1Listener: onAddItemList
527G1Listener: Finish adding words to grammar slot
528ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
529G1Listener: onCompileAllSlots
530COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
531SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
532G1Listener: onSaved
533SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
534UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
535G1Listener: onUnloaded
536UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
537CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
538before CreateGrammar(/system/usr/srec/grammar3.g2g)
539after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
540G2Listener:  onLoaded
541LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
542RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
543+recognize()
544/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
545MFRListener: onStarted()
546-recognize()
547onStarted
548onBeginningOfSpeech
549onEndOfSpeech
550onRecognitionResult: 1
551result 1:phone delete John Martinez:DEL John Martinez:87
552+onStopped()
553RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
554Saving.../system/usr/srec/R3_contactsTestSound.raw
555-onStopped()
556MFRListener: onStopped()
557MFWListener: onStopped()
558SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
559UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
560G2Listener:   onUnloaded
561UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
562LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
563G2Listener:  onLoaded
564LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
565RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
566+recognize()
567/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
568-recognize()
569MFRListener: onStarted()
570onStarted
571onBeginningOfSpeech
572MFRListener: onStopped()
573onEndOfSpeech
574onRecognitionResult: 1
575result 1:changer:CHANGER:89
576+onStopped()
577RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
578Saving.../system/usr/srec/R3_actionTestSound.raw
579-onStopped()
580MFWListener: onStopped()
581SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
582UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
583G2Listener:   onUnloaded
584UNLOADING_GRAMMAR2 --> MICROPHONE
585Start recording...
586MICROPHONE --> STATE_MICROPHONE_STARTING
587MICListener: onStarted()
588Record for 2 secs.
589STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
590MICROPHONE_RECORDING --> RECORDING_STOP
591RECORDING_STOP --> STOPPING_MICROPHONE
592MICListener: onStopped()
593STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
594Sleep 1800 ms (workaround for Sooner audio driver bug)
595Woke up
596MICListener: Saving record sound R3_microphoneTestSound.raw
597STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
598MFWListener: onStopped()
599SAVING_RECORDED_AUDIO --> COMPARE_FILES
600Compare MIC Files
601/system/usr/srec/R3_microphoneTestSound.raw
602Size:41004
603COMPARE_FILES --> GET_PARAMS
604GET_PARAMS --> GETTING_PARAMS
605Retrieving parameter values...
606onParametersGet:
607CREC.Recognizer.non_terminal_timeout = 90
608CREC.Recognizer.optional_terminal_timeout = 45
609CREC.Recognizer.terminal_timeout = 30
610CREC.Recognizer.eou_threshold = 120
611SREC.Recognizer.utterance_timeout = 400
612GETTING_PARAMS --> SET_PARAMS
613SET_PARAMS --> SETTING_PARAMS
614Setting new parameter values...
615onParametersSet:
616CREC.Recognizer.non_terminal_timeout = 400
617CREC.Recognizer.terminal_timeout = 200
618CREC.Recognizer.optional_terminal_timeout = 300
619CREC.Recognizer.eou_threshold = 500
620SREC.Recognizer.utterance_timeout = 100
621SETTING_PARAMS --> RESET_PARAMS
622RESET_PARAMS --> RESETTING_PARAMS
623Setting new parameter values...
624onParametersSet:
625CREC.Recognizer.non_terminal_timeout = 90
626CREC.Recognizer.terminal_timeout = 30
627CREC.Recognizer.optional_terminal_timeout = 45
628CREC.Recognizer.eou_threshold = 120
629SREC.Recognizer.utterance_timeout = 400
630RESETTING_PARAMS --> RESET
631RESET --> SHOW_ITERATION
632---------------------------------------
633Iteration:5
634---------------------------------------
635SHOW_ITERATION --> CREATE_GRAMMAR1
636before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
637after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
638CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
639before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
640after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
641CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
642LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
643G1Listener: onLoaded
644G1Listener: Adding words to grammar slot
645item 0: Jen Parker
646item 1: John Martinez
647item 2: Andrew Evans
648G1Listener: Starting adding words to grammar slot
649LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
650G1Listener: onAddItemList
651G1Listener: Finish adding words to grammar slot
652ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
653G1Listener: onCompileAllSlots
654COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
655SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
656G1Listener: onSaved
657SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
658UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
659G1Listener: onUnloaded
660UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
661CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
662before CreateGrammar(/system/usr/srec/grammar3.g2g)
663after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
664G2Listener:  onLoaded
665LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
666RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
667+recognize()
668/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
669MFRListener: onStarted()
670-recognize()
671onStarted
672onBeginningOfSpeech
673onEndOfSpeech
674onRecognitionResult: 1
675result 1:Andrew Evans:Andrew Evans:87
676+onStopped()
677RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
678Saving.../system/usr/srec/R3_contactsTestSound.raw
679-onStopped()
680MFRListener: onStopped()
681MFWListener: onStopped()
682SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
683UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
684G2Listener:   onUnloaded
685UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
686LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
687G2Listener:  onLoaded
688LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
689RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
690+recognize()
691/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
692-recognize()
693MFRListener: onStarted()
694onStarted
695onBeginningOfSpeech
696MFRListener: onStopped()
697onEndOfSpeech
698onRecognitionResult: 1
699result 1:forward:FWD:82
700+onStopped()
701RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
702Saving.../system/usr/srec/R3_actionTestSound.raw
703MFWListener: onStopped()
704-onStopped()
705SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
706UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
707G2Listener:   onUnloaded
708UNLOADING_GRAMMAR2 --> MICROPHONE
709Start recording...
710MICROPHONE --> STATE_MICROPHONE_STARTING
711MICListener: onStarted()
712Record for 2 secs.
713STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
714MICROPHONE_RECORDING --> RECORDING_STOP
715RECORDING_STOP --> STOPPING_MICROPHONE
716MICListener: onStopped()
717STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
718Sleep 1800 ms (workaround for Sooner audio driver bug)
719Woke up
720MICListener: Saving record sound R3_microphoneTestSound.raw
721STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
722MFWListener: onStopped()
723SAVING_RECORDED_AUDIO --> COMPARE_FILES
724Compare MIC Files
725/system/usr/srec/R3_microphoneTestSound.raw
726Size:41004
727COMPARE_FILES --> GET_PARAMS
728GET_PARAMS --> GETTING_PARAMS
729Retrieving parameter values...
730onParametersGet:
731CREC.Recognizer.non_terminal_timeout = 90
732CREC.Recognizer.optional_terminal_timeout = 45
733CREC.Recognizer.terminal_timeout = 30
734CREC.Recognizer.eou_threshold = 120
735SREC.Recognizer.utterance_timeout = 400
736GETTING_PARAMS --> SET_PARAMS
737SET_PARAMS --> SETTING_PARAMS
738Setting new parameter values...
739onParametersSet:
740CREC.Recognizer.non_terminal_timeout = 400
741CREC.Recognizer.terminal_timeout = 200
742CREC.Recognizer.optional_terminal_timeout = 300
743CREC.Recognizer.eou_threshold = 500
744SREC.Recognizer.utterance_timeout = 100
745SETTING_PARAMS --> RESET_PARAMS
746RESET_PARAMS --> RESETTING_PARAMS
747Setting new parameter values...
748onParametersSet:
749CREC.Recognizer.non_terminal_timeout = 90
750CREC.Recognizer.terminal_timeout = 30
751CREC.Recognizer.optional_terminal_timeout = 45
752CREC.Recognizer.eou_threshold = 120
753SREC.Recognizer.utterance_timeout = 400
754RESETTING_PARAMS --> RESET
755RESET --> SHOW_ITERATION
756---------------------------------------
757Iteration:6
758---------------------------------------
759SHOW_ITERATION --> CREATE_GRAMMAR1
760before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
761after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
762CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
763before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
764after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
765CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
766LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
767G1Listener: onLoaded
768G1Listener: Adding words to grammar slot
769item 0: Jen Parker
770item 1: John Martinez
771item 2: Andrew Evans
772G1Listener: Starting adding words to grammar slot
773LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
774G1Listener: onAddItemList
775G1Listener: Finish adding words to grammar slot
776ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
777G1Listener: onCompileAllSlots
778COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
779SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
780G1Listener: onSaved
781SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
782UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
783G1Listener: onUnloaded
784UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
785CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
786before CreateGrammar(/system/usr/srec/grammar3.g2g)
787after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
788G2Listener:  onLoaded
789LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
790RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
791+recognize()
792/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
793MFRListener: onStarted()
794-recognize()
795onStarted
796onBeginningOfSpeech
797MFRListener: onStopped()
798onEndOfSpeech
799onRecognitionResult: 1
800result 1:phone delete Jen Parker:DEL Jen Parker:84
801+onStopped()
802RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
803Saving.../system/usr/srec/R3_contactsTestSound.raw
804-onStopped()
805MFWListener: onStopped()
806SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
807UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
808G2Listener:   onUnloaded
809UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
810LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
811G2Listener:  onLoaded
812LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
813RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
814+recognize()
815/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
816-recognize()
817MFRListener: onStarted()
818onStarted
819onBeginningOfSpeech
820onEndOfSpeech
821MFRListener: onStopped()
822onRecognitionResult: 1
823result 1:traffic information:TRFI:90
824+onStopped()
825RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
826Saving.../system/usr/srec/R3_actionTestSound.raw
827-onStopped()
828MFWListener: onStopped()
829SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
830UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
831G2Listener:   onUnloaded
832UNLOADING_GRAMMAR2 --> MICROPHONE
833Start recording...
834MICROPHONE --> STATE_MICROPHONE_STARTING
835MICListener: onStarted()
836Record for 2 secs.
837STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
838MICROPHONE_RECORDING --> RECORDING_STOP
839RECORDING_STOP --> STOPPING_MICROPHONE
840MICListener: onStopped()
841STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
842Sleep 1800 ms (workaround for Sooner audio driver bug)
843Woke up
844MICListener: Saving record sound R3_microphoneTestSound.raw
845STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
846MFWListener: onStopped()
847SAVING_RECORDED_AUDIO --> COMPARE_FILES
848Compare MIC Files
849/system/usr/srec/R3_microphoneTestSound.raw
850Size:41004
851COMPARE_FILES --> GET_PARAMS
852GET_PARAMS --> GETTING_PARAMS
853Retrieving parameter values...
854onParametersGet:
855CREC.Recognizer.non_terminal_timeout = 90
856CREC.Recognizer.optional_terminal_timeout = 45
857CREC.Recognizer.terminal_timeout = 30
858CREC.Recognizer.eou_threshold = 120
859SREC.Recognizer.utterance_timeout = 400
860GETTING_PARAMS --> SET_PARAMS
861SET_PARAMS --> SETTING_PARAMS
862Setting new parameter values...
863onParametersSet:
864CREC.Recognizer.non_terminal_timeout = 400
865CREC.Recognizer.terminal_timeout = 200
866CREC.Recognizer.optional_terminal_timeout = 300
867CREC.Recognizer.eou_threshold = 500
868SREC.Recognizer.utterance_timeout = 100
869SETTING_PARAMS --> RESET_PARAMS
870RESET_PARAMS --> RESETTING_PARAMS
871Setting new parameter values...
872onParametersSet:
873CREC.Recognizer.non_terminal_timeout = 90
874CREC.Recognizer.terminal_timeout = 30
875CREC.Recognizer.optional_terminal_timeout = 45
876CREC.Recognizer.eou_threshold = 120
877SREC.Recognizer.utterance_timeout = 400
878RESETTING_PARAMS --> RESET
879RESET --> SHOW_ITERATION
880---------------------------------------
881Iteration:7
882---------------------------------------
883SHOW_ITERATION --> CREATE_GRAMMAR1
884before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
885after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
886CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
887before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
888after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
889CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
890LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
891G1Listener: onLoaded
892G1Listener: Adding words to grammar slot
893item 0: Jen Parker
894item 1: John Martinez
895item 2: Andrew Evans
896G1Listener: Starting adding words to grammar slot
897LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
898G1Listener: onAddItemList
899G1Listener: Finish adding words to grammar slot
900ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
901G1Listener: onCompileAllSlots
902COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
903SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
904G1Listener: onSaved
905SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
906UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
907G1Listener: onUnloaded
908UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
909CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
910before CreateGrammar(/system/usr/srec/grammar3.g2g)
911after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
912G2Listener:  onLoaded
913LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
914RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
915+recognize()
916/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
917MFRListener: onStarted()
918-recognize()
919onStarted
920onBeginningOfSpeech
921onEndOfSpeech
922onRecognitionResult: 1
923result 1:phone delete John Martinez:DEL John Martinez:88
924+onStopped()
925RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
926Saving.../system/usr/srec/R3_contactsTestSound.raw
927-onStopped()
928MFRListener: onStopped()
929MFWListener: onStopped()
930SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
931UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
932G2Listener:   onUnloaded
933UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
934LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
935G2Listener:  onLoaded
936LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
937RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
938+recognize()
939/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
940-recognize()
941MFRListener: onStarted()
942onStarted
943onBeginningOfSpeech
944MFRListener: onStopped()
945onEndOfSpeech
946onRecognitionResult: 1
947result 1:changer:CHANGER:90
948+onStopped()
949RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
950Saving.../system/usr/srec/R3_actionTestSound.raw
951MFWListener: onStopped()
952-onStopped()
953SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
954UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
955G2Listener:   onUnloaded
956UNLOADING_GRAMMAR2 --> MICROPHONE
957Start recording...
958MICROPHONE --> STATE_MICROPHONE_STARTING
959MICListener: onStarted()
960Record for 2 secs.
961STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
962MICROPHONE_RECORDING --> RECORDING_STOP
963RECORDING_STOP --> STOPPING_MICROPHONE
964MICListener: onStopped()
965STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
966Sleep 1800 ms (workaround for Sooner audio driver bug)
967Woke up
968MICListener: Saving record sound R3_microphoneTestSound.raw
969STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
970MFWListener: onStopped()
971SAVING_RECORDED_AUDIO --> COMPARE_FILES
972Compare MIC Files
973/system/usr/srec/R3_microphoneTestSound.raw
974Size:41004
975COMPARE_FILES --> GET_PARAMS
976GET_PARAMS --> GETTING_PARAMS
977Retrieving parameter values...
978onParametersGet:
979CREC.Recognizer.non_terminal_timeout = 90
980CREC.Recognizer.optional_terminal_timeout = 45
981CREC.Recognizer.terminal_timeout = 30
982CREC.Recognizer.eou_threshold = 120
983SREC.Recognizer.utterance_timeout = 400
984GETTING_PARAMS --> SET_PARAMS
985SET_PARAMS --> SETTING_PARAMS
986Setting new parameter values...
987onParametersSet:
988CREC.Recognizer.non_terminal_timeout = 400
989CREC.Recognizer.terminal_timeout = 200
990CREC.Recognizer.optional_terminal_timeout = 300
991CREC.Recognizer.eou_threshold = 500
992SREC.Recognizer.utterance_timeout = 100
993SETTING_PARAMS --> RESET_PARAMS
994RESET_PARAMS --> RESETTING_PARAMS
995Setting new parameter values...
996onParametersSet:
997CREC.Recognizer.non_terminal_timeout = 90
998CREC.Recognizer.terminal_timeout = 30
999CREC.Recognizer.optional_terminal_timeout = 45
1000CREC.Recognizer.eou_threshold = 120
1001SREC.Recognizer.utterance_timeout = 400
1002RESETTING_PARAMS --> RESET
1003RESET --> SHOW_ITERATION
1004---------------------------------------
1005Iteration:8
1006---------------------------------------
1007SHOW_ITERATION --> CREATE_GRAMMAR1
1008before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1009after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1010CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
1011before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1012after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1013CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
1014LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
1015G1Listener: onLoaded
1016G1Listener: Adding words to grammar slot
1017item 0: Jen Parker
1018item 1: John Martinez
1019item 2: Andrew Evans
1020G1Listener: Starting adding words to grammar slot
1021LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
1022G1Listener: onAddItemList
1023G1Listener: Finish adding words to grammar slot
1024ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
1025G1Listener: onCompileAllSlots
1026COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
1027SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
1028G1Listener: onSaved
1029SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
1030UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
1031G1Listener: onUnloaded
1032UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
1033CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
1034before CreateGrammar(/system/usr/srec/grammar3.g2g)
1035after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
1036G2Listener:  onLoaded
1037LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
1038RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
1039+recognize()
1040/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
1041MFRListener: onStarted()
1042-recognize()
1043onStarted
1044onBeginningOfSpeech
1045onEndOfSpeech
1046onRecognitionResult: 1
1047result 1:Andrew Evans:Andrew Evans:87
1048+onStopped()
1049RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
1050Saving.../system/usr/srec/R3_contactsTestSound.raw
1051-onStopped()
1052MFRListener: onStopped()
1053MFWListener: onStopped()
1054SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
1055UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
1056G2Listener:   onUnloaded
1057UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
1058LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
1059G2Listener:  onLoaded
1060LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
1061RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
1062+recognize()
1063/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
1064-recognize()
1065MFRListener: onStarted()
1066onStarted
1067onBeginningOfSpeech
1068MFRListener: onStopped()
1069onEndOfSpeech
1070onRecognitionResult: 1
1071result 1:forward:FWD:83
1072+onStopped()
1073RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
1074Saving.../system/usr/srec/R3_actionTestSound.raw
1075MFWListener: onStopped()
1076SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
1077-onStopped()
1078UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
1079G2Listener:   onUnloaded
1080UNLOADING_GRAMMAR2 --> MICROPHONE
1081Start recording...
1082MICROPHONE --> STATE_MICROPHONE_STARTING
1083MICListener: onStarted()
1084Record for 2 secs.
1085STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
1086MICROPHONE_RECORDING --> RECORDING_STOP
1087RECORDING_STOP --> STOPPING_MICROPHONE
1088MICListener: onStopped()
1089STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
1090Sleep 1800 ms (workaround for Sooner audio driver bug)
1091Woke up
1092MICListener: Saving record sound R3_microphoneTestSound.raw
1093STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
1094MFWListener: onStopped()
1095SAVING_RECORDED_AUDIO --> COMPARE_FILES
1096Compare MIC Files
1097/system/usr/srec/R3_microphoneTestSound.raw
1098Size:41004
1099COMPARE_FILES --> GET_PARAMS
1100GET_PARAMS --> GETTING_PARAMS
1101Retrieving parameter values...
1102onParametersGet:
1103CREC.Recognizer.non_terminal_timeout = 90
1104CREC.Recognizer.optional_terminal_timeout = 45
1105CREC.Recognizer.terminal_timeout = 30
1106CREC.Recognizer.eou_threshold = 120
1107SREC.Recognizer.utterance_timeout = 400
1108GETTING_PARAMS --> SET_PARAMS
1109SET_PARAMS --> SETTING_PARAMS
1110Setting new parameter values...
1111onParametersSet:
1112CREC.Recognizer.non_terminal_timeout = 400
1113CREC.Recognizer.terminal_timeout = 200
1114CREC.Recognizer.optional_terminal_timeout = 300
1115CREC.Recognizer.eou_threshold = 500
1116SREC.Recognizer.utterance_timeout = 100
1117SETTING_PARAMS --> RESET_PARAMS
1118RESET_PARAMS --> RESETTING_PARAMS
1119Setting new parameter values...
1120onParametersSet:
1121CREC.Recognizer.non_terminal_timeout = 90
1122CREC.Recognizer.terminal_timeout = 30
1123CREC.Recognizer.optional_terminal_timeout = 45
1124CREC.Recognizer.eou_threshold = 120
1125SREC.Recognizer.utterance_timeout = 400
1126RESETTING_PARAMS --> RESET
1127RESET --> SHOW_ITERATION
1128---------------------------------------
1129Iteration:9
1130---------------------------------------
1131SHOW_ITERATION --> CREATE_GRAMMAR1
1132before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1133after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1134CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
1135before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1136after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1137CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
1138LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
1139G1Listener: onLoaded
1140G1Listener: Adding words to grammar slot
1141item 0: Jen Parker
1142item 1: John Martinez
1143item 2: Andrew Evans
1144G1Listener: Starting adding words to grammar slot
1145LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
1146G1Listener: onAddItemList
1147G1Listener: Finish adding words to grammar slot
1148ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
1149G1Listener: onCompileAllSlots
1150COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
1151SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
1152G1Listener: onSaved
1153SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
1154UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
1155G1Listener: onUnloaded
1156UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
1157CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
1158before CreateGrammar(/system/usr/srec/grammar3.g2g)
1159after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
1160G2Listener:  onLoaded
1161LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
1162RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
1163+recognize()
1164/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
1165MFRListener: onStarted()
1166-recognize()
1167onStarted
1168onBeginningOfSpeech
1169MFRListener: onStopped()
1170onEndOfSpeech
1171onRecognitionResult: 1
1172result 1:phone delete Jen Parker:DEL Jen Parker:86
1173+onStopped()
1174RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
1175Saving.../system/usr/srec/R3_contactsTestSound.raw
1176-onStopped()
1177MFWListener: onStopped()
1178SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
1179UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
1180G2Listener:   onUnloaded
1181UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
1182LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
1183G2Listener:  onLoaded
1184LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
1185RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
1186+recognize()
1187/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
1188-recognize()
1189MFRListener: onStarted()
1190onStarted
1191onBeginningOfSpeech
1192MFRListener: onStopped()
1193onEndOfSpeech
1194onRecognitionResult: 1
1195result 1:traffic information:TRFI:90
1196+onStopped()
1197RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
1198Saving.../system/usr/srec/R3_actionTestSound.raw
1199-onStopped()
1200MFWListener: onStopped()
1201SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
1202UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
1203G2Listener:   onUnloaded
1204UNLOADING_GRAMMAR2 --> MICROPHONE
1205Start recording...
1206MICROPHONE --> STATE_MICROPHONE_STARTING
1207MICListener: onStarted()
1208Record for 2 secs.
1209STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
1210MICROPHONE_RECORDING --> RECORDING_STOP
1211RECORDING_STOP --> STOPPING_MICROPHONE
1212MICListener: onStopped()
1213STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
1214Sleep 1800 ms (workaround for Sooner audio driver bug)
1215Woke up
1216MICListener: Saving record sound R3_microphoneTestSound.raw
1217STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
1218MFWListener: onStopped()
1219SAVING_RECORDED_AUDIO --> COMPARE_FILES
1220Compare MIC Files
1221/system/usr/srec/R3_microphoneTestSound.raw
1222Size:41004
1223COMPARE_FILES --> GET_PARAMS
1224GET_PARAMS --> GETTING_PARAMS
1225Retrieving parameter values...
1226onParametersGet:
1227CREC.Recognizer.non_terminal_timeout = 90
1228CREC.Recognizer.optional_terminal_timeout = 45
1229CREC.Recognizer.terminal_timeout = 30
1230CREC.Recognizer.eou_threshold = 120
1231SREC.Recognizer.utterance_timeout = 400
1232GETTING_PARAMS --> SET_PARAMS
1233SET_PARAMS --> SETTING_PARAMS
1234Setting new parameter values...
1235onParametersSet:
1236CREC.Recognizer.non_terminal_timeout = 400
1237CREC.Recognizer.terminal_timeout = 200
1238CREC.Recognizer.optional_terminal_timeout = 300
1239CREC.Recognizer.eou_threshold = 500
1240SREC.Recognizer.utterance_timeout = 100
1241SETTING_PARAMS --> RESET_PARAMS
1242RESET_PARAMS --> RESETTING_PARAMS
1243Setting new parameter values...
1244onParametersSet:
1245CREC.Recognizer.non_terminal_timeout = 90
1246CREC.Recognizer.terminal_timeout = 30
1247CREC.Recognizer.optional_terminal_timeout = 45
1248CREC.Recognizer.eou_threshold = 120
1249SREC.Recognizer.utterance_timeout = 400
1250RESETTING_PARAMS --> RESET
1251RESET --> SHOW_ITERATION
1252---------------------------------------
1253Iteration:10
1254---------------------------------------
1255SHOW_ITERATION --> CREATE_GRAMMAR1
1256before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1257after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1258CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
1259before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1260after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1261CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
1262LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
1263G1Listener: onLoaded
1264G1Listener: Adding words to grammar slot
1265item 0: Jen Parker
1266item 1: John Martinez
1267item 2: Andrew Evans
1268G1Listener: Starting adding words to grammar slot
1269LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
1270G1Listener: onAddItemList
1271G1Listener: Finish adding words to grammar slot
1272ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
1273G1Listener: onCompileAllSlots
1274COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
1275SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
1276G1Listener: onSaved
1277SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
1278UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
1279G1Listener: onUnloaded
1280UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
1281CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
1282before CreateGrammar(/system/usr/srec/grammar3.g2g)
1283after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
1284G2Listener:  onLoaded
1285LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
1286RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
1287+recognize()
1288/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
1289MFRListener: onStarted()
1290-recognize()
1291onStarted
1292onBeginningOfSpeech
1293onEndOfSpeech
1294onRecognitionResult: 1
1295result 1:phone delete John Martinez:DEL John Martinez:88
1296+onStopped()
1297RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
1298Saving.../system/usr/srec/R3_contactsTestSound.raw
1299-onStopped()
1300MFRListener: onStopped()
1301MFWListener: onStopped()
1302SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
1303UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
1304G2Listener:   onUnloaded
1305UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
1306LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
1307G2Listener:  onLoaded
1308LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
1309RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
1310+recognize()
1311/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
1312-recognize()
1313MFRListener: onStarted()
1314onStarted
1315onBeginningOfSpeech
1316MFRListener: onStopped()
1317onEndOfSpeech
1318onRecognitionResult: 1
1319result 1:changer:CHANGER:90
1320+onStopped()
1321RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
1322Saving.../system/usr/srec/R3_actionTestSound.raw
1323MFWListener: onStopped()
1324-onStopped()
1325SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
1326UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
1327G2Listener:   onUnloaded
1328UNLOADING_GRAMMAR2 --> MICROPHONE
1329Start recording...
1330MICROPHONE --> STATE_MICROPHONE_STARTING
1331MICListener: onStarted()
1332Record for 2 secs.
1333STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
1334MICROPHONE_RECORDING --> RECORDING_STOP
1335RECORDING_STOP --> STOPPING_MICROPHONE
1336MICListener: onStopped()
1337STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
1338Sleep 1800 ms (workaround for Sooner audio driver bug)
1339Woke up
1340MICListener: Saving record sound R3_microphoneTestSound.raw
1341STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
1342MFWListener: onStopped()
1343SAVING_RECORDED_AUDIO --> COMPARE_FILES
1344Compare MIC Files
1345/system/usr/srec/R3_microphoneTestSound.raw
1346Size:41004
1347COMPARE_FILES --> GET_PARAMS
1348GET_PARAMS --> GETTING_PARAMS
1349Retrieving parameter values...
1350onParametersGet:
1351CREC.Recognizer.non_terminal_timeout = 90
1352CREC.Recognizer.optional_terminal_timeout = 45
1353CREC.Recognizer.terminal_timeout = 30
1354CREC.Recognizer.eou_threshold = 120
1355SREC.Recognizer.utterance_timeout = 400
1356GETTING_PARAMS --> SET_PARAMS
1357SET_PARAMS --> SETTING_PARAMS
1358Setting new parameter values...
1359onParametersSet:
1360CREC.Recognizer.non_terminal_timeout = 400
1361CREC.Recognizer.terminal_timeout = 200
1362CREC.Recognizer.optional_terminal_timeout = 300
1363CREC.Recognizer.eou_threshold = 500
1364SREC.Recognizer.utterance_timeout = 100
1365SETTING_PARAMS --> RESET_PARAMS
1366RESET_PARAMS --> RESETTING_PARAMS
1367Setting new parameter values...
1368onParametersSet:
1369CREC.Recognizer.non_terminal_timeout = 90
1370CREC.Recognizer.terminal_timeout = 30
1371CREC.Recognizer.optional_terminal_timeout = 45
1372CREC.Recognizer.eou_threshold = 120
1373SREC.Recognizer.utterance_timeout = 400
1374RESETTING_PARAMS --> RESET
1375RESET --> SHOW_ITERATION
1376---------------------------------------
1377Iteration:11
1378---------------------------------------
1379SHOW_ITERATION --> CREATE_GRAMMAR1
1380before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1381after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1382CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
1383before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1384after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1385CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
1386LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
1387G1Listener: onLoaded
1388G1Listener: Adding words to grammar slot
1389item 0: Jen Parker
1390item 1: John Martinez
1391item 2: Andrew Evans
1392G1Listener: Starting adding words to grammar slot
1393LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
1394G1Listener: onAddItemList
1395G1Listener: Finish adding words to grammar slot
1396ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
1397G1Listener: onCompileAllSlots
1398COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
1399SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
1400G1Listener: onSaved
1401SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
1402UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
1403G1Listener: onUnloaded
1404UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
1405CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
1406before CreateGrammar(/system/usr/srec/grammar3.g2g)
1407after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
1408G2Listener:  onLoaded
1409LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
1410RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
1411+recognize()
1412/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
1413MFRListener: onStarted()
1414-recognize()
1415onStarted
1416onBeginningOfSpeech
1417onEndOfSpeech
1418onRecognitionResult: 1
1419result 1:Andrew Evans:Andrew Evans:87
1420+onStopped()
1421RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
1422Saving.../system/usr/srec/R3_contactsTestSound.raw
1423-onStopped()
1424MFRListener: onStopped()
1425MFWListener: onStopped()
1426SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
1427UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
1428G2Listener:   onUnloaded
1429UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
1430LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
1431G2Listener:  onLoaded
1432LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
1433RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
1434+recognize()
1435/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
1436-recognize()
1437MFRListener: onStarted()
1438onStarted
1439onBeginningOfSpeech
1440MFRListener: onStopped()
1441onEndOfSpeech
1442onRecognitionResult: 1
1443result 1:forward:FWD:84
1444+onStopped()
1445RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
1446Saving.../system/usr/srec/R3_actionTestSound.raw
1447-onStopped()
1448MFWListener: onStopped()
1449SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
1450UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
1451G2Listener:   onUnloaded
1452UNLOADING_GRAMMAR2 --> MICROPHONE
1453Start recording...
1454MICROPHONE --> STATE_MICROPHONE_STARTING
1455MICListener: onStarted()
1456Record for 2 secs.
1457STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
1458MICROPHONE_RECORDING --> RECORDING_STOP
1459RECORDING_STOP --> STOPPING_MICROPHONE
1460MICListener: onStopped()
1461STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
1462Sleep 1800 ms (workaround for Sooner audio driver bug)
1463Woke up
1464MICListener: Saving record sound R3_microphoneTestSound.raw
1465STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
1466MFWListener: onStopped()
1467SAVING_RECORDED_AUDIO --> COMPARE_FILES
1468Compare MIC Files
1469/system/usr/srec/R3_microphoneTestSound.raw
1470Size:41004
1471COMPARE_FILES --> GET_PARAMS
1472GET_PARAMS --> GETTING_PARAMS
1473Retrieving parameter values...
1474onParametersGet:
1475CREC.Recognizer.non_terminal_timeout = 90
1476CREC.Recognizer.optional_terminal_timeout = 45
1477CREC.Recognizer.terminal_timeout = 30
1478CREC.Recognizer.eou_threshold = 120
1479SREC.Recognizer.utterance_timeout = 400
1480GETTING_PARAMS --> SET_PARAMS
1481SET_PARAMS --> SETTING_PARAMS
1482Setting new parameter values...
1483onParametersSet:
1484CREC.Recognizer.non_terminal_timeout = 400
1485CREC.Recognizer.terminal_timeout = 200
1486CREC.Recognizer.optional_terminal_timeout = 300
1487CREC.Recognizer.eou_threshold = 500
1488SREC.Recognizer.utterance_timeout = 100
1489SETTING_PARAMS --> RESET_PARAMS
1490RESET_PARAMS --> RESETTING_PARAMS
1491Setting new parameter values...
1492onParametersSet:
1493CREC.Recognizer.non_terminal_timeout = 90
1494CREC.Recognizer.terminal_timeout = 30
1495CREC.Recognizer.optional_terminal_timeout = 45
1496CREC.Recognizer.eou_threshold = 120
1497SREC.Recognizer.utterance_timeout = 400
1498RESETTING_PARAMS --> RESET
1499RESET --> SHOW_ITERATION
1500---------------------------------------
1501Iteration:12
1502---------------------------------------
1503SHOW_ITERATION --> CREATE_GRAMMAR1
1504before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1505after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1506CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
1507before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1508after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1509CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
1510LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
1511G1Listener: onLoaded
1512G1Listener: Adding words to grammar slot
1513item 0: Jen Parker
1514item 1: John Martinez
1515item 2: Andrew Evans
1516G1Listener: Starting adding words to grammar slot
1517LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
1518G1Listener: onAddItemList
1519G1Listener: Finish adding words to grammar slot
1520ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
1521G1Listener: onCompileAllSlots
1522COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
1523SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
1524G1Listener: onSaved
1525SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
1526UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
1527G1Listener: onUnloaded
1528UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
1529CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
1530before CreateGrammar(/system/usr/srec/grammar3.g2g)
1531after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
1532G2Listener:  onLoaded
1533LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
1534RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
1535+recognize()
1536/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
1537MFRListener: onStarted()
1538-recognize()
1539onStarted
1540onBeginningOfSpeech
1541MFRListener: onStopped()
1542onEndOfSpeech
1543onRecognitionResult: 1
1544result 1:phone delete Jen Parker:DEL Jen Parker:84
1545+onStopped()
1546RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
1547Saving.../system/usr/srec/R3_contactsTestSound.raw
1548-onStopped()
1549MFWListener: onStopped()
1550SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
1551UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
1552G2Listener:   onUnloaded
1553UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
1554LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
1555G2Listener:  onLoaded
1556LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
1557RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
1558+recognize()
1559/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
1560-recognize()
1561MFRListener: onStarted()
1562onStarted
1563onBeginningOfSpeech
1564MFRListener: onStopped()
1565onEndOfSpeech
1566onRecognitionResult: 1
1567result 1:traffic information:TRFI:90
1568+onStopped()
1569RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
1570Saving.../system/usr/srec/R3_actionTestSound.raw
1571-onStopped()
1572MFWListener: onStopped()
1573SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
1574UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
1575G2Listener:   onUnloaded
1576UNLOADING_GRAMMAR2 --> MICROPHONE
1577Start recording...
1578MICROPHONE --> STATE_MICROPHONE_STARTING
1579MICListener: onStarted()
1580Record for 2 secs.
1581STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
1582MICROPHONE_RECORDING --> RECORDING_STOP
1583RECORDING_STOP --> STOPPING_MICROPHONE
1584MICListener: onStopped()
1585STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
1586Sleep 1800 ms (workaround for Sooner audio driver bug)
1587Woke up
1588MICListener: Saving record sound R3_microphoneTestSound.raw
1589STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
1590MFWListener: onStopped()
1591SAVING_RECORDED_AUDIO --> COMPARE_FILES
1592Compare MIC Files
1593/system/usr/srec/R3_microphoneTestSound.raw
1594Size:41004
1595COMPARE_FILES --> GET_PARAMS
1596GET_PARAMS --> GETTING_PARAMS
1597Retrieving parameter values...
1598onParametersGet:
1599CREC.Recognizer.non_terminal_timeout = 90
1600CREC.Recognizer.optional_terminal_timeout = 45
1601CREC.Recognizer.terminal_timeout = 30
1602CREC.Recognizer.eou_threshold = 120
1603SREC.Recognizer.utterance_timeout = 400
1604GETTING_PARAMS --> SET_PARAMS
1605SET_PARAMS --> SETTING_PARAMS
1606Setting new parameter values...
1607onParametersSet:
1608CREC.Recognizer.non_terminal_timeout = 400
1609CREC.Recognizer.terminal_timeout = 200
1610CREC.Recognizer.optional_terminal_timeout = 300
1611CREC.Recognizer.eou_threshold = 500
1612SREC.Recognizer.utterance_timeout = 100
1613SETTING_PARAMS --> RESET_PARAMS
1614RESET_PARAMS --> RESETTING_PARAMS
1615Setting new parameter values...
1616onParametersSet:
1617CREC.Recognizer.non_terminal_timeout = 90
1618CREC.Recognizer.terminal_timeout = 30
1619CREC.Recognizer.optional_terminal_timeout = 45
1620CREC.Recognizer.eou_threshold = 120
1621SREC.Recognizer.utterance_timeout = 400
1622RESETTING_PARAMS --> RESET
1623RESET --> SHOW_ITERATION
1624---------------------------------------
1625Iteration:13
1626---------------------------------------
1627SHOW_ITERATION --> CREATE_GRAMMAR1
1628before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1629after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1630CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
1631before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1632after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1633CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
1634LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
1635G1Listener: onLoaded
1636G1Listener: Adding words to grammar slot
1637item 0: Jen Parker
1638item 1: John Martinez
1639item 2: Andrew Evans
1640G1Listener: Starting adding words to grammar slot
1641LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
1642G1Listener: onAddItemList
1643G1Listener: Finish adding words to grammar slot
1644ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
1645G1Listener: onCompileAllSlots
1646COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
1647SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
1648G1Listener: onSaved
1649SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
1650UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
1651G1Listener: onUnloaded
1652UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
1653CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
1654before CreateGrammar(/system/usr/srec/grammar3.g2g)
1655after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
1656G2Listener:  onLoaded
1657LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
1658RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
1659+recognize()
1660/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
1661MFRListener: onStarted()
1662-recognize()
1663onStarted
1664onBeginningOfSpeech
1665onEndOfSpeech
1666onRecognitionResult: 1
1667result 1:phone delete John Martinez:DEL John Martinez:88
1668+onStopped()
1669RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
1670Saving.../system/usr/srec/R3_contactsTestSound.raw
1671-onStopped()
1672MFRListener: onStopped()
1673MFWListener: onStopped()
1674SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
1675UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
1676G2Listener:   onUnloaded
1677UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
1678LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
1679G2Listener:  onLoaded
1680LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
1681RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
1682+recognize()
1683/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
1684-recognize()
1685MFRListener: onStarted()
1686onStarted
1687onBeginningOfSpeech
1688MFRListener: onStopped()
1689onEndOfSpeech
1690onRecognitionResult: 1
1691result 1:changer:CHANGER:90
1692+onStopped()
1693RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
1694Saving.../system/usr/srec/R3_actionTestSound.raw
1695-onStopped()
1696MFWListener: onStopped()
1697SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
1698UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
1699G2Listener:   onUnloaded
1700UNLOADING_GRAMMAR2 --> MICROPHONE
1701Start recording...
1702MICROPHONE --> STATE_MICROPHONE_STARTING
1703MICListener: onStarted()
1704Record for 2 secs.
1705STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
1706MICROPHONE_RECORDING --> RECORDING_STOP
1707RECORDING_STOP --> STOPPING_MICROPHONE
1708MICListener: onStopped()
1709STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
1710Sleep 1800 ms (workaround for Sooner audio driver bug)
1711Woke up
1712MICListener: Saving record sound R3_microphoneTestSound.raw
1713STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
1714MFWListener: onStopped()
1715SAVING_RECORDED_AUDIO --> COMPARE_FILES
1716Compare MIC Files
1717/system/usr/srec/R3_microphoneTestSound.raw
1718Size:41004
1719COMPARE_FILES --> GET_PARAMS
1720GET_PARAMS --> GETTING_PARAMS
1721Retrieving parameter values...
1722onParametersGet:
1723CREC.Recognizer.non_terminal_timeout = 90
1724CREC.Recognizer.optional_terminal_timeout = 45
1725CREC.Recognizer.terminal_timeout = 30
1726CREC.Recognizer.eou_threshold = 120
1727SREC.Recognizer.utterance_timeout = 400
1728GETTING_PARAMS --> SET_PARAMS
1729SET_PARAMS --> SETTING_PARAMS
1730Setting new parameter values...
1731onParametersSet:
1732CREC.Recognizer.non_terminal_timeout = 400
1733CREC.Recognizer.terminal_timeout = 200
1734CREC.Recognizer.optional_terminal_timeout = 300
1735CREC.Recognizer.eou_threshold = 500
1736SREC.Recognizer.utterance_timeout = 100
1737SETTING_PARAMS --> RESET_PARAMS
1738RESET_PARAMS --> RESETTING_PARAMS
1739Setting new parameter values...
1740onParametersSet:
1741CREC.Recognizer.non_terminal_timeout = 90
1742CREC.Recognizer.terminal_timeout = 30
1743CREC.Recognizer.optional_terminal_timeout = 45
1744CREC.Recognizer.eou_threshold = 120
1745SREC.Recognizer.utterance_timeout = 400
1746RESETTING_PARAMS --> RESET
1747RESET --> SHOW_ITERATION
1748---------------------------------------
1749Iteration:14
1750---------------------------------------
1751SHOW_ITERATION --> CREATE_GRAMMAR1
1752before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1753after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1754CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
1755before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1756after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1757CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
1758LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
1759G1Listener: onLoaded
1760G1Listener: Adding words to grammar slot
1761item 0: Jen Parker
1762item 1: John Martinez
1763item 2: Andrew Evans
1764G1Listener: Starting adding words to grammar slot
1765LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
1766G1Listener: onAddItemList
1767G1Listener: Finish adding words to grammar slot
1768ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
1769G1Listener: onCompileAllSlots
1770COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
1771SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
1772G1Listener: onSaved
1773SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
1774UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
1775G1Listener: onUnloaded
1776UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
1777CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
1778before CreateGrammar(/system/usr/srec/grammar3.g2g)
1779after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
1780G2Listener:  onLoaded
1781LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
1782RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
1783+recognize()
1784/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
1785MFRListener: onStarted()
1786-recognize()
1787onStarted
1788onBeginningOfSpeech
1789onEndOfSpeech
1790onRecognitionResult: 1
1791result 1:Andrew Evans:Andrew Evans:87
1792+onStopped()
1793RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
1794Saving.../system/usr/srec/R3_contactsTestSound.raw
1795-onStopped()
1796MFRListener: onStopped()
1797MFWListener: onStopped()
1798SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
1799UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
1800G2Listener:   onUnloaded
1801UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
1802LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
1803G2Listener:  onLoaded
1804LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
1805RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
1806+recognize()
1807/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
1808-recognize()
1809MFRListener: onStarted()
1810onStarted
1811onBeginningOfSpeech
1812MFRListener: onStopped()
1813onEndOfSpeech
1814onRecognitionResult: 1
1815result 1:forward:FWD:85
1816+onStopped()
1817RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
1818Saving.../system/usr/srec/R3_actionTestSound.raw
1819-onStopped()
1820MFWListener: onStopped()
1821SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
1822UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
1823G2Listener:   onUnloaded
1824UNLOADING_GRAMMAR2 --> MICROPHONE
1825Start recording...
1826MICROPHONE --> STATE_MICROPHONE_STARTING
1827MICListener: onStarted()
1828Record for 2 secs.
1829STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
1830MICROPHONE_RECORDING --> RECORDING_STOP
1831RECORDING_STOP --> STOPPING_MICROPHONE
1832MICListener: onStopped()
1833STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
1834Sleep 1800 ms (workaround for Sooner audio driver bug)
1835Woke up
1836MICListener: Saving record sound R3_microphoneTestSound.raw
1837STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
1838MFWListener: onStopped()
1839SAVING_RECORDED_AUDIO --> COMPARE_FILES
1840Compare MIC Files
1841/system/usr/srec/R3_microphoneTestSound.raw
1842Size:41004
1843COMPARE_FILES --> GET_PARAMS
1844GET_PARAMS --> GETTING_PARAMS
1845Retrieving parameter values...
1846onParametersGet:
1847CREC.Recognizer.non_terminal_timeout = 90
1848CREC.Recognizer.optional_terminal_timeout = 45
1849CREC.Recognizer.terminal_timeout = 30
1850CREC.Recognizer.eou_threshold = 120
1851SREC.Recognizer.utterance_timeout = 400
1852GETTING_PARAMS --> SET_PARAMS
1853SET_PARAMS --> SETTING_PARAMS
1854Setting new parameter values...
1855onParametersSet:
1856CREC.Recognizer.non_terminal_timeout = 400
1857CREC.Recognizer.terminal_timeout = 200
1858CREC.Recognizer.optional_terminal_timeout = 300
1859CREC.Recognizer.eou_threshold = 500
1860SREC.Recognizer.utterance_timeout = 100
1861SETTING_PARAMS --> RESET_PARAMS
1862RESET_PARAMS --> RESETTING_PARAMS
1863Setting new parameter values...
1864onParametersSet:
1865CREC.Recognizer.non_terminal_timeout = 90
1866CREC.Recognizer.terminal_timeout = 30
1867CREC.Recognizer.optional_terminal_timeout = 45
1868CREC.Recognizer.eou_threshold = 120
1869SREC.Recognizer.utterance_timeout = 400
1870RESETTING_PARAMS --> RESET
1871RESET --> SHOW_ITERATION
1872---------------------------------------
1873Iteration:15
1874---------------------------------------
1875SHOW_ITERATION --> CREATE_GRAMMAR1
1876before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1877after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1878CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
1879before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1880after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
1881CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
1882LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
1883G1Listener: onLoaded
1884G1Listener: Adding words to grammar slot
1885item 0: Jen Parker
1886item 1: John Martinez
1887item 2: Andrew Evans
1888G1Listener: Starting adding words to grammar slot
1889LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
1890G1Listener: onAddItemList
1891G1Listener: Finish adding words to grammar slot
1892ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
1893G1Listener: onCompileAllSlots
1894COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
1895SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
1896G1Listener: onSaved
1897SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
1898UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
1899G1Listener: onUnloaded
1900UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
1901CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
1902before CreateGrammar(/system/usr/srec/grammar3.g2g)
1903after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
1904G2Listener:  onLoaded
1905LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
1906RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
1907+recognize()
1908/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
1909MFRListener: onStarted()
1910-recognize()
1911onStarted
1912onBeginningOfSpeech
1913MFRListener: onStopped()
1914onEndOfSpeech
1915onRecognitionResult: 1
1916result 1:phone delete Jen Parker:DEL Jen Parker:86
1917+onStopped()
1918RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
1919Saving.../system/usr/srec/R3_contactsTestSound.raw
1920-onStopped()
1921MFWListener: onStopped()
1922SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
1923UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
1924G2Listener:   onUnloaded
1925UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
1926LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
1927G2Listener:  onLoaded
1928LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
1929RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
1930+recognize()
1931/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
1932-recognize()
1933MFRListener: onStarted()
1934onStarted
1935onBeginningOfSpeech
1936MFRListener: onStopped()
1937onEndOfSpeech
1938onRecognitionResult: 1
1939result 1:traffic information:TRFI:90
1940+onStopped()
1941RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
1942Saving.../system/usr/srec/R3_actionTestSound.raw
1943-onStopped()
1944MFWListener: onStopped()
1945SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
1946UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
1947G2Listener:   onUnloaded
1948UNLOADING_GRAMMAR2 --> MICROPHONE
1949Start recording...
1950MICROPHONE --> STATE_MICROPHONE_STARTING
1951MICListener: onStarted()
1952Record for 2 secs.
1953STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
1954MICROPHONE_RECORDING --> RECORDING_STOP
1955RECORDING_STOP --> STOPPING_MICROPHONE
1956MICListener: onStopped()
1957STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
1958Sleep 1800 ms (workaround for Sooner audio driver bug)
1959Woke up
1960MICListener: Saving record sound R3_microphoneTestSound.raw
1961STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
1962MFWListener: onStopped()
1963SAVING_RECORDED_AUDIO --> COMPARE_FILES
1964Compare MIC Files
1965/system/usr/srec/R3_microphoneTestSound.raw
1966Size:41004
1967COMPARE_FILES --> GET_PARAMS
1968GET_PARAMS --> GETTING_PARAMS
1969Retrieving parameter values...
1970onParametersGet:
1971CREC.Recognizer.non_terminal_timeout = 90
1972CREC.Recognizer.optional_terminal_timeout = 45
1973CREC.Recognizer.terminal_timeout = 30
1974CREC.Recognizer.eou_threshold = 120
1975SREC.Recognizer.utterance_timeout = 400
1976GETTING_PARAMS --> SET_PARAMS
1977SET_PARAMS --> SETTING_PARAMS
1978Setting new parameter values...
1979onParametersSet:
1980CREC.Recognizer.non_terminal_timeout = 400
1981CREC.Recognizer.terminal_timeout = 200
1982CREC.Recognizer.optional_terminal_timeout = 300
1983CREC.Recognizer.eou_threshold = 500
1984SREC.Recognizer.utterance_timeout = 100
1985SETTING_PARAMS --> RESET_PARAMS
1986RESET_PARAMS --> RESETTING_PARAMS
1987Setting new parameter values...
1988onParametersSet:
1989CREC.Recognizer.non_terminal_timeout = 90
1990CREC.Recognizer.terminal_timeout = 30
1991CREC.Recognizer.optional_terminal_timeout = 45
1992CREC.Recognizer.eou_threshold = 120
1993SREC.Recognizer.utterance_timeout = 400
1994RESETTING_PARAMS --> RESET
1995RESET --> SHOW_ITERATION
1996---------------------------------------
1997Iteration:16
1998---------------------------------------
1999SHOW_ITERATION --> CREATE_GRAMMAR1
2000before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2001after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2002CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
2003before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2004after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2005CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
2006LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
2007G1Listener: onLoaded
2008G1Listener: Adding words to grammar slot
2009item 0: Jen Parker
2010item 1: John Martinez
2011item 2: Andrew Evans
2012G1Listener: Starting adding words to grammar slot
2013LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
2014G1Listener: onAddItemList
2015G1Listener: Finish adding words to grammar slot
2016ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
2017G1Listener: onCompileAllSlots
2018COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
2019SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
2020G1Listener: onSaved
2021SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
2022UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
2023G1Listener: onUnloaded
2024UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
2025CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
2026before CreateGrammar(/system/usr/srec/grammar3.g2g)
2027after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
2028G2Listener:  onLoaded
2029LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
2030RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
2031+recognize()
2032/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
2033MFRListener: onStarted()
2034-recognize()
2035onStarted
2036onBeginningOfSpeech
2037onEndOfSpeech
2038onRecognitionResult: 1
2039result 1:phone delete John Martinez:DEL John Martinez:88
2040+onStopped()
2041RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
2042Saving.../system/usr/srec/R3_contactsTestSound.raw
2043-onStopped()
2044MFRListener: onStopped()
2045MFWListener: onStopped()
2046SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
2047UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
2048G2Listener:   onUnloaded
2049UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
2050LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
2051G2Listener:  onLoaded
2052LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
2053RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
2054+recognize()
2055/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
2056-recognize()
2057MFRListener: onStarted()
2058onStarted
2059onBeginningOfSpeech
2060MFRListener: onStopped()
2061onEndOfSpeech
2062onRecognitionResult: 1
2063result 1:changer:CHANGER:90
2064+onStopped()
2065RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
2066Saving.../system/usr/srec/R3_actionTestSound.raw
2067-onStopped()
2068MFWListener: onStopped()
2069SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
2070UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
2071G2Listener:   onUnloaded
2072UNLOADING_GRAMMAR2 --> MICROPHONE
2073Start recording...
2074MICROPHONE --> STATE_MICROPHONE_STARTING
2075MICListener: onStarted()
2076Record for 2 secs.
2077STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
2078MICROPHONE_RECORDING --> RECORDING_STOP
2079RECORDING_STOP --> STOPPING_MICROPHONE
2080MICListener: onStopped()
2081STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
2082Sleep 1800 ms (workaround for Sooner audio driver bug)
2083Woke up
2084MICListener: Saving record sound R3_microphoneTestSound.raw
2085STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
2086MFWListener: onStopped()
2087SAVING_RECORDED_AUDIO --> COMPARE_FILES
2088Compare MIC Files
2089/system/usr/srec/R3_microphoneTestSound.raw
2090Size:41004
2091COMPARE_FILES --> GET_PARAMS
2092GET_PARAMS --> GETTING_PARAMS
2093Retrieving parameter values...
2094onParametersGet:
2095CREC.Recognizer.non_terminal_timeout = 90
2096CREC.Recognizer.optional_terminal_timeout = 45
2097CREC.Recognizer.terminal_timeout = 30
2098CREC.Recognizer.eou_threshold = 120
2099SREC.Recognizer.utterance_timeout = 400
2100GETTING_PARAMS --> SET_PARAMS
2101SET_PARAMS --> SETTING_PARAMS
2102Setting new parameter values...
2103onParametersSet:
2104CREC.Recognizer.non_terminal_timeout = 400
2105CREC.Recognizer.terminal_timeout = 200
2106CREC.Recognizer.optional_terminal_timeout = 300
2107CREC.Recognizer.eou_threshold = 500
2108SREC.Recognizer.utterance_timeout = 100
2109SETTING_PARAMS --> RESET_PARAMS
2110RESET_PARAMS --> RESETTING_PARAMS
2111Setting new parameter values...
2112onParametersSet:
2113CREC.Recognizer.non_terminal_timeout = 90
2114CREC.Recognizer.terminal_timeout = 30
2115CREC.Recognizer.optional_terminal_timeout = 45
2116CREC.Recognizer.eou_threshold = 120
2117SREC.Recognizer.utterance_timeout = 400
2118RESETTING_PARAMS --> RESET
2119RESET --> SHOW_ITERATION
2120---------------------------------------
2121Iteration:17
2122---------------------------------------
2123SHOW_ITERATION --> CREATE_GRAMMAR1
2124before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2125after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2126CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
2127before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2128after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2129CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
2130LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
2131G1Listener: onLoaded
2132G1Listener: Adding words to grammar slot
2133item 0: Jen Parker
2134item 1: John Martinez
2135item 2: Andrew Evans
2136G1Listener: Starting adding words to grammar slot
2137LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
2138G1Listener: onAddItemList
2139G1Listener: Finish adding words to grammar slot
2140ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
2141G1Listener: onCompileAllSlots
2142COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
2143SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
2144G1Listener: onSaved
2145SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
2146UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
2147G1Listener: onUnloaded
2148UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
2149CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
2150before CreateGrammar(/system/usr/srec/grammar3.g2g)
2151after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
2152G2Listener:  onLoaded
2153LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
2154RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
2155+recognize()
2156/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
2157MFRListener: onStarted()
2158-recognize()
2159onStarted
2160onBeginningOfSpeech
2161onEndOfSpeech
2162onRecognitionResult: 1
2163result 1:Andrew Evans:Andrew Evans:87
2164+onStopped()
2165RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
2166Saving.../system/usr/srec/R3_contactsTestSound.raw
2167-onStopped()
2168MFRListener: onStopped()
2169MFWListener: onStopped()
2170SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
2171UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
2172G2Listener:   onUnloaded
2173UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
2174LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
2175G2Listener:  onLoaded
2176LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
2177RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
2178+recognize()
2179/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
2180-recognize()
2181MFRListener: onStarted()
2182onStarted
2183onBeginningOfSpeech
2184MFRListener: onStopped()
2185onEndOfSpeech
2186onRecognitionResult: 1
2187result 1:forward:FWD:85
2188+onStopped()
2189RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
2190Saving.../system/usr/srec/R3_actionTestSound.raw
2191MFWListener: onStopped()
2192SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
2193UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
2194-onStopped()
2195G2Listener:   onUnloaded
2196UNLOADING_GRAMMAR2 --> MICROPHONE
2197Start recording...
2198MICROPHONE --> STATE_MICROPHONE_STARTING
2199MICListener: onStarted()
2200Record for 2 secs.
2201STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
2202MICROPHONE_RECORDING --> RECORDING_STOP
2203RECORDING_STOP --> STOPPING_MICROPHONE
2204MICListener: onStopped()
2205STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
2206Sleep 1800 ms (workaround for Sooner audio driver bug)
2207Woke up
2208MICListener: Saving record sound R3_microphoneTestSound.raw
2209STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
2210MFWListener: onStopped()
2211SAVING_RECORDED_AUDIO --> COMPARE_FILES
2212Compare MIC Files
2213/system/usr/srec/R3_microphoneTestSound.raw
2214Size:41004
2215COMPARE_FILES --> GET_PARAMS
2216GET_PARAMS --> GETTING_PARAMS
2217Retrieving parameter values...
2218onParametersGet:
2219CREC.Recognizer.non_terminal_timeout = 90
2220CREC.Recognizer.optional_terminal_timeout = 45
2221CREC.Recognizer.terminal_timeout = 30
2222CREC.Recognizer.eou_threshold = 120
2223SREC.Recognizer.utterance_timeout = 400
2224GETTING_PARAMS --> SET_PARAMS
2225SET_PARAMS --> SETTING_PARAMS
2226Setting new parameter values...
2227onParametersSet:
2228CREC.Recognizer.non_terminal_timeout = 400
2229CREC.Recognizer.terminal_timeout = 200
2230CREC.Recognizer.optional_terminal_timeout = 300
2231CREC.Recognizer.eou_threshold = 500
2232SREC.Recognizer.utterance_timeout = 100
2233SETTING_PARAMS --> RESET_PARAMS
2234RESET_PARAMS --> RESETTING_PARAMS
2235Setting new parameter values...
2236onParametersSet:
2237CREC.Recognizer.non_terminal_timeout = 90
2238CREC.Recognizer.terminal_timeout = 30
2239CREC.Recognizer.optional_terminal_timeout = 45
2240CREC.Recognizer.eou_threshold = 120
2241SREC.Recognizer.utterance_timeout = 400
2242RESETTING_PARAMS --> RESET
2243RESET --> SHOW_ITERATION
2244---------------------------------------
2245Iteration:18
2246---------------------------------------
2247SHOW_ITERATION --> CREATE_GRAMMAR1
2248before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2249after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2250CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
2251before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2252after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2253CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
2254LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
2255G1Listener: onLoaded
2256G1Listener: Adding words to grammar slot
2257item 0: Jen Parker
2258item 1: John Martinez
2259item 2: Andrew Evans
2260G1Listener: Starting adding words to grammar slot
2261LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
2262G1Listener: onAddItemList
2263G1Listener: Finish adding words to grammar slot
2264ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
2265G1Listener: onCompileAllSlots
2266COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
2267SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
2268G1Listener: onSaved
2269SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
2270UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
2271G1Listener: onUnloaded
2272UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
2273CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
2274before CreateGrammar(/system/usr/srec/grammar3.g2g)
2275after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
2276G2Listener:  onLoaded
2277LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
2278RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
2279+recognize()
2280/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
2281MFRListener: onStarted()
2282-recognize()
2283onStarted
2284onBeginningOfSpeech
2285MFRListener: onStopped()
2286onEndOfSpeech
2287onRecognitionResult: 1
2288result 1:phone delete Jen Parker:DEL Jen Parker:86
2289+onStopped()
2290RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
2291Saving.../system/usr/srec/R3_contactsTestSound.raw
2292-onStopped()
2293MFWListener: onStopped()
2294SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
2295UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
2296G2Listener:   onUnloaded
2297UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
2298LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
2299G2Listener:  onLoaded
2300LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
2301RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
2302+recognize()
2303/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
2304-recognize()
2305MFRListener: onStarted()
2306onStarted
2307onBeginningOfSpeech
2308MFRListener: onStopped()
2309onEndOfSpeech
2310onRecognitionResult: 1
2311result 1:traffic information:TRFI:90
2312+onStopped()
2313RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
2314Saving.../system/usr/srec/R3_actionTestSound.raw
2315-onStopped()
2316MFWListener: onStopped()
2317SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
2318UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
2319G2Listener:   onUnloaded
2320UNLOADING_GRAMMAR2 --> MICROPHONE
2321Start recording...
2322MICROPHONE --> STATE_MICROPHONE_STARTING
2323MICListener: onStarted()
2324Record for 2 secs.
2325STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
2326MICROPHONE_RECORDING --> RECORDING_STOP
2327RECORDING_STOP --> STOPPING_MICROPHONE
2328MICListener: onStopped()
2329STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
2330Sleep 1800 ms (workaround for Sooner audio driver bug)
2331Woke up
2332MICListener: Saving record sound R3_microphoneTestSound.raw
2333STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
2334MFWListener: onStopped()
2335SAVING_RECORDED_AUDIO --> COMPARE_FILES
2336Compare MIC Files
2337/system/usr/srec/R3_microphoneTestSound.raw
2338Size:41004
2339COMPARE_FILES --> GET_PARAMS
2340GET_PARAMS --> GETTING_PARAMS
2341Retrieving parameter values...
2342onParametersGet:
2343CREC.Recognizer.non_terminal_timeout = 90
2344CREC.Recognizer.optional_terminal_timeout = 45
2345CREC.Recognizer.terminal_timeout = 30
2346CREC.Recognizer.eou_threshold = 120
2347SREC.Recognizer.utterance_timeout = 400
2348GETTING_PARAMS --> SET_PARAMS
2349SET_PARAMS --> SETTING_PARAMS
2350Setting new parameter values...
2351onParametersSet:
2352CREC.Recognizer.non_terminal_timeout = 400
2353CREC.Recognizer.terminal_timeout = 200
2354CREC.Recognizer.optional_terminal_timeout = 300
2355CREC.Recognizer.eou_threshold = 500
2356SREC.Recognizer.utterance_timeout = 100
2357SETTING_PARAMS --> RESET_PARAMS
2358RESET_PARAMS --> RESETTING_PARAMS
2359Setting new parameter values...
2360onParametersSet:
2361CREC.Recognizer.non_terminal_timeout = 90
2362CREC.Recognizer.terminal_timeout = 30
2363CREC.Recognizer.optional_terminal_timeout = 45
2364CREC.Recognizer.eou_threshold = 120
2365SREC.Recognizer.utterance_timeout = 400
2366RESETTING_PARAMS --> RESET
2367RESET --> SHOW_ITERATION
2368---------------------------------------
2369Iteration:19
2370---------------------------------------
2371SHOW_ITERATION --> CREATE_GRAMMAR1
2372before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2373after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2374CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
2375before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2376after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2377CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
2378LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
2379G1Listener: onLoaded
2380G1Listener: Adding words to grammar slot
2381item 0: Jen Parker
2382item 1: John Martinez
2383item 2: Andrew Evans
2384G1Listener: Starting adding words to grammar slot
2385LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
2386G1Listener: onAddItemList
2387G1Listener: Finish adding words to grammar slot
2388ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
2389G1Listener: onCompileAllSlots
2390COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
2391SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
2392G1Listener: onSaved
2393SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
2394UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
2395G1Listener: onUnloaded
2396UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
2397CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
2398before CreateGrammar(/system/usr/srec/grammar3.g2g)
2399after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
2400G2Listener:  onLoaded
2401LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
2402RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
2403+recognize()
2404/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
2405MFRListener: onStarted()
2406-recognize()
2407onStarted
2408onBeginningOfSpeech
2409onEndOfSpeech
2410onRecognitionResult: 1
2411result 1:phone delete John Martinez:DEL John Martinez:88
2412+onStopped()
2413RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
2414Saving.../system/usr/srec/R3_contactsTestSound.raw
2415-onStopped()
2416MFRListener: onStopped()
2417MFWListener: onStopped()
2418SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
2419UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
2420G2Listener:   onUnloaded
2421UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
2422LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
2423G2Listener:  onLoaded
2424LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
2425RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
2426+recognize()
2427/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
2428-recognize()
2429MFRListener: onStarted()
2430onStarted
2431onBeginningOfSpeech
2432MFRListener: onStopped()
2433onEndOfSpeech
2434onRecognitionResult: 1
2435result 1:changer:CHANGER:90
2436+onStopped()
2437RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
2438Saving.../system/usr/srec/R3_actionTestSound.raw
2439-onStopped()
2440MFWListener: onStopped()
2441SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
2442UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
2443G2Listener:   onUnloaded
2444UNLOADING_GRAMMAR2 --> MICROPHONE
2445Start recording...
2446MICROPHONE --> STATE_MICROPHONE_STARTING
2447MICListener: onStarted()
2448Record for 2 secs.
2449STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
2450MICROPHONE_RECORDING --> RECORDING_STOP
2451RECORDING_STOP --> STOPPING_MICROPHONE
2452MICListener: onStopped()
2453STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
2454Sleep 1800 ms (workaround for Sooner audio driver bug)
2455Woke up
2456MICListener: Saving record sound R3_microphoneTestSound.raw
2457STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
2458MFWListener: onStopped()
2459SAVING_RECORDED_AUDIO --> COMPARE_FILES
2460Compare MIC Files
2461/system/usr/srec/R3_microphoneTestSound.raw
2462Size:41004
2463COMPARE_FILES --> GET_PARAMS
2464GET_PARAMS --> GETTING_PARAMS
2465Retrieving parameter values...
2466onParametersGet:
2467CREC.Recognizer.non_terminal_timeout = 90
2468CREC.Recognizer.optional_terminal_timeout = 45
2469CREC.Recognizer.terminal_timeout = 30
2470CREC.Recognizer.eou_threshold = 120
2471SREC.Recognizer.utterance_timeout = 400
2472GETTING_PARAMS --> SET_PARAMS
2473SET_PARAMS --> SETTING_PARAMS
2474Setting new parameter values...
2475onParametersSet:
2476CREC.Recognizer.non_terminal_timeout = 400
2477CREC.Recognizer.terminal_timeout = 200
2478CREC.Recognizer.optional_terminal_timeout = 300
2479CREC.Recognizer.eou_threshold = 500
2480SREC.Recognizer.utterance_timeout = 100
2481SETTING_PARAMS --> RESET_PARAMS
2482RESET_PARAMS --> RESETTING_PARAMS
2483Setting new parameter values...
2484onParametersSet:
2485CREC.Recognizer.non_terminal_timeout = 90
2486CREC.Recognizer.terminal_timeout = 30
2487CREC.Recognizer.optional_terminal_timeout = 45
2488CREC.Recognizer.eou_threshold = 120
2489SREC.Recognizer.utterance_timeout = 400
2490RESETTING_PARAMS --> RESET
2491RESET --> SHOW_ITERATION
2492---------------------------------------
2493Iteration:20
2494---------------------------------------
2495SHOW_ITERATION --> CREATE_GRAMMAR1
2496before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2497after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2498CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
2499before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2500after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2501CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
2502LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
2503G1Listener: onLoaded
2504G1Listener: Adding words to grammar slot
2505item 0: Jen Parker
2506item 1: John Martinez
2507item 2: Andrew Evans
2508G1Listener: Starting adding words to grammar slot
2509LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
2510G1Listener: onAddItemList
2511G1Listener: Finish adding words to grammar slot
2512ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
2513G1Listener: onCompileAllSlots
2514COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
2515SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
2516G1Listener: onSaved
2517SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
2518UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
2519G1Listener: onUnloaded
2520UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
2521CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
2522before CreateGrammar(/system/usr/srec/grammar3.g2g)
2523after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
2524G2Listener:  onLoaded
2525LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
2526RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
2527+recognize()
2528/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
2529MFRListener: onStarted()
2530-recognize()
2531onStarted
2532onBeginningOfSpeech
2533onEndOfSpeech
2534onRecognitionResult: 1
2535result 1:Andrew Evans:Andrew Evans:87
2536+onStopped()
2537RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
2538Saving.../system/usr/srec/R3_contactsTestSound.raw
2539-onStopped()
2540MFRListener: onStopped()
2541MFWListener: onStopped()
2542SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
2543UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
2544G2Listener:   onUnloaded
2545UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
2546LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
2547G2Listener:  onLoaded
2548LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
2549RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
2550+recognize()
2551/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
2552-recognize()
2553MFRListener: onStarted()
2554onStarted
2555onBeginningOfSpeech
2556MFRListener: onStopped()
2557onEndOfSpeech
2558onRecognitionResult: 1
2559result 1:forward:FWD:87
2560+onStopped()
2561RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
2562Saving.../system/usr/srec/R3_actionTestSound.raw
2563-onStopped()
2564MFWListener: onStopped()
2565SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
2566UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
2567G2Listener:   onUnloaded
2568UNLOADING_GRAMMAR2 --> MICROPHONE
2569Start recording...
2570MICROPHONE --> STATE_MICROPHONE_STARTING
2571MICListener: onStarted()
2572Record for 2 secs.
2573STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
2574MICROPHONE_RECORDING --> RECORDING_STOP
2575RECORDING_STOP --> STOPPING_MICROPHONE
2576MICListener: onStopped()
2577STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
2578Sleep 1800 ms (workaround for Sooner audio driver bug)
2579Woke up
2580MICListener: Saving record sound R3_microphoneTestSound.raw
2581STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
2582MFWListener: onStopped()
2583SAVING_RECORDED_AUDIO --> COMPARE_FILES
2584Compare MIC Files
2585/system/usr/srec/R3_microphoneTestSound.raw
2586Size:41004
2587COMPARE_FILES --> GET_PARAMS
2588GET_PARAMS --> GETTING_PARAMS
2589Retrieving parameter values...
2590onParametersGet:
2591CREC.Recognizer.non_terminal_timeout = 90
2592CREC.Recognizer.optional_terminal_timeout = 45
2593CREC.Recognizer.terminal_timeout = 30
2594CREC.Recognizer.eou_threshold = 120
2595SREC.Recognizer.utterance_timeout = 400
2596GETTING_PARAMS --> SET_PARAMS
2597SET_PARAMS --> SETTING_PARAMS
2598Setting new parameter values...
2599onParametersSet:
2600CREC.Recognizer.non_terminal_timeout = 400
2601CREC.Recognizer.terminal_timeout = 200
2602CREC.Recognizer.optional_terminal_timeout = 300
2603CREC.Recognizer.eou_threshold = 500
2604SREC.Recognizer.utterance_timeout = 100
2605SETTING_PARAMS --> RESET_PARAMS
2606RESET_PARAMS --> RESETTING_PARAMS
2607Setting new parameter values...
2608onParametersSet:
2609CREC.Recognizer.non_terminal_timeout = 90
2610CREC.Recognizer.terminal_timeout = 30
2611CREC.Recognizer.optional_terminal_timeout = 45
2612CREC.Recognizer.eou_threshold = 120
2613SREC.Recognizer.utterance_timeout = 400
2614RESETTING_PARAMS --> RESET
2615RESET --> SHOW_ITERATION
2616---------------------------------------
2617Iteration:21
2618---------------------------------------
2619SHOW_ITERATION --> CREATE_GRAMMAR1
2620before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2621after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2622CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
2623before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2624after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2625CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
2626LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
2627G1Listener: onLoaded
2628G1Listener: Adding words to grammar slot
2629item 0: Jen Parker
2630item 1: John Martinez
2631item 2: Andrew Evans
2632G1Listener: Starting adding words to grammar slot
2633LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
2634G1Listener: onAddItemList
2635G1Listener: Finish adding words to grammar slot
2636ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
2637G1Listener: onCompileAllSlots
2638COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
2639SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
2640G1Listener: onSaved
2641SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
2642UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
2643G1Listener: onUnloaded
2644UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
2645CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
2646before CreateGrammar(/system/usr/srec/grammar3.g2g)
2647after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
2648G2Listener:  onLoaded
2649LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
2650RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
2651+recognize()
2652/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
2653MFRListener: onStarted()
2654-recognize()
2655onStarted
2656onBeginningOfSpeech
2657MFRListener: onStopped()
2658onEndOfSpeech
2659onRecognitionResult: 1
2660result 1:phone delete Jen Parker:DEL Jen Parker:85
2661+onStopped()
2662RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
2663Saving.../system/usr/srec/R3_contactsTestSound.raw
2664-onStopped()
2665MFWListener: onStopped()
2666SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
2667UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
2668G2Listener:   onUnloaded
2669UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
2670LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
2671G2Listener:  onLoaded
2672LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
2673RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
2674+recognize()
2675/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
2676-recognize()
2677MFRListener: onStarted()
2678onStarted
2679onBeginningOfSpeech
2680MFRListener: onStopped()
2681onEndOfSpeech
2682onRecognitionResult: 1
2683result 1:traffic information:TRFI:90
2684+onStopped()
2685RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
2686Saving.../system/usr/srec/R3_actionTestSound.raw
2687-onStopped()
2688MFWListener: onStopped()
2689SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
2690UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
2691G2Listener:   onUnloaded
2692UNLOADING_GRAMMAR2 --> MICROPHONE
2693Start recording...
2694MICROPHONE --> STATE_MICROPHONE_STARTING
2695MICListener: onStarted()
2696Record for 2 secs.
2697STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
2698MICROPHONE_RECORDING --> RECORDING_STOP
2699RECORDING_STOP --> STOPPING_MICROPHONE
2700MICListener: onStopped()
2701STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
2702Sleep 1800 ms (workaround for Sooner audio driver bug)
2703Woke up
2704MICListener: Saving record sound R3_microphoneTestSound.raw
2705STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
2706MFWListener: onStopped()
2707SAVING_RECORDED_AUDIO --> COMPARE_FILES
2708Compare MIC Files
2709/system/usr/srec/R3_microphoneTestSound.raw
2710Size:41004
2711COMPARE_FILES --> GET_PARAMS
2712GET_PARAMS --> GETTING_PARAMS
2713Retrieving parameter values...
2714onParametersGet:
2715CREC.Recognizer.non_terminal_timeout = 90
2716CREC.Recognizer.optional_terminal_timeout = 45
2717CREC.Recognizer.terminal_timeout = 30
2718CREC.Recognizer.eou_threshold = 120
2719SREC.Recognizer.utterance_timeout = 400
2720GETTING_PARAMS --> SET_PARAMS
2721SET_PARAMS --> SETTING_PARAMS
2722Setting new parameter values...
2723onParametersSet:
2724CREC.Recognizer.non_terminal_timeout = 400
2725CREC.Recognizer.terminal_timeout = 200
2726CREC.Recognizer.optional_terminal_timeout = 300
2727CREC.Recognizer.eou_threshold = 500
2728SREC.Recognizer.utterance_timeout = 100
2729SETTING_PARAMS --> RESET_PARAMS
2730RESET_PARAMS --> RESETTING_PARAMS
2731Setting new parameter values...
2732onParametersSet:
2733CREC.Recognizer.non_terminal_timeout = 90
2734CREC.Recognizer.terminal_timeout = 30
2735CREC.Recognizer.optional_terminal_timeout = 45
2736CREC.Recognizer.eou_threshold = 120
2737SREC.Recognizer.utterance_timeout = 400
2738RESETTING_PARAMS --> RESET
2739RESET --> SHOW_ITERATION
2740---------------------------------------
2741Iteration:22
2742---------------------------------------
2743SHOW_ITERATION --> CREATE_GRAMMAR1
2744before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2745after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2746CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
2747before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2748after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2749CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
2750LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
2751G1Listener: onLoaded
2752G1Listener: Adding words to grammar slot
2753item 0: Jen Parker
2754item 1: John Martinez
2755item 2: Andrew Evans
2756G1Listener: Starting adding words to grammar slot
2757LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
2758G1Listener: onAddItemList
2759G1Listener: Finish adding words to grammar slot
2760ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
2761G1Listener: onCompileAllSlots
2762COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
2763SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
2764G1Listener: onSaved
2765SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
2766UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
2767G1Listener: onUnloaded
2768UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
2769CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
2770before CreateGrammar(/system/usr/srec/grammar3.g2g)
2771after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
2772G2Listener:  onLoaded
2773LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
2774RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
2775+recognize()
2776/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
2777MFRListener: onStarted()
2778-recognize()
2779onStarted
2780onBeginningOfSpeech
2781onEndOfSpeech
2782onRecognitionResult: 1
2783result 1:phone delete John Martinez:DEL John Martinez:88
2784+onStopped()
2785RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
2786Saving.../system/usr/srec/R3_contactsTestSound.raw
2787-onStopped()
2788MFRListener: onStopped()
2789MFWListener: onStopped()
2790SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
2791UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
2792G2Listener:   onUnloaded
2793UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
2794LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
2795G2Listener:  onLoaded
2796LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
2797RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
2798+recognize()
2799/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
2800-recognize()
2801MFRListener: onStarted()
2802onStarted
2803onBeginningOfSpeech
2804MFRListener: onStopped()
2805onEndOfSpeech
2806onRecognitionResult: 1
2807result 1:changer:CHANGER:90
2808+onStopped()
2809RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
2810Saving.../system/usr/srec/R3_actionTestSound.raw
2811-onStopped()
2812MFWListener: onStopped()
2813SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
2814UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
2815G2Listener:   onUnloaded
2816UNLOADING_GRAMMAR2 --> MICROPHONE
2817Start recording...
2818MICROPHONE --> STATE_MICROPHONE_STARTING
2819MICListener: onStarted()
2820Record for 2 secs.
2821STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
2822MICROPHONE_RECORDING --> RECORDING_STOP
2823RECORDING_STOP --> STOPPING_MICROPHONE
2824MICListener: onStopped()
2825STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
2826Sleep 1800 ms (workaround for Sooner audio driver bug)
2827Woke up
2828MICListener: Saving record sound R3_microphoneTestSound.raw
2829STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
2830MFWListener: onStopped()
2831SAVING_RECORDED_AUDIO --> COMPARE_FILES
2832Compare MIC Files
2833/system/usr/srec/R3_microphoneTestSound.raw
2834Size:41004
2835COMPARE_FILES --> GET_PARAMS
2836GET_PARAMS --> GETTING_PARAMS
2837Retrieving parameter values...
2838onParametersGet:
2839CREC.Recognizer.non_terminal_timeout = 90
2840CREC.Recognizer.optional_terminal_timeout = 45
2841CREC.Recognizer.terminal_timeout = 30
2842CREC.Recognizer.eou_threshold = 120
2843SREC.Recognizer.utterance_timeout = 400
2844GETTING_PARAMS --> SET_PARAMS
2845SET_PARAMS --> SETTING_PARAMS
2846Setting new parameter values...
2847onParametersSet:
2848CREC.Recognizer.non_terminal_timeout = 400
2849CREC.Recognizer.terminal_timeout = 200
2850CREC.Recognizer.optional_terminal_timeout = 300
2851CREC.Recognizer.eou_threshold = 500
2852SREC.Recognizer.utterance_timeout = 100
2853SETTING_PARAMS --> RESET_PARAMS
2854RESET_PARAMS --> RESETTING_PARAMS
2855Setting new parameter values...
2856onParametersSet:
2857CREC.Recognizer.non_terminal_timeout = 90
2858CREC.Recognizer.terminal_timeout = 30
2859CREC.Recognizer.optional_terminal_timeout = 45
2860CREC.Recognizer.eou_threshold = 120
2861SREC.Recognizer.utterance_timeout = 400
2862RESETTING_PARAMS --> RESET
2863RESET --> SHOW_ITERATION
2864---------------------------------------
2865Iteration:23
2866---------------------------------------
2867SHOW_ITERATION --> CREATE_GRAMMAR1
2868before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2869after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2870CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
2871before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2872after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2873CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
2874LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
2875G1Listener: onLoaded
2876G1Listener: Adding words to grammar slot
2877item 0: Jen Parker
2878item 1: John Martinez
2879item 2: Andrew Evans
2880G1Listener: Starting adding words to grammar slot
2881LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
2882G1Listener: onAddItemList
2883G1Listener: Finish adding words to grammar slot
2884ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
2885G1Listener: onCompileAllSlots
2886COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
2887SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
2888G1Listener: onSaved
2889SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
2890UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
2891G1Listener: onUnloaded
2892UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
2893CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
2894before CreateGrammar(/system/usr/srec/grammar3.g2g)
2895after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
2896G2Listener:  onLoaded
2897LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
2898RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
2899+recognize()
2900/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
2901MFRListener: onStarted()
2902-recognize()
2903onStarted
2904onBeginningOfSpeech
2905onEndOfSpeech
2906onRecognitionResult: 1
2907result 1:Andrew Evans:Andrew Evans:87
2908+onStopped()
2909RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
2910Saving.../system/usr/srec/R3_contactsTestSound.raw
2911-onStopped()
2912MFRListener: onStopped()
2913MFWListener: onStopped()
2914SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
2915UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
2916G2Listener:   onUnloaded
2917UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
2918LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
2919G2Listener:  onLoaded
2920LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
2921RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
2922+recognize()
2923/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
2924-recognize()
2925MFRListener: onStarted()
2926onStarted
2927onBeginningOfSpeech
2928MFRListener: onStopped()
2929onEndOfSpeech
2930onRecognitionResult: 1
2931result 1:forward:FWD:85
2932+onStopped()
2933RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
2934Saving.../system/usr/srec/R3_actionTestSound.raw
2935MFWListener: onStopped()
2936SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
2937UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
2938-onStopped()
2939G2Listener:   onUnloaded
2940UNLOADING_GRAMMAR2 --> MICROPHONE
2941Start recording...
2942MICROPHONE --> STATE_MICROPHONE_STARTING
2943MICListener: onStarted()
2944Record for 2 secs.
2945STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
2946MICROPHONE_RECORDING --> RECORDING_STOP
2947RECORDING_STOP --> STOPPING_MICROPHONE
2948MICListener: onStopped()
2949STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
2950Sleep 1800 ms (workaround for Sooner audio driver bug)
2951Woke up
2952MICListener: Saving record sound R3_microphoneTestSound.raw
2953STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
2954MFWListener: onStopped()
2955SAVING_RECORDED_AUDIO --> COMPARE_FILES
2956Compare MIC Files
2957/system/usr/srec/R3_microphoneTestSound.raw
2958Size:41004
2959COMPARE_FILES --> GET_PARAMS
2960GET_PARAMS --> GETTING_PARAMS
2961Retrieving parameter values...
2962onParametersGet:
2963CREC.Recognizer.non_terminal_timeout = 90
2964CREC.Recognizer.optional_terminal_timeout = 45
2965CREC.Recognizer.terminal_timeout = 30
2966CREC.Recognizer.eou_threshold = 120
2967SREC.Recognizer.utterance_timeout = 400
2968GETTING_PARAMS --> SET_PARAMS
2969SET_PARAMS --> SETTING_PARAMS
2970Setting new parameter values...
2971onParametersSet:
2972CREC.Recognizer.non_terminal_timeout = 400
2973CREC.Recognizer.terminal_timeout = 200
2974CREC.Recognizer.optional_terminal_timeout = 300
2975CREC.Recognizer.eou_threshold = 500
2976SREC.Recognizer.utterance_timeout = 100
2977SETTING_PARAMS --> RESET_PARAMS
2978RESET_PARAMS --> RESETTING_PARAMS
2979Setting new parameter values...
2980onParametersSet:
2981CREC.Recognizer.non_terminal_timeout = 90
2982CREC.Recognizer.terminal_timeout = 30
2983CREC.Recognizer.optional_terminal_timeout = 45
2984CREC.Recognizer.eou_threshold = 120
2985SREC.Recognizer.utterance_timeout = 400
2986RESETTING_PARAMS --> RESET
2987RESET --> SHOW_ITERATION
2988---------------------------------------
2989Iteration:24
2990---------------------------------------
2991SHOW_ITERATION --> CREATE_GRAMMAR1
2992before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2993after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2994CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
2995before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2996after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
2997CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
2998LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
2999G1Listener: onLoaded
3000G1Listener: Adding words to grammar slot
3001item 0: Jen Parker
3002item 1: John Martinez
3003item 2: Andrew Evans
3004G1Listener: Starting adding words to grammar slot
3005LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
3006G1Listener: onAddItemList
3007G1Listener: Finish adding words to grammar slot
3008ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
3009G1Listener: onCompileAllSlots
3010COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
3011SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
3012G1Listener: onSaved
3013SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
3014UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
3015G1Listener: onUnloaded
3016UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
3017CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
3018before CreateGrammar(/system/usr/srec/grammar3.g2g)
3019after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
3020G2Listener:  onLoaded
3021LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
3022RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
3023+recognize()
3024/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
3025MFRListener: onStarted()
3026-recognize()
3027onStarted
3028onBeginningOfSpeech
3029MFRListener: onStopped()
3030onEndOfSpeech
3031onRecognitionResult: 1
3032result 1:phone delete Jen Parker:DEL Jen Parker:84
3033+onStopped()
3034RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
3035Saving.../system/usr/srec/R3_contactsTestSound.raw
3036-onStopped()
3037MFWListener: onStopped()
3038SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
3039UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
3040G2Listener:   onUnloaded
3041UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
3042LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
3043G2Listener:  onLoaded
3044LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
3045RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
3046+recognize()
3047/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
3048-recognize()
3049MFRListener: onStarted()
3050onStarted
3051onBeginningOfSpeech
3052onEndOfSpeech
3053MFRListener: onStopped()
3054onRecognitionResult: 1
3055result 1:traffic information:TRFI:90
3056+onStopped()
3057RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
3058Saving.../system/usr/srec/R3_actionTestSound.raw
3059-onStopped()
3060MFWListener: onStopped()
3061SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
3062UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
3063G2Listener:   onUnloaded
3064UNLOADING_GRAMMAR2 --> MICROPHONE
3065Start recording...
3066MICROPHONE --> STATE_MICROPHONE_STARTING
3067MICListener: onStarted()
3068Record for 2 secs.
3069STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
3070MICROPHONE_RECORDING --> RECORDING_STOP
3071RECORDING_STOP --> STOPPING_MICROPHONE
3072MICListener: onStopped()
3073STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
3074Sleep 1800 ms (workaround for Sooner audio driver bug)
3075Woke up
3076MICListener: Saving record sound R3_microphoneTestSound.raw
3077STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
3078MFWListener: onStopped()
3079SAVING_RECORDED_AUDIO --> COMPARE_FILES
3080Compare MIC Files
3081/system/usr/srec/R3_microphoneTestSound.raw
3082Size:41004
3083COMPARE_FILES --> GET_PARAMS
3084GET_PARAMS --> GETTING_PARAMS
3085Retrieving parameter values...
3086onParametersGet:
3087CREC.Recognizer.non_terminal_timeout = 90
3088CREC.Recognizer.optional_terminal_timeout = 45
3089CREC.Recognizer.terminal_timeout = 30
3090CREC.Recognizer.eou_threshold = 120
3091SREC.Recognizer.utterance_timeout = 400
3092GETTING_PARAMS --> SET_PARAMS
3093SET_PARAMS --> SETTING_PARAMS
3094Setting new parameter values...
3095onParametersSet:
3096CREC.Recognizer.non_terminal_timeout = 400
3097CREC.Recognizer.terminal_timeout = 200
3098CREC.Recognizer.optional_terminal_timeout = 300
3099CREC.Recognizer.eou_threshold = 500
3100SREC.Recognizer.utterance_timeout = 100
3101SETTING_PARAMS --> RESET_PARAMS
3102RESET_PARAMS --> RESETTING_PARAMS
3103Setting new parameter values...
3104onParametersSet:
3105CREC.Recognizer.non_terminal_timeout = 90
3106CREC.Recognizer.terminal_timeout = 30
3107CREC.Recognizer.optional_terminal_timeout = 45
3108CREC.Recognizer.eou_threshold = 120
3109SREC.Recognizer.utterance_timeout = 400
3110RESETTING_PARAMS --> RESET
3111RESET --> SHOW_ITERATION
3112---------------------------------------
3113Iteration:25
3114---------------------------------------
3115SHOW_ITERATION --> CREATE_GRAMMAR1
3116before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3117after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3118CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
3119before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3120after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3121CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
3122LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
3123G1Listener: onLoaded
3124G1Listener: Adding words to grammar slot
3125item 0: Jen Parker
3126item 1: John Martinez
3127item 2: Andrew Evans
3128G1Listener: Starting adding words to grammar slot
3129LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
3130G1Listener: onAddItemList
3131G1Listener: Finish adding words to grammar slot
3132ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
3133G1Listener: onCompileAllSlots
3134COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
3135SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
3136G1Listener: onSaved
3137SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
3138UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
3139G1Listener: onUnloaded
3140UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
3141CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
3142before CreateGrammar(/system/usr/srec/grammar3.g2g)
3143after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
3144G2Listener:  onLoaded
3145LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
3146RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
3147+recognize()
3148/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
3149MFRListener: onStarted()
3150-recognize()
3151onStarted
3152onBeginningOfSpeech
3153onEndOfSpeech
3154onRecognitionResult: 1
3155result 1:phone delete John Martinez:DEL John Martinez:88
3156+onStopped()
3157RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
3158Saving.../system/usr/srec/R3_contactsTestSound.raw
3159-onStopped()
3160MFRListener: onStopped()
3161MFWListener: onStopped()
3162SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
3163UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
3164G2Listener:   onUnloaded
3165UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
3166LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
3167G2Listener:  onLoaded
3168LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
3169RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
3170+recognize()
3171/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
3172-recognize()
3173MFRListener: onStarted()
3174onStarted
3175onBeginningOfSpeech
3176MFRListener: onStopped()
3177onEndOfSpeech
3178onRecognitionResult: 1
3179result 1:changer:CHANGER:90
3180+onStopped()
3181RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
3182Saving.../system/usr/srec/R3_actionTestSound.raw
3183-onStopped()
3184MFWListener: onStopped()
3185SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
3186UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
3187G2Listener:   onUnloaded
3188UNLOADING_GRAMMAR2 --> MICROPHONE
3189Start recording...
3190MICROPHONE --> STATE_MICROPHONE_STARTING
3191MICListener: onStarted()
3192Record for 2 secs.
3193STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
3194MICROPHONE_RECORDING --> RECORDING_STOP
3195RECORDING_STOP --> STOPPING_MICROPHONE
3196MICListener: onStopped()
3197STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
3198Sleep 1800 ms (workaround for Sooner audio driver bug)
3199Woke up
3200MICListener: Saving record sound R3_microphoneTestSound.raw
3201STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
3202MFWListener: onStopped()
3203SAVING_RECORDED_AUDIO --> COMPARE_FILES
3204Compare MIC Files
3205/system/usr/srec/R3_microphoneTestSound.raw
3206Size:41004
3207COMPARE_FILES --> GET_PARAMS
3208GET_PARAMS --> GETTING_PARAMS
3209Retrieving parameter values...
3210onParametersGet:
3211CREC.Recognizer.non_terminal_timeout = 90
3212CREC.Recognizer.optional_terminal_timeout = 45
3213CREC.Recognizer.terminal_timeout = 30
3214CREC.Recognizer.eou_threshold = 120
3215SREC.Recognizer.utterance_timeout = 400
3216GETTING_PARAMS --> SET_PARAMS
3217SET_PARAMS --> SETTING_PARAMS
3218Setting new parameter values...
3219onParametersSet:
3220CREC.Recognizer.non_terminal_timeout = 400
3221CREC.Recognizer.terminal_timeout = 200
3222CREC.Recognizer.optional_terminal_timeout = 300
3223CREC.Recognizer.eou_threshold = 500
3224SREC.Recognizer.utterance_timeout = 100
3225SETTING_PARAMS --> RESET_PARAMS
3226RESET_PARAMS --> RESETTING_PARAMS
3227Setting new parameter values...
3228onParametersSet:
3229CREC.Recognizer.non_terminal_timeout = 90
3230CREC.Recognizer.terminal_timeout = 30
3231CREC.Recognizer.optional_terminal_timeout = 45
3232CREC.Recognizer.eou_threshold = 120
3233SREC.Recognizer.utterance_timeout = 400
3234RESETTING_PARAMS --> RESET
3235RESET --> SHOW_ITERATION
3236---------------------------------------
3237Iteration:26
3238---------------------------------------
3239SHOW_ITERATION --> CREATE_GRAMMAR1
3240before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3241after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3242CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
3243before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3244after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3245CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
3246LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
3247G1Listener: onLoaded
3248G1Listener: Adding words to grammar slot
3249item 0: Jen Parker
3250item 1: John Martinez
3251item 2: Andrew Evans
3252G1Listener: Starting adding words to grammar slot
3253LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
3254G1Listener: onAddItemList
3255G1Listener: Finish adding words to grammar slot
3256ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
3257G1Listener: onCompileAllSlots
3258COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
3259SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
3260G1Listener: onSaved
3261SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
3262UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
3263G1Listener: onUnloaded
3264UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
3265CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
3266before CreateGrammar(/system/usr/srec/grammar3.g2g)
3267after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
3268G2Listener:  onLoaded
3269LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
3270RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
3271+recognize()
3272/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
3273MFRListener: onStarted()
3274-recognize()
3275onStarted
3276onBeginningOfSpeech
3277onEndOfSpeech
3278onRecognitionResult: 1
3279result 1:Andrew Evans:Andrew Evans:87
3280+onStopped()
3281RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
3282Saving.../system/usr/srec/R3_contactsTestSound.raw
3283-onStopped()
3284MFRListener: onStopped()
3285MFWListener: onStopped()
3286SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
3287UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
3288G2Listener:   onUnloaded
3289UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
3290LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
3291G2Listener:  onLoaded
3292LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
3293RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
3294+recognize()
3295/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
3296MFRListener: onStarted()
3297-recognize()
3298onStarted
3299onBeginningOfSpeech
3300MFRListener: onStopped()
3301onEndOfSpeech
3302onRecognitionResult: 1
3303result 1:forward:FWD:85
3304+onStopped()
3305RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
3306Saving.../system/usr/srec/R3_actionTestSound.raw
3307-onStopped()
3308MFWListener: onStopped()
3309SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
3310UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
3311G2Listener:   onUnloaded
3312UNLOADING_GRAMMAR2 --> MICROPHONE
3313Start recording...
3314MICROPHONE --> STATE_MICROPHONE_STARTING
3315MICListener: onStarted()
3316Record for 2 secs.
3317STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
3318MICROPHONE_RECORDING --> RECORDING_STOP
3319RECORDING_STOP --> STOPPING_MICROPHONE
3320MICListener: onStopped()
3321STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
3322Sleep 1800 ms (workaround for Sooner audio driver bug)
3323Woke up
3324MICListener: Saving record sound R3_microphoneTestSound.raw
3325STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
3326MFWListener: onStopped()
3327SAVING_RECORDED_AUDIO --> COMPARE_FILES
3328Compare MIC Files
3329/system/usr/srec/R3_microphoneTestSound.raw
3330Size:41004
3331COMPARE_FILES --> GET_PARAMS
3332GET_PARAMS --> GETTING_PARAMS
3333Retrieving parameter values...
3334onParametersGet:
3335CREC.Recognizer.non_terminal_timeout = 90
3336CREC.Recognizer.optional_terminal_timeout = 45
3337CREC.Recognizer.terminal_timeout = 30
3338CREC.Recognizer.eou_threshold = 120
3339SREC.Recognizer.utterance_timeout = 400
3340GETTING_PARAMS --> SET_PARAMS
3341SET_PARAMS --> SETTING_PARAMS
3342Setting new parameter values...
3343onParametersSet:
3344CREC.Recognizer.non_terminal_timeout = 400
3345CREC.Recognizer.terminal_timeout = 200
3346CREC.Recognizer.optional_terminal_timeout = 300
3347CREC.Recognizer.eou_threshold = 500
3348SREC.Recognizer.utterance_timeout = 100
3349SETTING_PARAMS --> RESET_PARAMS
3350RESET_PARAMS --> RESETTING_PARAMS
3351Setting new parameter values...
3352onParametersSet:
3353CREC.Recognizer.non_terminal_timeout = 90
3354CREC.Recognizer.terminal_timeout = 30
3355CREC.Recognizer.optional_terminal_timeout = 45
3356CREC.Recognizer.eou_threshold = 120
3357SREC.Recognizer.utterance_timeout = 400
3358RESETTING_PARAMS --> RESET
3359RESET --> SHOW_ITERATION
3360---------------------------------------
3361Iteration:27
3362---------------------------------------
3363SHOW_ITERATION --> CREATE_GRAMMAR1
3364before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3365after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3366CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
3367before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3368after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3369CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
3370LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
3371G1Listener: onLoaded
3372G1Listener: Adding words to grammar slot
3373item 0: Jen Parker
3374item 1: John Martinez
3375item 2: Andrew Evans
3376G1Listener: Starting adding words to grammar slot
3377LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
3378G1Listener: onAddItemList
3379G1Listener: Finish adding words to grammar slot
3380ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
3381G1Listener: onCompileAllSlots
3382COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
3383SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
3384G1Listener: onSaved
3385SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
3386UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
3387G1Listener: onUnloaded
3388UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
3389CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
3390before CreateGrammar(/system/usr/srec/grammar3.g2g)
3391after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
3392G2Listener:  onLoaded
3393LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
3394RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
3395+recognize()
3396/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
3397MFRListener: onStarted()
3398-recognize()
3399onStarted
3400onBeginningOfSpeech
3401MFRListener: onStopped()
3402onEndOfSpeech
3403onRecognitionResult: 1
3404result 1:phone delete Jen Parker:DEL Jen Parker:84
3405+onStopped()
3406RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
3407Saving.../system/usr/srec/R3_contactsTestSound.raw
3408-onStopped()
3409MFWListener: onStopped()
3410SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
3411UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
3412G2Listener:   onUnloaded
3413UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
3414LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
3415G2Listener:  onLoaded
3416LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
3417RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
3418+recognize()
3419/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
3420-recognize()
3421MFRListener: onStarted()
3422onStarted
3423onBeginningOfSpeech
3424MFRListener: onStopped()
3425onEndOfSpeech
3426onRecognitionResult: 1
3427result 1:traffic information:TRFI:90
3428+onStopped()
3429RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
3430Saving.../system/usr/srec/R3_actionTestSound.raw
3431-onStopped()
3432MFWListener: onStopped()
3433SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
3434UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
3435G2Listener:   onUnloaded
3436UNLOADING_GRAMMAR2 --> MICROPHONE
3437Start recording...
3438MICROPHONE --> STATE_MICROPHONE_STARTING
3439MICListener: onStarted()
3440Record for 2 secs.
3441STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
3442MICROPHONE_RECORDING --> RECORDING_STOP
3443RECORDING_STOP --> STOPPING_MICROPHONE
3444MICListener: onStopped()
3445STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
3446Sleep 1800 ms (workaround for Sooner audio driver bug)
3447Woke up
3448MICListener: Saving record sound R3_microphoneTestSound.raw
3449STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
3450MFWListener: onStopped()
3451SAVING_RECORDED_AUDIO --> COMPARE_FILES
3452Compare MIC Files
3453/system/usr/srec/R3_microphoneTestSound.raw
3454Size:41004
3455COMPARE_FILES --> GET_PARAMS
3456GET_PARAMS --> GETTING_PARAMS
3457Retrieving parameter values...
3458onParametersGet:
3459CREC.Recognizer.non_terminal_timeout = 90
3460CREC.Recognizer.optional_terminal_timeout = 45
3461CREC.Recognizer.terminal_timeout = 30
3462CREC.Recognizer.eou_threshold = 120
3463SREC.Recognizer.utterance_timeout = 400
3464GETTING_PARAMS --> SET_PARAMS
3465SET_PARAMS --> SETTING_PARAMS
3466Setting new parameter values...
3467onParametersSet:
3468CREC.Recognizer.non_terminal_timeout = 400
3469CREC.Recognizer.terminal_timeout = 200
3470CREC.Recognizer.optional_terminal_timeout = 300
3471CREC.Recognizer.eou_threshold = 500
3472SREC.Recognizer.utterance_timeout = 100
3473SETTING_PARAMS --> RESET_PARAMS
3474RESET_PARAMS --> RESETTING_PARAMS
3475Setting new parameter values...
3476onParametersSet:
3477CREC.Recognizer.non_terminal_timeout = 90
3478CREC.Recognizer.terminal_timeout = 30
3479CREC.Recognizer.optional_terminal_timeout = 45
3480CREC.Recognizer.eou_threshold = 120
3481SREC.Recognizer.utterance_timeout = 400
3482RESETTING_PARAMS --> RESET
3483RESET --> SHOW_ITERATION
3484---------------------------------------
3485Iteration:28
3486---------------------------------------
3487SHOW_ITERATION --> CREATE_GRAMMAR1
3488before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3489after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3490CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
3491before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3492after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3493CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
3494LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
3495G1Listener: onLoaded
3496G1Listener: Adding words to grammar slot
3497item 0: Jen Parker
3498item 1: John Martinez
3499item 2: Andrew Evans
3500G1Listener: Starting adding words to grammar slot
3501LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
3502G1Listener: onAddItemList
3503G1Listener: Finish adding words to grammar slot
3504ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
3505G1Listener: onCompileAllSlots
3506COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
3507SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
3508G1Listener: onSaved
3509SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
3510UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
3511G1Listener: onUnloaded
3512UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
3513CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
3514before CreateGrammar(/system/usr/srec/grammar3.g2g)
3515after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
3516G2Listener:  onLoaded
3517LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
3518RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
3519+recognize()
3520/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
3521MFRListener: onStarted()
3522-recognize()
3523onStarted
3524onBeginningOfSpeech
3525onEndOfSpeech
3526onRecognitionResult: 1
3527result 1:phone delete John Martinez:DEL John Martinez:88
3528+onStopped()
3529RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
3530Saving.../system/usr/srec/R3_contactsTestSound.raw
3531-onStopped()
3532MFRListener: onStopped()
3533MFWListener: onStopped()
3534SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
3535UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
3536G2Listener:   onUnloaded
3537UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
3538LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
3539G2Listener:  onLoaded
3540LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
3541RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
3542+recognize()
3543/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
3544MFRListener: onStarted()
3545-recognize()
3546onStarted
3547onBeginningOfSpeech
3548MFRListener: onStopped()
3549onEndOfSpeech
3550onRecognitionResult: 1
3551result 1:changer:CHANGER:90
3552+onStopped()
3553RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
3554Saving.../system/usr/srec/R3_actionTestSound.raw
3555MFWListener: onStopped()
3556SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
3557UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
3558-onStopped()
3559G2Listener:   onUnloaded
3560UNLOADING_GRAMMAR2 --> MICROPHONE
3561Start recording...
3562MICROPHONE --> STATE_MICROPHONE_STARTING
3563MICListener: onStarted()
3564Record for 2 secs.
3565STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
3566MICROPHONE_RECORDING --> RECORDING_STOP
3567RECORDING_STOP --> STOPPING_MICROPHONE
3568MICListener: onStopped()
3569STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
3570Sleep 1800 ms (workaround for Sooner audio driver bug)
3571Woke up
3572MICListener: Saving record sound R3_microphoneTestSound.raw
3573STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
3574MFWListener: onStopped()
3575SAVING_RECORDED_AUDIO --> COMPARE_FILES
3576Compare MIC Files
3577/system/usr/srec/R3_microphoneTestSound.raw
3578Size:41004
3579COMPARE_FILES --> GET_PARAMS
3580GET_PARAMS --> GETTING_PARAMS
3581Retrieving parameter values...
3582onParametersGet:
3583CREC.Recognizer.non_terminal_timeout = 90
3584CREC.Recognizer.optional_terminal_timeout = 45
3585CREC.Recognizer.terminal_timeout = 30
3586CREC.Recognizer.eou_threshold = 120
3587SREC.Recognizer.utterance_timeout = 400
3588GETTING_PARAMS --> SET_PARAMS
3589SET_PARAMS --> SETTING_PARAMS
3590Setting new parameter values...
3591onParametersSet:
3592CREC.Recognizer.non_terminal_timeout = 400
3593CREC.Recognizer.terminal_timeout = 200
3594CREC.Recognizer.optional_terminal_timeout = 300
3595CREC.Recognizer.eou_threshold = 500
3596SREC.Recognizer.utterance_timeout = 100
3597SETTING_PARAMS --> RESET_PARAMS
3598RESET_PARAMS --> RESETTING_PARAMS
3599Setting new parameter values...
3600onParametersSet:
3601CREC.Recognizer.non_terminal_timeout = 90
3602CREC.Recognizer.terminal_timeout = 30
3603CREC.Recognizer.optional_terminal_timeout = 45
3604CREC.Recognizer.eou_threshold = 120
3605SREC.Recognizer.utterance_timeout = 400
3606RESETTING_PARAMS --> RESET
3607RESET --> SHOW_ITERATION
3608---------------------------------------
3609Iteration:29
3610---------------------------------------
3611SHOW_ITERATION --> CREATE_GRAMMAR1
3612before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3613after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3614CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
3615before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3616after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3617CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
3618LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
3619G1Listener: onLoaded
3620G1Listener: Adding words to grammar slot
3621item 0: Jen Parker
3622item 1: John Martinez
3623item 2: Andrew Evans
3624G1Listener: Starting adding words to grammar slot
3625LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
3626G1Listener: onAddItemList
3627G1Listener: Finish adding words to grammar slot
3628ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
3629G1Listener: onCompileAllSlots
3630COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
3631SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
3632G1Listener: onSaved
3633SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
3634UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
3635G1Listener: onUnloaded
3636UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
3637CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
3638before CreateGrammar(/system/usr/srec/grammar3.g2g)
3639after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
3640G2Listener:  onLoaded
3641LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
3642RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
3643+recognize()
3644/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
3645MFRListener: onStarted()
3646-recognize()
3647onStarted
3648onBeginningOfSpeech
3649onEndOfSpeech
3650onRecognitionResult: 1
3651result 1:Andrew Evans:Andrew Evans:87
3652+onStopped()
3653RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
3654Saving.../system/usr/srec/R3_contactsTestSound.raw
3655-onStopped()
3656MFRListener: onStopped()
3657MFWListener: onStopped()
3658SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
3659UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
3660G2Listener:   onUnloaded
3661UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
3662LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
3663G2Listener:  onLoaded
3664LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
3665RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
3666+recognize()
3667/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
3668-recognize()
3669MFRListener: onStarted()
3670onStarted
3671onBeginningOfSpeech
3672MFRListener: onStopped()
3673onEndOfSpeech
3674onRecognitionResult: 1
3675result 1:forward:FWD:85
3676+onStopped()
3677RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
3678Saving.../system/usr/srec/R3_actionTestSound.raw
3679MFWListener: onStopped()
3680-onStopped()
3681SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
3682UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
3683G2Listener:   onUnloaded
3684UNLOADING_GRAMMAR2 --> MICROPHONE
3685Start recording...
3686MICROPHONE --> STATE_MICROPHONE_STARTING
3687MICListener: onStarted()
3688Record for 2 secs.
3689STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
3690MICROPHONE_RECORDING --> RECORDING_STOP
3691RECORDING_STOP --> STOPPING_MICROPHONE
3692MICListener: onStopped()
3693STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
3694Sleep 1800 ms (workaround for Sooner audio driver bug)
3695Woke up
3696MICListener: Saving record sound R3_microphoneTestSound.raw
3697STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
3698MFWListener: onStopped()
3699SAVING_RECORDED_AUDIO --> COMPARE_FILES
3700Compare MIC Files
3701/system/usr/srec/R3_microphoneTestSound.raw
3702Size:41004
3703COMPARE_FILES --> GET_PARAMS
3704GET_PARAMS --> GETTING_PARAMS
3705Retrieving parameter values...
3706onParametersGet:
3707CREC.Recognizer.non_terminal_timeout = 90
3708CREC.Recognizer.optional_terminal_timeout = 45
3709CREC.Recognizer.terminal_timeout = 30
3710CREC.Recognizer.eou_threshold = 120
3711SREC.Recognizer.utterance_timeout = 400
3712GETTING_PARAMS --> SET_PARAMS
3713SET_PARAMS --> SETTING_PARAMS
3714Setting new parameter values...
3715onParametersSet:
3716CREC.Recognizer.non_terminal_timeout = 400
3717CREC.Recognizer.terminal_timeout = 200
3718CREC.Recognizer.optional_terminal_timeout = 300
3719CREC.Recognizer.eou_threshold = 500
3720SREC.Recognizer.utterance_timeout = 100
3721SETTING_PARAMS --> RESET_PARAMS
3722RESET_PARAMS --> RESETTING_PARAMS
3723Setting new parameter values...
3724onParametersSet:
3725CREC.Recognizer.non_terminal_timeout = 90
3726CREC.Recognizer.terminal_timeout = 30
3727CREC.Recognizer.optional_terminal_timeout = 45
3728CREC.Recognizer.eou_threshold = 120
3729SREC.Recognizer.utterance_timeout = 400
3730RESETTING_PARAMS --> RESET
3731RESET --> SHOW_ITERATION
3732---------------------------------------
3733Iteration:30
3734---------------------------------------
3735SHOW_ITERATION --> CREATE_GRAMMAR1
3736before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3737after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3738CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
3739before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3740after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3741CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
3742LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
3743G1Listener: onLoaded
3744G1Listener: Adding words to grammar slot
3745item 0: Jen Parker
3746item 1: John Martinez
3747item 2: Andrew Evans
3748G1Listener: Starting adding words to grammar slot
3749LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
3750G1Listener: onAddItemList
3751G1Listener: Finish adding words to grammar slot
3752ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
3753G1Listener: onCompileAllSlots
3754COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
3755SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
3756G1Listener: onSaved
3757SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
3758UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
3759G1Listener: onUnloaded
3760UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
3761CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
3762before CreateGrammar(/system/usr/srec/grammar3.g2g)
3763after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
3764G2Listener:  onLoaded
3765LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
3766RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
3767+recognize()
3768/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
3769MFRListener: onStarted()
3770-recognize()
3771onStarted
3772onBeginningOfSpeech
3773MFRListener: onStopped()
3774onEndOfSpeech
3775onRecognitionResult: 1
3776result 1:phone delete Jen Parker:DEL Jen Parker:84
3777+onStopped()
3778RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
3779Saving.../system/usr/srec/R3_contactsTestSound.raw
3780-onStopped()
3781MFWListener: onStopped()
3782SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
3783UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
3784G2Listener:   onUnloaded
3785UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
3786LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
3787G2Listener:  onLoaded
3788LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
3789RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
3790+recognize()
3791/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
3792MFRListener: onStarted()
3793onStarted
3794-recognize()
3795onBeginningOfSpeech
3796MFRListener: onStopped()
3797onEndOfSpeech
3798onRecognitionResult: 1
3799result 1:traffic information:TRFI:90
3800+onStopped()
3801RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
3802Saving.../system/usr/srec/R3_actionTestSound.raw
3803-onStopped()
3804MFWListener: onStopped()
3805SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
3806UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
3807G2Listener:   onUnloaded
3808UNLOADING_GRAMMAR2 --> MICROPHONE
3809Start recording...
3810MICROPHONE --> STATE_MICROPHONE_STARTING
3811MICListener: onStarted()
3812Record for 2 secs.
3813STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
3814MICROPHONE_RECORDING --> RECORDING_STOP
3815RECORDING_STOP --> STOPPING_MICROPHONE
3816MICListener: onStopped()
3817STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
3818Sleep 1800 ms (workaround for Sooner audio driver bug)
3819Woke up
3820MICListener: Saving record sound R3_microphoneTestSound.raw
3821STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
3822MFWListener: onStopped()
3823SAVING_RECORDED_AUDIO --> COMPARE_FILES
3824Compare MIC Files
3825/system/usr/srec/R3_microphoneTestSound.raw
3826Size:41004
3827COMPARE_FILES --> GET_PARAMS
3828GET_PARAMS --> GETTING_PARAMS
3829Retrieving parameter values...
3830onParametersGet:
3831CREC.Recognizer.non_terminal_timeout = 90
3832CREC.Recognizer.optional_terminal_timeout = 45
3833CREC.Recognizer.terminal_timeout = 30
3834CREC.Recognizer.eou_threshold = 120
3835SREC.Recognizer.utterance_timeout = 400
3836GETTING_PARAMS --> SET_PARAMS
3837SET_PARAMS --> SETTING_PARAMS
3838Setting new parameter values...
3839onParametersSet:
3840CREC.Recognizer.non_terminal_timeout = 400
3841CREC.Recognizer.terminal_timeout = 200
3842CREC.Recognizer.optional_terminal_timeout = 300
3843CREC.Recognizer.eou_threshold = 500
3844SREC.Recognizer.utterance_timeout = 100
3845SETTING_PARAMS --> RESET_PARAMS
3846RESET_PARAMS --> RESETTING_PARAMS
3847Setting new parameter values...
3848onParametersSet:
3849CREC.Recognizer.non_terminal_timeout = 90
3850CREC.Recognizer.terminal_timeout = 30
3851CREC.Recognizer.optional_terminal_timeout = 45
3852CREC.Recognizer.eou_threshold = 120
3853SREC.Recognizer.utterance_timeout = 400
3854RESETTING_PARAMS --> RESET
3855RESET --> SHOW_ITERATION
3856---------------------------------------
3857Iteration:31
3858---------------------------------------
3859SHOW_ITERATION --> CREATE_GRAMMAR1
3860before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3861after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3862CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
3863before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3864after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3865CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
3866LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
3867G1Listener: onLoaded
3868G1Listener: Adding words to grammar slot
3869item 0: Jen Parker
3870item 1: John Martinez
3871item 2: Andrew Evans
3872G1Listener: Starting adding words to grammar slot
3873LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
3874G1Listener: onAddItemList
3875G1Listener: Finish adding words to grammar slot
3876ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
3877G1Listener: onCompileAllSlots
3878COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
3879SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
3880G1Listener: onSaved
3881SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
3882UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
3883G1Listener: onUnloaded
3884UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
3885CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
3886before CreateGrammar(/system/usr/srec/grammar3.g2g)
3887after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
3888G2Listener:  onLoaded
3889LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
3890RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
3891+recognize()
3892/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
3893MFRListener: onStarted()
3894-recognize()
3895onStarted
3896onBeginningOfSpeech
3897onEndOfSpeech
3898onRecognitionResult: 1
3899result 1:phone delete John Martinez:DEL John Martinez:88
3900+onStopped()
3901RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
3902Saving.../system/usr/srec/R3_contactsTestSound.raw
3903-onStopped()
3904MFRListener: onStopped()
3905MFWListener: onStopped()
3906SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
3907UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
3908G2Listener:   onUnloaded
3909UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
3910LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
3911G2Listener:  onLoaded
3912LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
3913RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
3914+recognize()
3915/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
3916-recognize()
3917MFRListener: onStarted()
3918onStarted
3919onBeginningOfSpeech
3920MFRListener: onStopped()
3921onEndOfSpeech
3922onRecognitionResult: 1
3923result 1:changer:CHANGER:90
3924+onStopped()
3925RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
3926Saving.../system/usr/srec/R3_actionTestSound.raw
3927-onStopped()
3928MFWListener: onStopped()
3929SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
3930UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
3931G2Listener:   onUnloaded
3932UNLOADING_GRAMMAR2 --> MICROPHONE
3933Start recording...
3934MICROPHONE --> STATE_MICROPHONE_STARTING
3935MICListener: onStarted()
3936Record for 2 secs.
3937STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
3938MICROPHONE_RECORDING --> RECORDING_STOP
3939RECORDING_STOP --> STOPPING_MICROPHONE
3940MICListener: onStopped()
3941STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
3942Sleep 1800 ms (workaround for Sooner audio driver bug)
3943Woke up
3944MICListener: Saving record sound R3_microphoneTestSound.raw
3945STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
3946MFWListener: onStopped()
3947SAVING_RECORDED_AUDIO --> COMPARE_FILES
3948Compare MIC Files
3949/system/usr/srec/R3_microphoneTestSound.raw
3950Size:41004
3951COMPARE_FILES --> GET_PARAMS
3952GET_PARAMS --> GETTING_PARAMS
3953Retrieving parameter values...
3954onParametersGet:
3955CREC.Recognizer.non_terminal_timeout = 90
3956CREC.Recognizer.optional_terminal_timeout = 45
3957CREC.Recognizer.terminal_timeout = 30
3958CREC.Recognizer.eou_threshold = 120
3959SREC.Recognizer.utterance_timeout = 400
3960GETTING_PARAMS --> SET_PARAMS
3961SET_PARAMS --> SETTING_PARAMS
3962Setting new parameter values...
3963onParametersSet:
3964CREC.Recognizer.non_terminal_timeout = 400
3965CREC.Recognizer.terminal_timeout = 200
3966CREC.Recognizer.optional_terminal_timeout = 300
3967CREC.Recognizer.eou_threshold = 500
3968SREC.Recognizer.utterance_timeout = 100
3969SETTING_PARAMS --> RESET_PARAMS
3970RESET_PARAMS --> RESETTING_PARAMS
3971Setting new parameter values...
3972onParametersSet:
3973CREC.Recognizer.non_terminal_timeout = 90
3974CREC.Recognizer.terminal_timeout = 30
3975CREC.Recognizer.optional_terminal_timeout = 45
3976CREC.Recognizer.eou_threshold = 120
3977SREC.Recognizer.utterance_timeout = 400
3978RESETTING_PARAMS --> RESET
3979RESET --> SHOW_ITERATION
3980---------------------------------------
3981Iteration:32
3982---------------------------------------
3983SHOW_ITERATION --> CREATE_GRAMMAR1
3984before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3985after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3986CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
3987before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3988after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
3989CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
3990LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
3991G1Listener: onLoaded
3992G1Listener: Adding words to grammar slot
3993item 0: Jen Parker
3994item 1: John Martinez
3995item 2: Andrew Evans
3996G1Listener: Starting adding words to grammar slot
3997LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
3998G1Listener: onAddItemList
3999G1Listener: Finish adding words to grammar slot
4000ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
4001G1Listener: onCompileAllSlots
4002COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
4003SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
4004G1Listener: onSaved
4005SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
4006UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
4007G1Listener: onUnloaded
4008UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
4009CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
4010before CreateGrammar(/system/usr/srec/grammar3.g2g)
4011after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
4012G2Listener:  onLoaded
4013LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
4014RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
4015+recognize()
4016/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
4017MFRListener: onStarted()
4018-recognize()
4019onStarted
4020onBeginningOfSpeech
4021onEndOfSpeech
4022onRecognitionResult: 1
4023result 1:Andrew Evans:Andrew Evans:87
4024+onStopped()
4025RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
4026Saving.../system/usr/srec/R3_contactsTestSound.raw
4027-onStopped()
4028MFRListener: onStopped()
4029MFWListener: onStopped()
4030SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
4031UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
4032G2Listener:   onUnloaded
4033UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
4034LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
4035G2Listener:  onLoaded
4036LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
4037RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
4038+recognize()
4039/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
4040-recognize()
4041MFRListener: onStarted()
4042onStarted
4043onBeginningOfSpeech
4044MFRListener: onStopped()
4045onEndOfSpeech
4046onRecognitionResult: 1
4047result 1:forward:FWD:85
4048+onStopped()
4049RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
4050Saving.../system/usr/srec/R3_actionTestSound.raw
4051MFWListener: onStopped()
4052SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
4053UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
4054-onStopped()
4055G2Listener:   onUnloaded
4056UNLOADING_GRAMMAR2 --> MICROPHONE
4057Start recording...
4058MICROPHONE --> STATE_MICROPHONE_STARTING
4059MICListener: onStarted()
4060Record for 2 secs.
4061STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
4062MICROPHONE_RECORDING --> RECORDING_STOP
4063RECORDING_STOP --> STOPPING_MICROPHONE
4064MICListener: onStopped()
4065STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
4066Sleep 1800 ms (workaround for Sooner audio driver bug)
4067Woke up
4068MICListener: Saving record sound R3_microphoneTestSound.raw
4069STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
4070MFWListener: onStopped()
4071SAVING_RECORDED_AUDIO --> COMPARE_FILES
4072Compare MIC Files
4073/system/usr/srec/R3_microphoneTestSound.raw
4074Size:41004
4075COMPARE_FILES --> GET_PARAMS
4076GET_PARAMS --> GETTING_PARAMS
4077Retrieving parameter values...
4078onParametersGet:
4079CREC.Recognizer.non_terminal_timeout = 90
4080CREC.Recognizer.optional_terminal_timeout = 45
4081CREC.Recognizer.terminal_timeout = 30
4082CREC.Recognizer.eou_threshold = 120
4083SREC.Recognizer.utterance_timeout = 400
4084GETTING_PARAMS --> SET_PARAMS
4085SET_PARAMS --> SETTING_PARAMS
4086Setting new parameter values...
4087onParametersSet:
4088CREC.Recognizer.non_terminal_timeout = 400
4089CREC.Recognizer.terminal_timeout = 200
4090CREC.Recognizer.optional_terminal_timeout = 300
4091CREC.Recognizer.eou_threshold = 500
4092SREC.Recognizer.utterance_timeout = 100
4093SETTING_PARAMS --> RESET_PARAMS
4094RESET_PARAMS --> RESETTING_PARAMS
4095Setting new parameter values...
4096onParametersSet:
4097CREC.Recognizer.non_terminal_timeout = 90
4098CREC.Recognizer.terminal_timeout = 30
4099CREC.Recognizer.optional_terminal_timeout = 45
4100CREC.Recognizer.eou_threshold = 120
4101SREC.Recognizer.utterance_timeout = 400
4102RESETTING_PARAMS --> RESET
4103RESET --> SHOW_ITERATION
4104---------------------------------------
4105Iteration:33
4106---------------------------------------
4107SHOW_ITERATION --> CREATE_GRAMMAR1
4108before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4109after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4110CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
4111before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4112after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4113CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
4114LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
4115G1Listener: onLoaded
4116G1Listener: Adding words to grammar slot
4117item 0: Jen Parker
4118item 1: John Martinez
4119item 2: Andrew Evans
4120G1Listener: Starting adding words to grammar slot
4121LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
4122G1Listener: onAddItemList
4123G1Listener: Finish adding words to grammar slot
4124ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
4125G1Listener: onCompileAllSlots
4126COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
4127SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
4128G1Listener: onSaved
4129SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
4130UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
4131G1Listener: onUnloaded
4132UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
4133CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
4134before CreateGrammar(/system/usr/srec/grammar3.g2g)
4135after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
4136G2Listener:  onLoaded
4137LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
4138RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
4139+recognize()
4140/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
4141MFRListener: onStarted()
4142-recognize()
4143onStarted
4144onBeginningOfSpeech
4145MFRListener: onStopped()
4146onEndOfSpeech
4147onRecognitionResult: 1
4148result 1:phone delete Jen Parker:DEL Jen Parker:84
4149+onStopped()
4150RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
4151Saving.../system/usr/srec/R3_contactsTestSound.raw
4152-onStopped()
4153MFWListener: onStopped()
4154SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
4155UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
4156G2Listener:   onUnloaded
4157UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
4158LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
4159G2Listener:  onLoaded
4160LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
4161RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
4162+recognize()
4163/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
4164-recognize()
4165MFRListener: onStarted()
4166onStarted
4167onBeginningOfSpeech
4168MFRListener: onStopped()
4169onEndOfSpeech
4170onRecognitionResult: 1
4171result 1:traffic information:TRFI:90
4172+onStopped()
4173RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
4174Saving.../system/usr/srec/R3_actionTestSound.raw
4175-onStopped()
4176MFWListener: onStopped()
4177SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
4178UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
4179G2Listener:   onUnloaded
4180UNLOADING_GRAMMAR2 --> MICROPHONE
4181Start recording...
4182MICROPHONE --> STATE_MICROPHONE_STARTING
4183MICListener: onStarted()
4184Record for 2 secs.
4185STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
4186MICROPHONE_RECORDING --> RECORDING_STOP
4187RECORDING_STOP --> STOPPING_MICROPHONE
4188MICListener: onStopped()
4189STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
4190Sleep 1800 ms (workaround for Sooner audio driver bug)
4191Woke up
4192MICListener: Saving record sound R3_microphoneTestSound.raw
4193STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
4194MFWListener: onStopped()
4195SAVING_RECORDED_AUDIO --> COMPARE_FILES
4196Compare MIC Files
4197/system/usr/srec/R3_microphoneTestSound.raw
4198Size:41004
4199COMPARE_FILES --> GET_PARAMS
4200GET_PARAMS --> GETTING_PARAMS
4201Retrieving parameter values...
4202onParametersGet:
4203CREC.Recognizer.non_terminal_timeout = 90
4204CREC.Recognizer.optional_terminal_timeout = 45
4205CREC.Recognizer.terminal_timeout = 30
4206CREC.Recognizer.eou_threshold = 120
4207SREC.Recognizer.utterance_timeout = 400
4208GETTING_PARAMS --> SET_PARAMS
4209SET_PARAMS --> SETTING_PARAMS
4210Setting new parameter values...
4211onParametersSet:
4212CREC.Recognizer.non_terminal_timeout = 400
4213CREC.Recognizer.terminal_timeout = 200
4214CREC.Recognizer.optional_terminal_timeout = 300
4215CREC.Recognizer.eou_threshold = 500
4216SREC.Recognizer.utterance_timeout = 100
4217SETTING_PARAMS --> RESET_PARAMS
4218RESET_PARAMS --> RESETTING_PARAMS
4219Setting new parameter values...
4220onParametersSet:
4221CREC.Recognizer.non_terminal_timeout = 90
4222CREC.Recognizer.terminal_timeout = 30
4223CREC.Recognizer.optional_terminal_timeout = 45
4224CREC.Recognizer.eou_threshold = 120
4225SREC.Recognizer.utterance_timeout = 400
4226RESETTING_PARAMS --> RESET
4227RESET --> SHOW_ITERATION
4228---------------------------------------
4229Iteration:34
4230---------------------------------------
4231SHOW_ITERATION --> CREATE_GRAMMAR1
4232before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4233after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4234CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
4235before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4236after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4237CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
4238LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
4239G1Listener: onLoaded
4240G1Listener: Adding words to grammar slot
4241item 0: Jen Parker
4242item 1: John Martinez
4243item 2: Andrew Evans
4244G1Listener: Starting adding words to grammar slot
4245LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
4246G1Listener: onAddItemList
4247G1Listener: Finish adding words to grammar slot
4248ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
4249G1Listener: onCompileAllSlots
4250COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
4251SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
4252G1Listener: onSaved
4253SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
4254UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
4255G1Listener: onUnloaded
4256UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
4257CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
4258before CreateGrammar(/system/usr/srec/grammar3.g2g)
4259after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
4260G2Listener:  onLoaded
4261LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
4262RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
4263+recognize()
4264/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
4265MFRListener: onStarted()
4266-recognize()
4267onStarted
4268onBeginningOfSpeech
4269onEndOfSpeech
4270onRecognitionResult: 1
4271result 1:phone delete John Martinez:DEL John Martinez:88
4272+onStopped()
4273RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
4274Saving.../system/usr/srec/R3_contactsTestSound.raw
4275-onStopped()
4276MFRListener: onStopped()
4277MFWListener: onStopped()
4278SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
4279UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
4280G2Listener:   onUnloaded
4281UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
4282LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
4283G2Listener:  onLoaded
4284LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
4285RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
4286+recognize()
4287/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
4288-recognize()
4289MFRListener: onStarted()
4290onStarted
4291onBeginningOfSpeech
4292MFRListener: onStopped()
4293onEndOfSpeech
4294onRecognitionResult: 1
4295result 1:changer:CHANGER:90
4296+onStopped()
4297RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
4298Saving.../system/usr/srec/R3_actionTestSound.raw
4299MFWListener: onStopped()
4300SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
4301UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
4302-onStopped()
4303G2Listener:   onUnloaded
4304UNLOADING_GRAMMAR2 --> MICROPHONE
4305Start recording...
4306MICROPHONE --> STATE_MICROPHONE_STARTING
4307MICListener: onStarted()
4308Record for 2 secs.
4309STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
4310MICROPHONE_RECORDING --> RECORDING_STOP
4311RECORDING_STOP --> STOPPING_MICROPHONE
4312MICListener: onStopped()
4313STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
4314Sleep 1800 ms (workaround for Sooner audio driver bug)
4315Woke up
4316MICListener: Saving record sound R3_microphoneTestSound.raw
4317STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
4318MFWListener: onStopped()
4319SAVING_RECORDED_AUDIO --> COMPARE_FILES
4320Compare MIC Files
4321/system/usr/srec/R3_microphoneTestSound.raw
4322Size:41004
4323COMPARE_FILES --> GET_PARAMS
4324GET_PARAMS --> GETTING_PARAMS
4325Retrieving parameter values...
4326onParametersGet:
4327CREC.Recognizer.non_terminal_timeout = 90
4328CREC.Recognizer.optional_terminal_timeout = 45
4329CREC.Recognizer.terminal_timeout = 30
4330CREC.Recognizer.eou_threshold = 120
4331SREC.Recognizer.utterance_timeout = 400
4332GETTING_PARAMS --> SET_PARAMS
4333SET_PARAMS --> SETTING_PARAMS
4334Setting new parameter values...
4335onParametersSet:
4336CREC.Recognizer.non_terminal_timeout = 400
4337CREC.Recognizer.terminal_timeout = 200
4338CREC.Recognizer.optional_terminal_timeout = 300
4339CREC.Recognizer.eou_threshold = 500
4340SREC.Recognizer.utterance_timeout = 100
4341SETTING_PARAMS --> RESET_PARAMS
4342RESET_PARAMS --> RESETTING_PARAMS
4343Setting new parameter values...
4344onParametersSet:
4345CREC.Recognizer.non_terminal_timeout = 90
4346CREC.Recognizer.terminal_timeout = 30
4347CREC.Recognizer.optional_terminal_timeout = 45
4348CREC.Recognizer.eou_threshold = 120
4349SREC.Recognizer.utterance_timeout = 400
4350RESETTING_PARAMS --> RESET
4351RESET --> SHOW_ITERATION
4352---------------------------------------
4353Iteration:35
4354---------------------------------------
4355SHOW_ITERATION --> CREATE_GRAMMAR1
4356before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4357after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4358CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
4359before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4360after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4361CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
4362LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
4363G1Listener: onLoaded
4364G1Listener: Adding words to grammar slot
4365item 0: Jen Parker
4366item 1: John Martinez
4367item 2: Andrew Evans
4368G1Listener: Starting adding words to grammar slot
4369LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
4370G1Listener: onAddItemList
4371G1Listener: Finish adding words to grammar slot
4372ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
4373G1Listener: onCompileAllSlots
4374COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
4375SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
4376G1Listener: onSaved
4377SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
4378UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
4379G1Listener: onUnloaded
4380UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
4381CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
4382before CreateGrammar(/system/usr/srec/grammar3.g2g)
4383after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
4384G2Listener:  onLoaded
4385LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
4386RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
4387+recognize()
4388/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
4389MFRListener: onStarted()
4390-recognize()
4391onStarted
4392onBeginningOfSpeech
4393onEndOfSpeech
4394onRecognitionResult: 1
4395result 1:Andrew Evans:Andrew Evans:87
4396+onStopped()
4397RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
4398Saving.../system/usr/srec/R3_contactsTestSound.raw
4399-onStopped()
4400MFRListener: onStopped()
4401MFWListener: onStopped()
4402SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
4403UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
4404G2Listener:   onUnloaded
4405UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
4406LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
4407G2Listener:  onLoaded
4408LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
4409RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
4410+recognize()
4411/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
4412-recognize()
4413MFRListener: onStarted()
4414onStarted
4415onBeginningOfSpeech
4416MFRListener: onStopped()
4417onEndOfSpeech
4418onRecognitionResult: 1
4419result 1:forward:FWD:85
4420+onStopped()
4421RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
4422Saving.../system/usr/srec/R3_actionTestSound.raw
4423MFWListener: onStopped()
4424SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
4425UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
4426-onStopped()
4427G2Listener:   onUnloaded
4428UNLOADING_GRAMMAR2 --> MICROPHONE
4429Start recording...
4430MICROPHONE --> STATE_MICROPHONE_STARTING
4431MICListener: onStarted()
4432Record for 2 secs.
4433STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
4434MICROPHONE_RECORDING --> RECORDING_STOP
4435RECORDING_STOP --> STOPPING_MICROPHONE
4436MICListener: onStopped()
4437STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
4438Sleep 1800 ms (workaround for Sooner audio driver bug)
4439Woke up
4440MICListener: Saving record sound R3_microphoneTestSound.raw
4441STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
4442MFWListener: onStopped()
4443SAVING_RECORDED_AUDIO --> COMPARE_FILES
4444Compare MIC Files
4445/system/usr/srec/R3_microphoneTestSound.raw
4446Size:41004
4447COMPARE_FILES --> GET_PARAMS
4448GET_PARAMS --> GETTING_PARAMS
4449Retrieving parameter values...
4450onParametersGet:
4451CREC.Recognizer.non_terminal_timeout = 90
4452CREC.Recognizer.optional_terminal_timeout = 45
4453CREC.Recognizer.terminal_timeout = 30
4454CREC.Recognizer.eou_threshold = 120
4455SREC.Recognizer.utterance_timeout = 400
4456GETTING_PARAMS --> SET_PARAMS
4457SET_PARAMS --> SETTING_PARAMS
4458Setting new parameter values...
4459onParametersSet:
4460CREC.Recognizer.non_terminal_timeout = 400
4461CREC.Recognizer.terminal_timeout = 200
4462CREC.Recognizer.optional_terminal_timeout = 300
4463CREC.Recognizer.eou_threshold = 500
4464SREC.Recognizer.utterance_timeout = 100
4465SETTING_PARAMS --> RESET_PARAMS
4466RESET_PARAMS --> RESETTING_PARAMS
4467Setting new parameter values...
4468onParametersSet:
4469CREC.Recognizer.non_terminal_timeout = 90
4470CREC.Recognizer.terminal_timeout = 30
4471CREC.Recognizer.optional_terminal_timeout = 45
4472CREC.Recognizer.eou_threshold = 120
4473SREC.Recognizer.utterance_timeout = 400
4474RESETTING_PARAMS --> RESET
4475RESET --> SHOW_ITERATION
4476---------------------------------------
4477Iteration:36
4478---------------------------------------
4479SHOW_ITERATION --> CREATE_GRAMMAR1
4480before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4481after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4482CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
4483before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4484after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4485CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
4486LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
4487G1Listener: onLoaded
4488G1Listener: Adding words to grammar slot
4489item 0: Jen Parker
4490item 1: John Martinez
4491item 2: Andrew Evans
4492G1Listener: Starting adding words to grammar slot
4493LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
4494G1Listener: onAddItemList
4495G1Listener: Finish adding words to grammar slot
4496ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
4497G1Listener: onCompileAllSlots
4498COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
4499SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
4500G1Listener: onSaved
4501SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
4502UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
4503G1Listener: onUnloaded
4504UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
4505CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
4506before CreateGrammar(/system/usr/srec/grammar3.g2g)
4507after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
4508G2Listener:  onLoaded
4509LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
4510RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
4511+recognize()
4512/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
4513MFRListener: onStarted()
4514-recognize()
4515onStarted
4516onBeginningOfSpeech
4517MFRListener: onStopped()
4518onEndOfSpeech
4519onRecognitionResult: 1
4520result 1:phone delete Jen Parker:DEL Jen Parker:84
4521+onStopped()
4522RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
4523Saving.../system/usr/srec/R3_contactsTestSound.raw
4524-onStopped()
4525MFWListener: onStopped()
4526SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
4527UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
4528G2Listener:   onUnloaded
4529UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
4530LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
4531G2Listener:  onLoaded
4532LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
4533RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
4534+recognize()
4535/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
4536-recognize()
4537MFRListener: onStarted()
4538onStarted
4539onBeginningOfSpeech
4540MFRListener: onStopped()
4541onEndOfSpeech
4542onRecognitionResult: 1
4543result 1:traffic information:TRFI:90
4544+onStopped()
4545RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
4546Saving.../system/usr/srec/R3_actionTestSound.raw
4547-onStopped()
4548MFWListener: onStopped()
4549SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
4550UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
4551G2Listener:   onUnloaded
4552UNLOADING_GRAMMAR2 --> MICROPHONE
4553Start recording...
4554MICROPHONE --> STATE_MICROPHONE_STARTING
4555MICListener: onStarted()
4556Record for 2 secs.
4557STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
4558MICROPHONE_RECORDING --> RECORDING_STOP
4559RECORDING_STOP --> STOPPING_MICROPHONE
4560MICListener: onStopped()
4561STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
4562Sleep 1800 ms (workaround for Sooner audio driver bug)
4563Woke up
4564MICListener: Saving record sound R3_microphoneTestSound.raw
4565STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
4566MFWListener: onStopped()
4567SAVING_RECORDED_AUDIO --> COMPARE_FILES
4568Compare MIC Files
4569/system/usr/srec/R3_microphoneTestSound.raw
4570Size:41004
4571COMPARE_FILES --> GET_PARAMS
4572GET_PARAMS --> GETTING_PARAMS
4573Retrieving parameter values...
4574onParametersGet:
4575CREC.Recognizer.non_terminal_timeout = 90
4576CREC.Recognizer.optional_terminal_timeout = 45
4577CREC.Recognizer.terminal_timeout = 30
4578CREC.Recognizer.eou_threshold = 120
4579SREC.Recognizer.utterance_timeout = 400
4580GETTING_PARAMS --> SET_PARAMS
4581SET_PARAMS --> SETTING_PARAMS
4582Setting new parameter values...
4583onParametersSet:
4584CREC.Recognizer.non_terminal_timeout = 400
4585CREC.Recognizer.terminal_timeout = 200
4586CREC.Recognizer.optional_terminal_timeout = 300
4587CREC.Recognizer.eou_threshold = 500
4588SREC.Recognizer.utterance_timeout = 100
4589SETTING_PARAMS --> RESET_PARAMS
4590RESET_PARAMS --> RESETTING_PARAMS
4591Setting new parameter values...
4592onParametersSet:
4593CREC.Recognizer.non_terminal_timeout = 90
4594CREC.Recognizer.terminal_timeout = 30
4595CREC.Recognizer.optional_terminal_timeout = 45
4596CREC.Recognizer.eou_threshold = 120
4597SREC.Recognizer.utterance_timeout = 400
4598RESETTING_PARAMS --> RESET
4599RESET --> SHOW_ITERATION
4600---------------------------------------
4601Iteration:37
4602---------------------------------------
4603SHOW_ITERATION --> CREATE_GRAMMAR1
4604before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4605after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4606CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
4607before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4608after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4609CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
4610LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
4611G1Listener: onLoaded
4612G1Listener: Adding words to grammar slot
4613item 0: Jen Parker
4614item 1: John Martinez
4615item 2: Andrew Evans
4616G1Listener: Starting adding words to grammar slot
4617LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
4618G1Listener: onAddItemList
4619G1Listener: Finish adding words to grammar slot
4620ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
4621G1Listener: onCompileAllSlots
4622COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
4623SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
4624G1Listener: onSaved
4625SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
4626UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
4627G1Listener: onUnloaded
4628UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
4629CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
4630before CreateGrammar(/system/usr/srec/grammar3.g2g)
4631after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
4632G2Listener:  onLoaded
4633LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
4634RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
4635+recognize()
4636/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
4637MFRListener: onStarted()
4638-recognize()
4639onStarted
4640onBeginningOfSpeech
4641onEndOfSpeech
4642onRecognitionResult: 1
4643result 1:phone delete John Martinez:DEL John Martinez:88
4644+onStopped()
4645RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
4646Saving.../system/usr/srec/R3_contactsTestSound.raw
4647-onStopped()
4648MFRListener: onStopped()
4649MFWListener: onStopped()
4650SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
4651UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
4652G2Listener:   onUnloaded
4653UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
4654LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
4655G2Listener:  onLoaded
4656LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
4657RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
4658+recognize()
4659/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
4660-recognize()
4661MFRListener: onStarted()
4662onStarted
4663onBeginningOfSpeech
4664MFRListener: onStopped()
4665onEndOfSpeech
4666onRecognitionResult: 1
4667result 1:changer:CHANGER:90
4668+onStopped()
4669RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
4670Saving.../system/usr/srec/R3_actionTestSound.raw
4671-onStopped()
4672MFWListener: onStopped()
4673SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
4674UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
4675G2Listener:   onUnloaded
4676UNLOADING_GRAMMAR2 --> MICROPHONE
4677Start recording...
4678MICROPHONE --> STATE_MICROPHONE_STARTING
4679MICListener: onStarted()
4680Record for 2 secs.
4681STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
4682MICROPHONE_RECORDING --> RECORDING_STOP
4683RECORDING_STOP --> STOPPING_MICROPHONE
4684MICListener: onStopped()
4685STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
4686Sleep 1800 ms (workaround for Sooner audio driver bug)
4687Woke up
4688MICListener: Saving record sound R3_microphoneTestSound.raw
4689STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
4690MFWListener: onStopped()
4691SAVING_RECORDED_AUDIO --> COMPARE_FILES
4692Compare MIC Files
4693/system/usr/srec/R3_microphoneTestSound.raw
4694Size:41004
4695COMPARE_FILES --> GET_PARAMS
4696GET_PARAMS --> GETTING_PARAMS
4697Retrieving parameter values...
4698onParametersGet:
4699CREC.Recognizer.non_terminal_timeout = 90
4700CREC.Recognizer.optional_terminal_timeout = 45
4701CREC.Recognizer.terminal_timeout = 30
4702CREC.Recognizer.eou_threshold = 120
4703SREC.Recognizer.utterance_timeout = 400
4704GETTING_PARAMS --> SET_PARAMS
4705SET_PARAMS --> SETTING_PARAMS
4706Setting new parameter values...
4707onParametersSet:
4708CREC.Recognizer.non_terminal_timeout = 400
4709CREC.Recognizer.terminal_timeout = 200
4710CREC.Recognizer.optional_terminal_timeout = 300
4711CREC.Recognizer.eou_threshold = 500
4712SREC.Recognizer.utterance_timeout = 100
4713SETTING_PARAMS --> RESET_PARAMS
4714RESET_PARAMS --> RESETTING_PARAMS
4715Setting new parameter values...
4716onParametersSet:
4717CREC.Recognizer.non_terminal_timeout = 90
4718CREC.Recognizer.terminal_timeout = 30
4719CREC.Recognizer.optional_terminal_timeout = 45
4720CREC.Recognizer.eou_threshold = 120
4721SREC.Recognizer.utterance_timeout = 400
4722RESETTING_PARAMS --> RESET
4723RESET --> SHOW_ITERATION
4724---------------------------------------
4725Iteration:38
4726---------------------------------------
4727SHOW_ITERATION --> CREATE_GRAMMAR1
4728before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4729after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4730CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
4731before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4732after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4733CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
4734LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
4735G1Listener: onLoaded
4736G1Listener: Adding words to grammar slot
4737item 0: Jen Parker
4738item 1: John Martinez
4739item 2: Andrew Evans
4740G1Listener: Starting adding words to grammar slot
4741LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
4742G1Listener: onAddItemList
4743G1Listener: Finish adding words to grammar slot
4744ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
4745G1Listener: onCompileAllSlots
4746COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
4747SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
4748G1Listener: onSaved
4749SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
4750UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
4751G1Listener: onUnloaded
4752UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
4753CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
4754before CreateGrammar(/system/usr/srec/grammar3.g2g)
4755after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
4756G2Listener:  onLoaded
4757LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
4758RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
4759+recognize()
4760/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
4761MFRListener: onStarted()
4762-recognize()
4763onStarted
4764onBeginningOfSpeech
4765onEndOfSpeech
4766onRecognitionResult: 1
4767result 1:Andrew Evans:Andrew Evans:87
4768+onStopped()
4769RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
4770Saving.../system/usr/srec/R3_contactsTestSound.raw
4771-onStopped()
4772MFRListener: onStopped()
4773MFWListener: onStopped()
4774SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
4775UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
4776G2Listener:   onUnloaded
4777UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
4778LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
4779G2Listener:  onLoaded
4780LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
4781RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
4782+recognize()
4783/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
4784-recognize()
4785MFRListener: onStarted()
4786onStarted
4787onBeginningOfSpeech
4788MFRListener: onStopped()
4789onEndOfSpeech
4790onRecognitionResult: 1
4791result 1:forward:FWD:85
4792+onStopped()
4793RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
4794Saving.../system/usr/srec/R3_actionTestSound.raw
4795-onStopped()
4796MFWListener: onStopped()
4797SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
4798UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
4799G2Listener:   onUnloaded
4800UNLOADING_GRAMMAR2 --> MICROPHONE
4801Start recording...
4802MICROPHONE --> STATE_MICROPHONE_STARTING
4803MICListener: onStarted()
4804Record for 2 secs.
4805STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
4806MICROPHONE_RECORDING --> RECORDING_STOP
4807RECORDING_STOP --> STOPPING_MICROPHONE
4808MICListener: onStopped()
4809STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
4810Sleep 1800 ms (workaround for Sooner audio driver bug)
4811Woke up
4812MICListener: Saving record sound R3_microphoneTestSound.raw
4813STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
4814MFWListener: onStopped()
4815SAVING_RECORDED_AUDIO --> COMPARE_FILES
4816Compare MIC Files
4817/system/usr/srec/R3_microphoneTestSound.raw
4818Size:41004
4819COMPARE_FILES --> GET_PARAMS
4820GET_PARAMS --> GETTING_PARAMS
4821Retrieving parameter values...
4822onParametersGet:
4823CREC.Recognizer.non_terminal_timeout = 90
4824CREC.Recognizer.optional_terminal_timeout = 45
4825CREC.Recognizer.terminal_timeout = 30
4826CREC.Recognizer.eou_threshold = 120
4827SREC.Recognizer.utterance_timeout = 400
4828GETTING_PARAMS --> SET_PARAMS
4829SET_PARAMS --> SETTING_PARAMS
4830Setting new parameter values...
4831onParametersSet:
4832CREC.Recognizer.non_terminal_timeout = 400
4833CREC.Recognizer.terminal_timeout = 200
4834CREC.Recognizer.optional_terminal_timeout = 300
4835CREC.Recognizer.eou_threshold = 500
4836SREC.Recognizer.utterance_timeout = 100
4837SETTING_PARAMS --> RESET_PARAMS
4838RESET_PARAMS --> RESETTING_PARAMS
4839Setting new parameter values...
4840onParametersSet:
4841CREC.Recognizer.non_terminal_timeout = 90
4842CREC.Recognizer.terminal_timeout = 30
4843CREC.Recognizer.optional_terminal_timeout = 45
4844CREC.Recognizer.eou_threshold = 120
4845SREC.Recognizer.utterance_timeout = 400
4846RESETTING_PARAMS --> RESET
4847RESET --> SHOW_ITERATION
4848---------------------------------------
4849Iteration:39
4850---------------------------------------
4851SHOW_ITERATION --> CREATE_GRAMMAR1
4852before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4853after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4854CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
4855before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4856after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4857CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
4858LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
4859G1Listener: onLoaded
4860G1Listener: Adding words to grammar slot
4861item 0: Jen Parker
4862item 1: John Martinez
4863item 2: Andrew Evans
4864G1Listener: Starting adding words to grammar slot
4865LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
4866G1Listener: onAddItemList
4867G1Listener: Finish adding words to grammar slot
4868ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
4869G1Listener: onCompileAllSlots
4870COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
4871SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
4872G1Listener: onSaved
4873SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
4874UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
4875G1Listener: onUnloaded
4876UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
4877CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
4878before CreateGrammar(/system/usr/srec/grammar3.g2g)
4879after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
4880G2Listener:  onLoaded
4881LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
4882RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
4883+recognize()
4884/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
4885MFRListener: onStarted()
4886-recognize()
4887onStarted
4888onBeginningOfSpeech
4889MFRListener: onStopped()
4890onEndOfSpeech
4891onRecognitionResult: 1
4892result 1:phone delete Jen Parker:DEL Jen Parker:84
4893+onStopped()
4894RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
4895Saving.../system/usr/srec/R3_contactsTestSound.raw
4896-onStopped()
4897MFWListener: onStopped()
4898SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
4899UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
4900G2Listener:   onUnloaded
4901UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
4902LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
4903G2Listener:  onLoaded
4904LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
4905RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
4906+recognize()
4907/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
4908-recognize()
4909MFRListener: onStarted()
4910onStarted
4911onBeginningOfSpeech
4912MFRListener: onStopped()
4913onEndOfSpeech
4914onRecognitionResult: 1
4915result 1:traffic information:TRFI:90
4916+onStopped()
4917RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
4918Saving.../system/usr/srec/R3_actionTestSound.raw
4919-onStopped()
4920MFWListener: onStopped()
4921SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
4922UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
4923G2Listener:   onUnloaded
4924UNLOADING_GRAMMAR2 --> MICROPHONE
4925Start recording...
4926MICROPHONE --> STATE_MICROPHONE_STARTING
4927MICListener: onStarted()
4928Record for 2 secs.
4929STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
4930MICROPHONE_RECORDING --> RECORDING_STOP
4931RECORDING_STOP --> STOPPING_MICROPHONE
4932MICListener: onStopped()
4933STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
4934Sleep 1800 ms (workaround for Sooner audio driver bug)
4935Woke up
4936MICListener: Saving record sound R3_microphoneTestSound.raw
4937STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
4938MFWListener: onStopped()
4939SAVING_RECORDED_AUDIO --> COMPARE_FILES
4940Compare MIC Files
4941/system/usr/srec/R3_microphoneTestSound.raw
4942Size:41004
4943COMPARE_FILES --> GET_PARAMS
4944GET_PARAMS --> GETTING_PARAMS
4945Retrieving parameter values...
4946onParametersGet:
4947CREC.Recognizer.non_terminal_timeout = 90
4948CREC.Recognizer.optional_terminal_timeout = 45
4949CREC.Recognizer.terminal_timeout = 30
4950CREC.Recognizer.eou_threshold = 120
4951SREC.Recognizer.utterance_timeout = 400
4952GETTING_PARAMS --> SET_PARAMS
4953SET_PARAMS --> SETTING_PARAMS
4954Setting new parameter values...
4955onParametersSet:
4956CREC.Recognizer.non_terminal_timeout = 400
4957CREC.Recognizer.terminal_timeout = 200
4958CREC.Recognizer.optional_terminal_timeout = 300
4959CREC.Recognizer.eou_threshold = 500
4960SREC.Recognizer.utterance_timeout = 100
4961SETTING_PARAMS --> RESET_PARAMS
4962RESET_PARAMS --> RESETTING_PARAMS
4963Setting new parameter values...
4964onParametersSet:
4965CREC.Recognizer.non_terminal_timeout = 90
4966CREC.Recognizer.terminal_timeout = 30
4967CREC.Recognizer.optional_terminal_timeout = 45
4968CREC.Recognizer.eou_threshold = 120
4969SREC.Recognizer.utterance_timeout = 400
4970RESETTING_PARAMS --> RESET
4971RESET --> SHOW_ITERATION
4972---------------------------------------
4973Iteration:40
4974---------------------------------------
4975SHOW_ITERATION --> CREATE_GRAMMAR1
4976before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4977after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4978CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
4979before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4980after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
4981CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
4982LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
4983G1Listener: onLoaded
4984G1Listener: Adding words to grammar slot
4985item 0: Jen Parker
4986item 1: John Martinez
4987item 2: Andrew Evans
4988G1Listener: Starting adding words to grammar slot
4989LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
4990G1Listener: onAddItemList
4991G1Listener: Finish adding words to grammar slot
4992ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
4993G1Listener: onCompileAllSlots
4994COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
4995SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
4996G1Listener: onSaved
4997SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
4998UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
4999G1Listener: onUnloaded
5000UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
5001CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
5002before CreateGrammar(/system/usr/srec/grammar3.g2g)
5003after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
5004G2Listener:  onLoaded
5005LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
5006RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
5007+recognize()
5008/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
5009MFRListener: onStarted()
5010-recognize()
5011onStarted
5012onBeginningOfSpeech
5013onEndOfSpeech
5014onRecognitionResult: 1
5015result 1:phone delete John Martinez:DEL John Martinez:88
5016+onStopped()
5017RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
5018Saving.../system/usr/srec/R3_contactsTestSound.raw
5019-onStopped()
5020MFRListener: onStopped()
5021MFWListener: onStopped()
5022SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
5023UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
5024G2Listener:   onUnloaded
5025UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
5026LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
5027G2Listener:  onLoaded
5028LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
5029RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
5030+recognize()
5031/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
5032MFRListener: onStarted()
5033-recognize()
5034onStarted
5035onBeginningOfSpeech
5036MFRListener: onStopped()
5037onEndOfSpeech
5038onRecognitionResult: 1
5039result 1:changer:CHANGER:90
5040+onStopped()
5041RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
5042Saving.../system/usr/srec/R3_actionTestSound.raw
5043-onStopped()
5044MFWListener: onStopped()
5045SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
5046UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
5047G2Listener:   onUnloaded
5048UNLOADING_GRAMMAR2 --> MICROPHONE
5049Start recording...
5050MICROPHONE --> STATE_MICROPHONE_STARTING
5051MICListener: onStarted()
5052Record for 2 secs.
5053STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
5054MICROPHONE_RECORDING --> RECORDING_STOP
5055RECORDING_STOP --> STOPPING_MICROPHONE
5056MICListener: onStopped()
5057STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
5058Sleep 1800 ms (workaround for Sooner audio driver bug)
5059Woke up
5060MICListener: Saving record sound R3_microphoneTestSound.raw
5061STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
5062MFWListener: onStopped()
5063SAVING_RECORDED_AUDIO --> COMPARE_FILES
5064Compare MIC Files
5065/system/usr/srec/R3_microphoneTestSound.raw
5066Size:41004
5067COMPARE_FILES --> GET_PARAMS
5068GET_PARAMS --> GETTING_PARAMS
5069Retrieving parameter values...
5070onParametersGet:
5071CREC.Recognizer.non_terminal_timeout = 90
5072CREC.Recognizer.optional_terminal_timeout = 45
5073CREC.Recognizer.terminal_timeout = 30
5074CREC.Recognizer.eou_threshold = 120
5075SREC.Recognizer.utterance_timeout = 400
5076GETTING_PARAMS --> SET_PARAMS
5077SET_PARAMS --> SETTING_PARAMS
5078Setting new parameter values...
5079onParametersSet:
5080CREC.Recognizer.non_terminal_timeout = 400
5081CREC.Recognizer.terminal_timeout = 200
5082CREC.Recognizer.optional_terminal_timeout = 300
5083CREC.Recognizer.eou_threshold = 500
5084SREC.Recognizer.utterance_timeout = 100
5085SETTING_PARAMS --> RESET_PARAMS
5086RESET_PARAMS --> RESETTING_PARAMS
5087Setting new parameter values...
5088onParametersSet:
5089CREC.Recognizer.non_terminal_timeout = 90
5090CREC.Recognizer.terminal_timeout = 30
5091CREC.Recognizer.optional_terminal_timeout = 45
5092CREC.Recognizer.eou_threshold = 120
5093SREC.Recognizer.utterance_timeout = 400
5094RESETTING_PARAMS --> RESET
5095RESET --> SHOW_ITERATION
5096---------------------------------------
5097Iteration:41
5098---------------------------------------
5099SHOW_ITERATION --> CREATE_GRAMMAR1
5100before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5101after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5102CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
5103before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5104after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5105CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
5106LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
5107G1Listener: onLoaded
5108G1Listener: Adding words to grammar slot
5109item 0: Jen Parker
5110item 1: John Martinez
5111item 2: Andrew Evans
5112G1Listener: Starting adding words to grammar slot
5113LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
5114G1Listener: onAddItemList
5115G1Listener: Finish adding words to grammar slot
5116ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
5117G1Listener: onCompileAllSlots
5118COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
5119SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
5120G1Listener: onSaved
5121SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
5122UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
5123G1Listener: onUnloaded
5124UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
5125CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
5126before CreateGrammar(/system/usr/srec/grammar3.g2g)
5127after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
5128G2Listener:  onLoaded
5129LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
5130RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
5131+recognize()
5132/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
5133MFRListener: onStarted()
5134-recognize()
5135onStarted
5136onBeginningOfSpeech
5137onEndOfSpeech
5138onRecognitionResult: 1
5139result 1:Andrew Evans:Andrew Evans:87
5140+onStopped()
5141RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
5142Saving.../system/usr/srec/R3_contactsTestSound.raw
5143-onStopped()
5144MFRListener: onStopped()
5145MFWListener: onStopped()
5146SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
5147UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
5148G2Listener:   onUnloaded
5149UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
5150LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
5151G2Listener:  onLoaded
5152LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
5153RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
5154+recognize()
5155/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
5156MFRListener: onStarted()
5157-recognize()
5158onStarted
5159onBeginningOfSpeech
5160MFRListener: onStopped()
5161onEndOfSpeech
5162onRecognitionResult: 1
5163result 1:forward:FWD:85
5164+onStopped()
5165RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
5166Saving.../system/usr/srec/R3_actionTestSound.raw
5167-onStopped()
5168MFWListener: onStopped()
5169SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
5170UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
5171G2Listener:   onUnloaded
5172UNLOADING_GRAMMAR2 --> MICROPHONE
5173Start recording...
5174MICROPHONE --> STATE_MICROPHONE_STARTING
5175MICListener: onStarted()
5176Record for 2 secs.
5177STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
5178MICROPHONE_RECORDING --> RECORDING_STOP
5179RECORDING_STOP --> STOPPING_MICROPHONE
5180MICListener: onStopped()
5181STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
5182Sleep 1800 ms (workaround for Sooner audio driver bug)
5183Woke up
5184MICListener: Saving record sound R3_microphoneTestSound.raw
5185STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
5186MFWListener: onStopped()
5187SAVING_RECORDED_AUDIO --> COMPARE_FILES
5188Compare MIC Files
5189/system/usr/srec/R3_microphoneTestSound.raw
5190Size:41004
5191COMPARE_FILES --> GET_PARAMS
5192GET_PARAMS --> GETTING_PARAMS
5193Retrieving parameter values...
5194onParametersGet:
5195CREC.Recognizer.non_terminal_timeout = 90
5196CREC.Recognizer.optional_terminal_timeout = 45
5197CREC.Recognizer.terminal_timeout = 30
5198CREC.Recognizer.eou_threshold = 120
5199SREC.Recognizer.utterance_timeout = 400
5200GETTING_PARAMS --> SET_PARAMS
5201SET_PARAMS --> SETTING_PARAMS
5202Setting new parameter values...
5203onParametersSet:
5204CREC.Recognizer.non_terminal_timeout = 400
5205CREC.Recognizer.terminal_timeout = 200
5206CREC.Recognizer.optional_terminal_timeout = 300
5207CREC.Recognizer.eou_threshold = 500
5208SREC.Recognizer.utterance_timeout = 100
5209SETTING_PARAMS --> RESET_PARAMS
5210RESET_PARAMS --> RESETTING_PARAMS
5211Setting new parameter values...
5212onParametersSet:
5213CREC.Recognizer.non_terminal_timeout = 90
5214CREC.Recognizer.terminal_timeout = 30
5215CREC.Recognizer.optional_terminal_timeout = 45
5216CREC.Recognizer.eou_threshold = 120
5217SREC.Recognizer.utterance_timeout = 400
5218RESETTING_PARAMS --> RESET
5219RESET --> SHOW_ITERATION
5220---------------------------------------
5221Iteration:42
5222---------------------------------------
5223SHOW_ITERATION --> CREATE_GRAMMAR1
5224before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5225after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5226CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
5227before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5228after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5229CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
5230LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
5231G1Listener: onLoaded
5232G1Listener: Adding words to grammar slot
5233item 0: Jen Parker
5234item 1: John Martinez
5235item 2: Andrew Evans
5236G1Listener: Starting adding words to grammar slot
5237LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
5238G1Listener: onAddItemList
5239G1Listener: Finish adding words to grammar slot
5240ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
5241G1Listener: onCompileAllSlots
5242COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
5243SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
5244G1Listener: onSaved
5245SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
5246UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
5247G1Listener: onUnloaded
5248UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
5249CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
5250before CreateGrammar(/system/usr/srec/grammar3.g2g)
5251after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
5252G2Listener:  onLoaded
5253LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
5254RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
5255+recognize()
5256/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
5257MFRListener: onStarted()
5258-recognize()
5259onStarted
5260onBeginningOfSpeech
5261MFRListener: onStopped()
5262onEndOfSpeech
5263onRecognitionResult: 1
5264result 1:phone delete Jen Parker:DEL Jen Parker:84
5265+onStopped()
5266RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
5267Saving.../system/usr/srec/R3_contactsTestSound.raw
5268-onStopped()
5269MFWListener: onStopped()
5270SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
5271UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
5272G2Listener:   onUnloaded
5273UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
5274LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
5275G2Listener:  onLoaded
5276LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
5277RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
5278+recognize()
5279/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
5280-recognize()
5281MFRListener: onStarted()
5282onStarted
5283onBeginningOfSpeech
5284MFRListener: onStopped()
5285onEndOfSpeech
5286onRecognitionResult: 1
5287result 1:traffic information:TRFI:90
5288+onStopped()
5289RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
5290Saving.../system/usr/srec/R3_actionTestSound.raw
5291-onStopped()
5292MFWListener: onStopped()
5293SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
5294UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
5295G2Listener:   onUnloaded
5296UNLOADING_GRAMMAR2 --> MICROPHONE
5297Start recording...
5298MICROPHONE --> STATE_MICROPHONE_STARTING
5299MICListener: onStarted()
5300Record for 2 secs.
5301STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
5302MICROPHONE_RECORDING --> RECORDING_STOP
5303RECORDING_STOP --> STOPPING_MICROPHONE
5304MICListener: onStopped()
5305STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
5306Sleep 1800 ms (workaround for Sooner audio driver bug)
5307Woke up
5308MICListener: Saving record sound R3_microphoneTestSound.raw
5309STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
5310MFWListener: onStopped()
5311SAVING_RECORDED_AUDIO --> COMPARE_FILES
5312Compare MIC Files
5313/system/usr/srec/R3_microphoneTestSound.raw
5314Size:41004
5315COMPARE_FILES --> GET_PARAMS
5316GET_PARAMS --> GETTING_PARAMS
5317Retrieving parameter values...
5318onParametersGet:
5319CREC.Recognizer.non_terminal_timeout = 90
5320CREC.Recognizer.optional_terminal_timeout = 45
5321CREC.Recognizer.terminal_timeout = 30
5322CREC.Recognizer.eou_threshold = 120
5323SREC.Recognizer.utterance_timeout = 400
5324GETTING_PARAMS --> SET_PARAMS
5325SET_PARAMS --> SETTING_PARAMS
5326Setting new parameter values...
5327onParametersSet:
5328CREC.Recognizer.non_terminal_timeout = 400
5329CREC.Recognizer.terminal_timeout = 200
5330CREC.Recognizer.optional_terminal_timeout = 300
5331CREC.Recognizer.eou_threshold = 500
5332SREC.Recognizer.utterance_timeout = 100
5333SETTING_PARAMS --> RESET_PARAMS
5334RESET_PARAMS --> RESETTING_PARAMS
5335Setting new parameter values...
5336onParametersSet:
5337CREC.Recognizer.non_terminal_timeout = 90
5338CREC.Recognizer.terminal_timeout = 30
5339CREC.Recognizer.optional_terminal_timeout = 45
5340CREC.Recognizer.eou_threshold = 120
5341SREC.Recognizer.utterance_timeout = 400
5342RESETTING_PARAMS --> RESET
5343RESET --> SHOW_ITERATION
5344---------------------------------------
5345Iteration:43
5346---------------------------------------
5347SHOW_ITERATION --> CREATE_GRAMMAR1
5348before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5349after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5350CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
5351before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5352after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5353CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
5354LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
5355G1Listener: onLoaded
5356G1Listener: Adding words to grammar slot
5357item 0: Jen Parker
5358item 1: John Martinez
5359item 2: Andrew Evans
5360G1Listener: Starting adding words to grammar slot
5361LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
5362G1Listener: onAddItemList
5363G1Listener: Finish adding words to grammar slot
5364ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
5365G1Listener: onCompileAllSlots
5366COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
5367SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
5368G1Listener: onSaved
5369SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
5370UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
5371G1Listener: onUnloaded
5372UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
5373CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
5374before CreateGrammar(/system/usr/srec/grammar3.g2g)
5375after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
5376G2Listener:  onLoaded
5377LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
5378RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
5379+recognize()
5380/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
5381MFRListener: onStarted()
5382-recognize()
5383onStarted
5384onBeginningOfSpeech
5385onEndOfSpeech
5386onRecognitionResult: 1
5387result 1:phone delete John Martinez:DEL John Martinez:88
5388+onStopped()
5389RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
5390Saving.../system/usr/srec/R3_contactsTestSound.raw
5391-onStopped()
5392MFRListener: onStopped()
5393MFWListener: onStopped()
5394SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
5395UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
5396G2Listener:   onUnloaded
5397UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
5398LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
5399G2Listener:  onLoaded
5400LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
5401RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
5402+recognize()
5403/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
5404MFRListener: onStarted()
5405-recognize()
5406onStarted
5407onBeginningOfSpeech
5408MFRListener: onStopped()
5409onEndOfSpeech
5410onRecognitionResult: 1
5411result 1:changer:CHANGER:90
5412+onStopped()
5413RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
5414Saving.../system/usr/srec/R3_actionTestSound.raw
5415-onStopped()
5416MFWListener: onStopped()
5417SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
5418UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
5419G2Listener:   onUnloaded
5420UNLOADING_GRAMMAR2 --> MICROPHONE
5421Start recording...
5422MICROPHONE --> STATE_MICROPHONE_STARTING
5423MICListener: onStarted()
5424Record for 2 secs.
5425STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
5426MICROPHONE_RECORDING --> RECORDING_STOP
5427RECORDING_STOP --> STOPPING_MICROPHONE
5428MICListener: onStopped()
5429STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
5430Sleep 1800 ms (workaround for Sooner audio driver bug)
5431Woke up
5432MICListener: Saving record sound R3_microphoneTestSound.raw
5433STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
5434MFWListener: onStopped()
5435SAVING_RECORDED_AUDIO --> COMPARE_FILES
5436Compare MIC Files
5437/system/usr/srec/R3_microphoneTestSound.raw
5438Size:41004
5439COMPARE_FILES --> GET_PARAMS
5440GET_PARAMS --> GETTING_PARAMS
5441Retrieving parameter values...
5442onParametersGet:
5443CREC.Recognizer.non_terminal_timeout = 90
5444CREC.Recognizer.optional_terminal_timeout = 45
5445CREC.Recognizer.terminal_timeout = 30
5446CREC.Recognizer.eou_threshold = 120
5447SREC.Recognizer.utterance_timeout = 400
5448GETTING_PARAMS --> SET_PARAMS
5449SET_PARAMS --> SETTING_PARAMS
5450Setting new parameter values...
5451onParametersSet:
5452CREC.Recognizer.non_terminal_timeout = 400
5453CREC.Recognizer.terminal_timeout = 200
5454CREC.Recognizer.optional_terminal_timeout = 300
5455CREC.Recognizer.eou_threshold = 500
5456SREC.Recognizer.utterance_timeout = 100
5457SETTING_PARAMS --> RESET_PARAMS
5458RESET_PARAMS --> RESETTING_PARAMS
5459Setting new parameter values...
5460onParametersSet:
5461CREC.Recognizer.non_terminal_timeout = 90
5462CREC.Recognizer.terminal_timeout = 30
5463CREC.Recognizer.optional_terminal_timeout = 45
5464CREC.Recognizer.eou_threshold = 120
5465SREC.Recognizer.utterance_timeout = 400
5466RESETTING_PARAMS --> RESET
5467RESET --> SHOW_ITERATION
5468---------------------------------------
5469Iteration:44
5470---------------------------------------
5471SHOW_ITERATION --> CREATE_GRAMMAR1
5472before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5473after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5474CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
5475before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5476after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5477CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
5478LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
5479G1Listener: onLoaded
5480G1Listener: Adding words to grammar slot
5481item 0: Jen Parker
5482item 1: John Martinez
5483item 2: Andrew Evans
5484G1Listener: Starting adding words to grammar slot
5485LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
5486G1Listener: onAddItemList
5487G1Listener: Finish adding words to grammar slot
5488ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
5489G1Listener: onCompileAllSlots
5490COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
5491SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
5492G1Listener: onSaved
5493SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
5494UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
5495G1Listener: onUnloaded
5496UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
5497CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
5498before CreateGrammar(/system/usr/srec/grammar3.g2g)
5499after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
5500G2Listener:  onLoaded
5501LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
5502RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
5503+recognize()
5504/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
5505MFRListener: onStarted()
5506-recognize()
5507onStarted
5508onBeginningOfSpeech
5509onEndOfSpeech
5510onRecognitionResult: 1
5511result 1:Andrew Evans:Andrew Evans:87
5512+onStopped()
5513RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
5514Saving.../system/usr/srec/R3_contactsTestSound.raw
5515-onStopped()
5516MFRListener: onStopped()
5517MFWListener: onStopped()
5518SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
5519UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
5520G2Listener:   onUnloaded
5521UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
5522LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
5523G2Listener:  onLoaded
5524LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
5525RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
5526+recognize()
5527/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
5528-recognize()
5529MFRListener: onStarted()
5530onStarted
5531onBeginningOfSpeech
5532MFRListener: onStopped()
5533onEndOfSpeech
5534onRecognitionResult: 1
5535result 1:forward:FWD:85
5536+onStopped()
5537RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
5538Saving.../system/usr/srec/R3_actionTestSound.raw
5539-onStopped()
5540MFWListener: onStopped()
5541SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
5542UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
5543G2Listener:   onUnloaded
5544UNLOADING_GRAMMAR2 --> MICROPHONE
5545Start recording...
5546MICROPHONE --> STATE_MICROPHONE_STARTING
5547MICListener: onStarted()
5548Record for 2 secs.
5549STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
5550MICROPHONE_RECORDING --> RECORDING_STOP
5551RECORDING_STOP --> STOPPING_MICROPHONE
5552MICListener: onStopped()
5553STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
5554Sleep 1800 ms (workaround for Sooner audio driver bug)
5555Woke up
5556MICListener: Saving record sound R3_microphoneTestSound.raw
5557STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
5558MFWListener: onStopped()
5559SAVING_RECORDED_AUDIO --> COMPARE_FILES
5560Compare MIC Files
5561/system/usr/srec/R3_microphoneTestSound.raw
5562Size:41004
5563COMPARE_FILES --> GET_PARAMS
5564GET_PARAMS --> GETTING_PARAMS
5565Retrieving parameter values...
5566onParametersGet:
5567CREC.Recognizer.non_terminal_timeout = 90
5568CREC.Recognizer.optional_terminal_timeout = 45
5569CREC.Recognizer.terminal_timeout = 30
5570CREC.Recognizer.eou_threshold = 120
5571SREC.Recognizer.utterance_timeout = 400
5572GETTING_PARAMS --> SET_PARAMS
5573SET_PARAMS --> SETTING_PARAMS
5574Setting new parameter values...
5575onParametersSet:
5576CREC.Recognizer.non_terminal_timeout = 400
5577CREC.Recognizer.terminal_timeout = 200
5578CREC.Recognizer.optional_terminal_timeout = 300
5579CREC.Recognizer.eou_threshold = 500
5580SREC.Recognizer.utterance_timeout = 100
5581SETTING_PARAMS --> RESET_PARAMS
5582RESET_PARAMS --> RESETTING_PARAMS
5583Setting new parameter values...
5584onParametersSet:
5585CREC.Recognizer.non_terminal_timeout = 90
5586CREC.Recognizer.terminal_timeout = 30
5587CREC.Recognizer.optional_terminal_timeout = 45
5588CREC.Recognizer.eou_threshold = 120
5589SREC.Recognizer.utterance_timeout = 400
5590RESETTING_PARAMS --> RESET
5591RESET --> SHOW_ITERATION
5592---------------------------------------
5593Iteration:45
5594---------------------------------------
5595SHOW_ITERATION --> CREATE_GRAMMAR1
5596before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5597after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5598CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
5599before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5600after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5601CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
5602LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
5603G1Listener: onLoaded
5604G1Listener: Adding words to grammar slot
5605item 0: Jen Parker
5606item 1: John Martinez
5607item 2: Andrew Evans
5608G1Listener: Starting adding words to grammar slot
5609LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
5610G1Listener: onAddItemList
5611G1Listener: Finish adding words to grammar slot
5612ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
5613G1Listener: onCompileAllSlots
5614COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
5615SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
5616G1Listener: onSaved
5617SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
5618UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
5619G1Listener: onUnloaded
5620UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
5621CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
5622before CreateGrammar(/system/usr/srec/grammar3.g2g)
5623after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
5624G2Listener:  onLoaded
5625LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
5626RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
5627+recognize()
5628/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
5629MFRListener: onStarted()
5630-recognize()
5631onStarted
5632onBeginningOfSpeech
5633MFRListener: onStopped()
5634onEndOfSpeech
5635onRecognitionResult: 1
5636result 1:phone delete Jen Parker:DEL Jen Parker:84
5637+onStopped()
5638RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
5639Saving.../system/usr/srec/R3_contactsTestSound.raw
5640-onStopped()
5641MFWListener: onStopped()
5642SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
5643UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
5644G2Listener:   onUnloaded
5645UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
5646LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
5647G2Listener:  onLoaded
5648LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
5649RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
5650+recognize()
5651/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
5652MFRListener: onStarted()
5653onStarted
5654-recognize()
5655onBeginningOfSpeech
5656MFRListener: onStopped()
5657onEndOfSpeech
5658onRecognitionResult: 1
5659result 1:traffic information:TRFI:90
5660+onStopped()
5661RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
5662Saving.../system/usr/srec/R3_actionTestSound.raw
5663-onStopped()
5664MFWListener: onStopped()
5665SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
5666UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
5667G2Listener:   onUnloaded
5668UNLOADING_GRAMMAR2 --> MICROPHONE
5669Start recording...
5670MICROPHONE --> STATE_MICROPHONE_STARTING
5671MICListener: onStarted()
5672Record for 2 secs.
5673STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
5674MICROPHONE_RECORDING --> RECORDING_STOP
5675RECORDING_STOP --> STOPPING_MICROPHONE
5676MICListener: onStopped()
5677STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
5678Sleep 1800 ms (workaround for Sooner audio driver bug)
5679Woke up
5680MICListener: Saving record sound R3_microphoneTestSound.raw
5681STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
5682MFWListener: onStopped()
5683SAVING_RECORDED_AUDIO --> COMPARE_FILES
5684Compare MIC Files
5685/system/usr/srec/R3_microphoneTestSound.raw
5686Size:41004
5687COMPARE_FILES --> GET_PARAMS
5688GET_PARAMS --> GETTING_PARAMS
5689Retrieving parameter values...
5690onParametersGet:
5691CREC.Recognizer.non_terminal_timeout = 90
5692CREC.Recognizer.optional_terminal_timeout = 45
5693CREC.Recognizer.terminal_timeout = 30
5694CREC.Recognizer.eou_threshold = 120
5695SREC.Recognizer.utterance_timeout = 400
5696GETTING_PARAMS --> SET_PARAMS
5697SET_PARAMS --> SETTING_PARAMS
5698Setting new parameter values...
5699onParametersSet:
5700CREC.Recognizer.non_terminal_timeout = 400
5701CREC.Recognizer.terminal_timeout = 200
5702CREC.Recognizer.optional_terminal_timeout = 300
5703CREC.Recognizer.eou_threshold = 500
5704SREC.Recognizer.utterance_timeout = 100
5705SETTING_PARAMS --> RESET_PARAMS
5706RESET_PARAMS --> RESETTING_PARAMS
5707Setting new parameter values...
5708onParametersSet:
5709CREC.Recognizer.non_terminal_timeout = 90
5710CREC.Recognizer.terminal_timeout = 30
5711CREC.Recognizer.optional_terminal_timeout = 45
5712CREC.Recognizer.eou_threshold = 120
5713SREC.Recognizer.utterance_timeout = 400
5714RESETTING_PARAMS --> RESET
5715RESET --> SHOW_ITERATION
5716---------------------------------------
5717Iteration:46
5718---------------------------------------
5719SHOW_ITERATION --> CREATE_GRAMMAR1
5720before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5721after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5722CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
5723before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5724after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5725CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
5726LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
5727G1Listener: onLoaded
5728G1Listener: Adding words to grammar slot
5729item 0: Jen Parker
5730item 1: John Martinez
5731item 2: Andrew Evans
5732G1Listener: Starting adding words to grammar slot
5733LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
5734G1Listener: onAddItemList
5735G1Listener: Finish adding words to grammar slot
5736ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
5737G1Listener: onCompileAllSlots
5738COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
5739SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
5740G1Listener: onSaved
5741SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
5742UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
5743G1Listener: onUnloaded
5744UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
5745CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
5746before CreateGrammar(/system/usr/srec/grammar3.g2g)
5747after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
5748G2Listener:  onLoaded
5749LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
5750RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
5751+recognize()
5752/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
5753MFRListener: onStarted()
5754-recognize()
5755onStarted
5756onBeginningOfSpeech
5757onEndOfSpeech
5758onRecognitionResult: 1
5759result 1:phone delete John Martinez:DEL John Martinez:88
5760+onStopped()
5761RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
5762Saving.../system/usr/srec/R3_contactsTestSound.raw
5763-onStopped()
5764MFRListener: onStopped()
5765MFWListener: onStopped()
5766SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
5767UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
5768G2Listener:   onUnloaded
5769UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
5770LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
5771G2Listener:  onLoaded
5772LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
5773RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
5774+recognize()
5775/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
5776MFRListener: onStarted()
5777onStarted
5778-recognize()
5779onBeginningOfSpeech
5780MFRListener: onStopped()
5781onEndOfSpeech
5782onRecognitionResult: 1
5783result 1:changer:CHANGER:90
5784+onStopped()
5785RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
5786Saving.../system/usr/srec/R3_actionTestSound.raw
5787MFWListener: onStopped()
5788SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
5789UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
5790-onStopped()
5791G2Listener:   onUnloaded
5792UNLOADING_GRAMMAR2 --> MICROPHONE
5793Start recording...
5794MICListener: onStarted()
5795Record for 2 secs.
5796MICROPHONE --> STATE_MICROPHONE_STARTING
5797STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
5798MICROPHONE_RECORDING --> RECORDING_STOP
5799RECORDING_STOP --> STOPPING_MICROPHONE
5800MICListener: onStopped()
5801STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
5802Sleep 1800 ms (workaround for Sooner audio driver bug)
5803Woke up
5804MICListener: Saving record sound R3_microphoneTestSound.raw
5805STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
5806MFWListener: onStopped()
5807SAVING_RECORDED_AUDIO --> COMPARE_FILES
5808Compare MIC Files
5809/system/usr/srec/R3_microphoneTestSound.raw
5810Size:41004
5811COMPARE_FILES --> GET_PARAMS
5812GET_PARAMS --> GETTING_PARAMS
5813Retrieving parameter values...
5814onParametersGet:
5815CREC.Recognizer.non_terminal_timeout = 90
5816CREC.Recognizer.optional_terminal_timeout = 45
5817CREC.Recognizer.terminal_timeout = 30
5818CREC.Recognizer.eou_threshold = 120
5819SREC.Recognizer.utterance_timeout = 400
5820GETTING_PARAMS --> SET_PARAMS
5821SET_PARAMS --> SETTING_PARAMS
5822Setting new parameter values...
5823onParametersSet:
5824CREC.Recognizer.non_terminal_timeout = 400
5825CREC.Recognizer.terminal_timeout = 200
5826CREC.Recognizer.optional_terminal_timeout = 300
5827CREC.Recognizer.eou_threshold = 500
5828SREC.Recognizer.utterance_timeout = 100
5829SETTING_PARAMS --> RESET_PARAMS
5830RESET_PARAMS --> RESETTING_PARAMS
5831Setting new parameter values...
5832onParametersSet:
5833CREC.Recognizer.non_terminal_timeout = 90
5834CREC.Recognizer.terminal_timeout = 30
5835CREC.Recognizer.optional_terminal_timeout = 45
5836CREC.Recognizer.eou_threshold = 120
5837SREC.Recognizer.utterance_timeout = 400
5838RESETTING_PARAMS --> RESET
5839RESET --> SHOW_ITERATION
5840---------------------------------------
5841Iteration:47
5842---------------------------------------
5843SHOW_ITERATION --> CREATE_GRAMMAR1
5844before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5845after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5846CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
5847before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5848after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5849CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
5850LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
5851G1Listener: onLoaded
5852G1Listener: Adding words to grammar slot
5853item 0: Jen Parker
5854item 1: John Martinez
5855item 2: Andrew Evans
5856G1Listener: Starting adding words to grammar slot
5857LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
5858G1Listener: onAddItemList
5859G1Listener: Finish adding words to grammar slot
5860ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
5861G1Listener: onCompileAllSlots
5862COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
5863SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
5864G1Listener: onSaved
5865SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
5866UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
5867G1Listener: onUnloaded
5868UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
5869CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
5870before CreateGrammar(/system/usr/srec/grammar3.g2g)
5871after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
5872G2Listener:  onLoaded
5873LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
5874RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
5875+recognize()
5876/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
5877MFRListener: onStarted()
5878-recognize()
5879onStarted
5880onBeginningOfSpeech
5881onEndOfSpeech
5882onRecognitionResult: 1
5883result 1:Andrew Evans:Andrew Evans:87
5884+onStopped()
5885RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
5886Saving.../system/usr/srec/R3_contactsTestSound.raw
5887-onStopped()
5888MFRListener: onStopped()
5889MFWListener: onStopped()
5890SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
5891UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
5892G2Listener:   onUnloaded
5893UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
5894LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
5895G2Listener:  onLoaded
5896LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
5897RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
5898+recognize()
5899/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
5900-recognize()
5901MFRListener: onStarted()
5902onStarted
5903onBeginningOfSpeech
5904MFRListener: onStopped()
5905onEndOfSpeech
5906onRecognitionResult: 1
5907result 1:forward:FWD:85
5908+onStopped()
5909RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
5910Saving.../system/usr/srec/R3_actionTestSound.raw
5911-onStopped()
5912MFWListener: onStopped()
5913SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
5914UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
5915G2Listener:   onUnloaded
5916UNLOADING_GRAMMAR2 --> MICROPHONE
5917Start recording...
5918MICROPHONE --> STATE_MICROPHONE_STARTING
5919MICListener: onStarted()
5920Record for 2 secs.
5921STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
5922MICROPHONE_RECORDING --> RECORDING_STOP
5923RECORDING_STOP --> STOPPING_MICROPHONE
5924MICListener: onStopped()
5925STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
5926Sleep 1800 ms (workaround for Sooner audio driver bug)
5927Woke up
5928MICListener: Saving record sound R3_microphoneTestSound.raw
5929STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
5930MFWListener: onStopped()
5931SAVING_RECORDED_AUDIO --> COMPARE_FILES
5932Compare MIC Files
5933/system/usr/srec/R3_microphoneTestSound.raw
5934Size:41004
5935COMPARE_FILES --> GET_PARAMS
5936GET_PARAMS --> GETTING_PARAMS
5937Retrieving parameter values...
5938onParametersGet:
5939CREC.Recognizer.non_terminal_timeout = 90
5940CREC.Recognizer.optional_terminal_timeout = 45
5941CREC.Recognizer.terminal_timeout = 30
5942CREC.Recognizer.eou_threshold = 120
5943SREC.Recognizer.utterance_timeout = 400
5944GETTING_PARAMS --> SET_PARAMS
5945SET_PARAMS --> SETTING_PARAMS
5946Setting new parameter values...
5947onParametersSet:
5948CREC.Recognizer.non_terminal_timeout = 400
5949CREC.Recognizer.terminal_timeout = 200
5950CREC.Recognizer.optional_terminal_timeout = 300
5951CREC.Recognizer.eou_threshold = 500
5952SREC.Recognizer.utterance_timeout = 100
5953SETTING_PARAMS --> RESET_PARAMS
5954RESET_PARAMS --> RESETTING_PARAMS
5955Setting new parameter values...
5956onParametersSet:
5957CREC.Recognizer.non_terminal_timeout = 90
5958CREC.Recognizer.terminal_timeout = 30
5959CREC.Recognizer.optional_terminal_timeout = 45
5960CREC.Recognizer.eou_threshold = 120
5961SREC.Recognizer.utterance_timeout = 400
5962RESETTING_PARAMS --> RESET
5963RESET --> SHOW_ITERATION
5964---------------------------------------
5965Iteration:48
5966---------------------------------------
5967SHOW_ITERATION --> CREATE_GRAMMAR1
5968before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5969after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5970CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
5971before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5972after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
5973CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
5974LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
5975G1Listener: onLoaded
5976G1Listener: Adding words to grammar slot
5977item 0: Jen Parker
5978item 1: John Martinez
5979item 2: Andrew Evans
5980G1Listener: Starting adding words to grammar slot
5981LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
5982G1Listener: onAddItemList
5983G1Listener: Finish adding words to grammar slot
5984ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
5985G1Listener: onCompileAllSlots
5986COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
5987SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
5988G1Listener: onSaved
5989SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
5990UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
5991G1Listener: onUnloaded
5992UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
5993CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
5994before CreateGrammar(/system/usr/srec/grammar3.g2g)
5995after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
5996G2Listener:  onLoaded
5997LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
5998RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
5999+recognize()
6000/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
6001MFRListener: onStarted()
6002-recognize()
6003onStarted
6004onBeginningOfSpeech
6005MFRListener: onStopped()
6006onEndOfSpeech
6007onRecognitionResult: 1
6008result 1:phone delete Jen Parker:DEL Jen Parker:84
6009+onStopped()
6010RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
6011Saving.../system/usr/srec/R3_contactsTestSound.raw
6012-onStopped()
6013MFWListener: onStopped()
6014SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
6015UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
6016G2Listener:   onUnloaded
6017UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
6018LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
6019G2Listener:  onLoaded
6020LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
6021RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
6022+recognize()
6023/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
6024-recognize()
6025MFRListener: onStarted()
6026onStarted
6027onBeginningOfSpeech
6028MFRListener: onStopped()
6029onEndOfSpeech
6030onRecognitionResult: 1
6031result 1:traffic information:TRFI:90
6032+onStopped()
6033RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
6034Saving.../system/usr/srec/R3_actionTestSound.raw
6035-onStopped()
6036MFWListener: onStopped()
6037SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
6038UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
6039G2Listener:   onUnloaded
6040UNLOADING_GRAMMAR2 --> MICROPHONE
6041Start recording...
6042MICROPHONE --> STATE_MICROPHONE_STARTING
6043MICListener: onStarted()
6044Record for 2 secs.
6045STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
6046MICROPHONE_RECORDING --> RECORDING_STOP
6047RECORDING_STOP --> STOPPING_MICROPHONE
6048MICListener: onStopped()
6049STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
6050Sleep 1800 ms (workaround for Sooner audio driver bug)
6051Woke up
6052MICListener: Saving record sound R3_microphoneTestSound.raw
6053STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
6054MFWListener: onStopped()
6055SAVING_RECORDED_AUDIO --> COMPARE_FILES
6056Compare MIC Files
6057/system/usr/srec/R3_microphoneTestSound.raw
6058Size:41004
6059COMPARE_FILES --> GET_PARAMS
6060GET_PARAMS --> GETTING_PARAMS
6061Retrieving parameter values...
6062onParametersGet:
6063CREC.Recognizer.non_terminal_timeout = 90
6064CREC.Recognizer.optional_terminal_timeout = 45
6065CREC.Recognizer.terminal_timeout = 30
6066CREC.Recognizer.eou_threshold = 120
6067SREC.Recognizer.utterance_timeout = 400
6068GETTING_PARAMS --> SET_PARAMS
6069SET_PARAMS --> SETTING_PARAMS
6070Setting new parameter values...
6071onParametersSet:
6072CREC.Recognizer.non_terminal_timeout = 400
6073CREC.Recognizer.terminal_timeout = 200
6074CREC.Recognizer.optional_terminal_timeout = 300
6075CREC.Recognizer.eou_threshold = 500
6076SREC.Recognizer.utterance_timeout = 100
6077SETTING_PARAMS --> RESET_PARAMS
6078RESET_PARAMS --> RESETTING_PARAMS
6079Setting new parameter values...
6080onParametersSet:
6081CREC.Recognizer.non_terminal_timeout = 90
6082CREC.Recognizer.terminal_timeout = 30
6083CREC.Recognizer.optional_terminal_timeout = 45
6084CREC.Recognizer.eou_threshold = 120
6085SREC.Recognizer.utterance_timeout = 400
6086RESETTING_PARAMS --> RESET
6087RESET --> SHOW_ITERATION
6088---------------------------------------
6089Iteration:49
6090---------------------------------------
6091SHOW_ITERATION --> CREATE_GRAMMAR1
6092before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6093after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6094CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
6095before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6096after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6097CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
6098LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
6099G1Listener: onLoaded
6100G1Listener: Adding words to grammar slot
6101item 0: Jen Parker
6102item 1: John Martinez
6103item 2: Andrew Evans
6104G1Listener: Starting adding words to grammar slot
6105LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
6106G1Listener: onAddItemList
6107G1Listener: Finish adding words to grammar slot
6108ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
6109G1Listener: onCompileAllSlots
6110COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
6111SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
6112G1Listener: onSaved
6113SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
6114UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
6115G1Listener: onUnloaded
6116UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
6117CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
6118before CreateGrammar(/system/usr/srec/grammar3.g2g)
6119after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
6120G2Listener:  onLoaded
6121LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
6122RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
6123+recognize()
6124/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
6125MFRListener: onStarted()
6126-recognize()
6127onStarted
6128onBeginningOfSpeech
6129onEndOfSpeech
6130onRecognitionResult: 1
6131result 1:phone delete John Martinez:DEL John Martinez:88
6132+onStopped()
6133RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
6134Saving.../system/usr/srec/R3_contactsTestSound.raw
6135-onStopped()
6136MFRListener: onStopped()
6137MFWListener: onStopped()
6138SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
6139UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
6140G2Listener:   onUnloaded
6141UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
6142LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
6143G2Listener:  onLoaded
6144LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
6145RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
6146+recognize()
6147/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
6148-recognize()
6149MFRListener: onStarted()
6150onStarted
6151onBeginningOfSpeech
6152MFRListener: onStopped()
6153onEndOfSpeech
6154onRecognitionResult: 1
6155result 1:changer:CHANGER:90
6156+onStopped()
6157RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
6158Saving.../system/usr/srec/R3_actionTestSound.raw
6159MFWListener: onStopped()
6160SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
6161-onStopped()
6162UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
6163G2Listener:   onUnloaded
6164UNLOADING_GRAMMAR2 --> MICROPHONE
6165Start recording...
6166MICROPHONE --> STATE_MICROPHONE_STARTING
6167MICListener: onStarted()
6168Record for 2 secs.
6169STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
6170MICROPHONE_RECORDING --> RECORDING_STOP
6171RECORDING_STOP --> STOPPING_MICROPHONE
6172MICListener: onStopped()
6173STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
6174Sleep 1800 ms (workaround for Sooner audio driver bug)
6175Woke up
6176MICListener: Saving record sound R3_microphoneTestSound.raw
6177STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
6178MFWListener: onStopped()
6179SAVING_RECORDED_AUDIO --> COMPARE_FILES
6180Compare MIC Files
6181/system/usr/srec/R3_microphoneTestSound.raw
6182Size:41004
6183COMPARE_FILES --> GET_PARAMS
6184GET_PARAMS --> GETTING_PARAMS
6185Retrieving parameter values...
6186onParametersGet:
6187CREC.Recognizer.non_terminal_timeout = 90
6188CREC.Recognizer.optional_terminal_timeout = 45
6189CREC.Recognizer.terminal_timeout = 30
6190CREC.Recognizer.eou_threshold = 120
6191SREC.Recognizer.utterance_timeout = 400
6192GETTING_PARAMS --> SET_PARAMS
6193SET_PARAMS --> SETTING_PARAMS
6194Setting new parameter values...
6195onParametersSet:
6196CREC.Recognizer.non_terminal_timeout = 400
6197CREC.Recognizer.terminal_timeout = 200
6198CREC.Recognizer.optional_terminal_timeout = 300
6199CREC.Recognizer.eou_threshold = 500
6200SREC.Recognizer.utterance_timeout = 100
6201SETTING_PARAMS --> RESET_PARAMS
6202RESET_PARAMS --> RESETTING_PARAMS
6203Setting new parameter values...
6204onParametersSet:
6205CREC.Recognizer.non_terminal_timeout = 90
6206CREC.Recognizer.terminal_timeout = 30
6207CREC.Recognizer.optional_terminal_timeout = 45
6208CREC.Recognizer.eou_threshold = 120
6209SREC.Recognizer.utterance_timeout = 400
6210RESETTING_PARAMS --> RESET
6211RESET --> SHOW_ITERATION
6212---------------------------------------
6213Iteration:50
6214---------------------------------------
6215SHOW_ITERATION --> CREATE_GRAMMAR1
6216before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6217after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6218CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
6219before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6220after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6221CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
6222LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
6223G1Listener: onLoaded
6224G1Listener: Adding words to grammar slot
6225item 0: Jen Parker
6226item 1: John Martinez
6227item 2: Andrew Evans
6228G1Listener: Starting adding words to grammar slot
6229LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
6230G1Listener: onAddItemList
6231G1Listener: Finish adding words to grammar slot
6232ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
6233G1Listener: onCompileAllSlots
6234COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
6235SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
6236G1Listener: onSaved
6237SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
6238UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
6239G1Listener: onUnloaded
6240UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
6241CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
6242before CreateGrammar(/system/usr/srec/grammar3.g2g)
6243after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
6244G2Listener:  onLoaded
6245LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
6246RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
6247+recognize()
6248/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
6249MFRListener: onStarted()
6250-recognize()
6251onStarted
6252onBeginningOfSpeech
6253onEndOfSpeech
6254onRecognitionResult: 1
6255result 1:Andrew Evans:Andrew Evans:87
6256+onStopped()
6257RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
6258Saving.../system/usr/srec/R3_contactsTestSound.raw
6259-onStopped()
6260MFRListener: onStopped()
6261MFWListener: onStopped()
6262SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
6263UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
6264G2Listener:   onUnloaded
6265UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
6266LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
6267G2Listener:  onLoaded
6268LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
6269RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
6270+recognize()
6271/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
6272-recognize()
6273MFRListener: onStarted()
6274onStarted
6275onBeginningOfSpeech
6276MFRListener: onStopped()
6277onEndOfSpeech
6278onRecognitionResult: 1
6279result 1:forward:FWD:85
6280+onStopped()
6281RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
6282Saving.../system/usr/srec/R3_actionTestSound.raw
6283MFWListener: onStopped()
6284-onStopped()
6285SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
6286UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
6287G2Listener:   onUnloaded
6288UNLOADING_GRAMMAR2 --> MICROPHONE
6289Start recording...
6290MICROPHONE --> STATE_MICROPHONE_STARTING
6291MICListener: onStarted()
6292Record for 2 secs.
6293STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
6294MICROPHONE_RECORDING --> RECORDING_STOP
6295RECORDING_STOP --> STOPPING_MICROPHONE
6296MICListener: onStopped()
6297STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
6298Sleep 1800 ms (workaround for Sooner audio driver bug)
6299Woke up
6300MICListener: Saving record sound R3_microphoneTestSound.raw
6301STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
6302MFWListener: onStopped()
6303SAVING_RECORDED_AUDIO --> COMPARE_FILES
6304Compare MIC Files
6305/system/usr/srec/R3_microphoneTestSound.raw
6306Size:41004
6307COMPARE_FILES --> GET_PARAMS
6308GET_PARAMS --> GETTING_PARAMS
6309Retrieving parameter values...
6310onParametersGet:
6311CREC.Recognizer.non_terminal_timeout = 90
6312CREC.Recognizer.optional_terminal_timeout = 45
6313CREC.Recognizer.terminal_timeout = 30
6314CREC.Recognizer.eou_threshold = 120
6315SREC.Recognizer.utterance_timeout = 400
6316GETTING_PARAMS --> SET_PARAMS
6317SET_PARAMS --> SETTING_PARAMS
6318Setting new parameter values...
6319onParametersSet:
6320CREC.Recognizer.non_terminal_timeout = 400
6321CREC.Recognizer.terminal_timeout = 200
6322CREC.Recognizer.optional_terminal_timeout = 300
6323CREC.Recognizer.eou_threshold = 500
6324SREC.Recognizer.utterance_timeout = 100
6325SETTING_PARAMS --> RESET_PARAMS
6326RESET_PARAMS --> RESETTING_PARAMS
6327Setting new parameter values...
6328onParametersSet:
6329CREC.Recognizer.non_terminal_timeout = 90
6330CREC.Recognizer.terminal_timeout = 30
6331CREC.Recognizer.optional_terminal_timeout = 45
6332CREC.Recognizer.eou_threshold = 120
6333SREC.Recognizer.utterance_timeout = 400
6334RESETTING_PARAMS --> RESET
6335RESET --> SHOW_ITERATION
6336---------------------------------------
6337Iteration:51
6338---------------------------------------
6339SHOW_ITERATION --> CREATE_GRAMMAR1
6340before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6341after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6342CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
6343before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6344after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6345CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
6346LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
6347G1Listener: onLoaded
6348G1Listener: Adding words to grammar slot
6349item 0: Jen Parker
6350item 1: John Martinez
6351item 2: Andrew Evans
6352G1Listener: Starting adding words to grammar slot
6353LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
6354G1Listener: onAddItemList
6355G1Listener: Finish adding words to grammar slot
6356ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
6357G1Listener: onCompileAllSlots
6358COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
6359SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
6360G1Listener: onSaved
6361SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
6362UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
6363G1Listener: onUnloaded
6364UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
6365CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
6366before CreateGrammar(/system/usr/srec/grammar3.g2g)
6367after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
6368G2Listener:  onLoaded
6369LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
6370RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
6371+recognize()
6372/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
6373MFRListener: onStarted()
6374-recognize()
6375onStarted
6376onBeginningOfSpeech
6377MFRListener: onStopped()
6378onEndOfSpeech
6379onRecognitionResult: 1
6380result 1:phone delete Jen Parker:DEL Jen Parker:84
6381+onStopped()
6382RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
6383Saving.../system/usr/srec/R3_contactsTestSound.raw
6384-onStopped()
6385MFWListener: onStopped()
6386SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
6387UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
6388G2Listener:   onUnloaded
6389UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
6390LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
6391G2Listener:  onLoaded
6392LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
6393RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
6394+recognize()
6395/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
6396-recognize()
6397MFRListener: onStarted()
6398onStarted
6399onBeginningOfSpeech
6400MFRListener: onStopped()
6401onEndOfSpeech
6402onRecognitionResult: 1
6403result 1:traffic information:TRFI:90
6404+onStopped()
6405RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
6406Saving.../system/usr/srec/R3_actionTestSound.raw
6407-onStopped()
6408MFWListener: onStopped()
6409SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
6410UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
6411G2Listener:   onUnloaded
6412UNLOADING_GRAMMAR2 --> MICROPHONE
6413Start recording...
6414MICROPHONE --> STATE_MICROPHONE_STARTING
6415MICListener: onStarted()
6416Record for 2 secs.
6417STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
6418MICROPHONE_RECORDING --> RECORDING_STOP
6419RECORDING_STOP --> STOPPING_MICROPHONE
6420MICListener: onStopped()
6421STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
6422Sleep 1800 ms (workaround for Sooner audio driver bug)
6423Woke up
6424MICListener: Saving record sound R3_microphoneTestSound.raw
6425STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
6426MFWListener: onStopped()
6427SAVING_RECORDED_AUDIO --> COMPARE_FILES
6428Compare MIC Files
6429/system/usr/srec/R3_microphoneTestSound.raw
6430Size:41004
6431COMPARE_FILES --> GET_PARAMS
6432GET_PARAMS --> GETTING_PARAMS
6433Retrieving parameter values...
6434onParametersGet:
6435CREC.Recognizer.non_terminal_timeout = 90
6436CREC.Recognizer.optional_terminal_timeout = 45
6437CREC.Recognizer.terminal_timeout = 30
6438CREC.Recognizer.eou_threshold = 120
6439SREC.Recognizer.utterance_timeout = 400
6440GETTING_PARAMS --> SET_PARAMS
6441SET_PARAMS --> SETTING_PARAMS
6442Setting new parameter values...
6443onParametersSet:
6444CREC.Recognizer.non_terminal_timeout = 400
6445CREC.Recognizer.terminal_timeout = 200
6446CREC.Recognizer.optional_terminal_timeout = 300
6447CREC.Recognizer.eou_threshold = 500
6448SREC.Recognizer.utterance_timeout = 100
6449SETTING_PARAMS --> RESET_PARAMS
6450RESET_PARAMS --> RESETTING_PARAMS
6451Setting new parameter values...
6452onParametersSet:
6453CREC.Recognizer.non_terminal_timeout = 90
6454CREC.Recognizer.terminal_timeout = 30
6455CREC.Recognizer.optional_terminal_timeout = 45
6456CREC.Recognizer.eou_threshold = 120
6457SREC.Recognizer.utterance_timeout = 400
6458RESETTING_PARAMS --> RESET
6459RESET --> SHOW_ITERATION
6460---------------------------------------
6461Iteration:52
6462---------------------------------------
6463SHOW_ITERATION --> CREATE_GRAMMAR1
6464before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6465after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6466CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
6467before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6468after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6469CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
6470LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
6471G1Listener: onLoaded
6472G1Listener: Adding words to grammar slot
6473item 0: Jen Parker
6474item 1: John Martinez
6475item 2: Andrew Evans
6476G1Listener: Starting adding words to grammar slot
6477LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
6478G1Listener: onAddItemList
6479G1Listener: Finish adding words to grammar slot
6480ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
6481G1Listener: onCompileAllSlots
6482COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
6483SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
6484G1Listener: onSaved
6485SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
6486UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
6487G1Listener: onUnloaded
6488UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
6489CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
6490before CreateGrammar(/system/usr/srec/grammar3.g2g)
6491after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
6492G2Listener:  onLoaded
6493LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
6494RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
6495+recognize()
6496/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
6497MFRListener: onStarted()
6498-recognize()
6499onStarted
6500onBeginningOfSpeech
6501onEndOfSpeech
6502onRecognitionResult: 1
6503result 1:phone delete John Martinez:DEL John Martinez:88
6504+onStopped()
6505RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
6506Saving.../system/usr/srec/R3_contactsTestSound.raw
6507-onStopped()
6508MFRListener: onStopped()
6509MFWListener: onStopped()
6510SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
6511UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
6512G2Listener:   onUnloaded
6513UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
6514LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
6515G2Listener:  onLoaded
6516LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
6517RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
6518+recognize()
6519/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
6520-recognize()
6521MFRListener: onStarted()
6522onStarted
6523onBeginningOfSpeech
6524MFRListener: onStopped()
6525onEndOfSpeech
6526onRecognitionResult: 1
6527result 1:changer:CHANGER:90
6528+onStopped()
6529RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
6530Saving.../system/usr/srec/R3_actionTestSound.raw
6531-onStopped()
6532MFWListener: onStopped()
6533SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
6534UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
6535G2Listener:   onUnloaded
6536UNLOADING_GRAMMAR2 --> MICROPHONE
6537Start recording...
6538MICROPHONE --> STATE_MICROPHONE_STARTING
6539MICListener: onStarted()
6540Record for 2 secs.
6541STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
6542MICROPHONE_RECORDING --> RECORDING_STOP
6543RECORDING_STOP --> STOPPING_MICROPHONE
6544MICListener: onStopped()
6545STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
6546Sleep 1800 ms (workaround for Sooner audio driver bug)
6547Woke up
6548MICListener: Saving record sound R3_microphoneTestSound.raw
6549STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
6550MFWListener: onStopped()
6551SAVING_RECORDED_AUDIO --> COMPARE_FILES
6552Compare MIC Files
6553/system/usr/srec/R3_microphoneTestSound.raw
6554Size:41004
6555COMPARE_FILES --> GET_PARAMS
6556GET_PARAMS --> GETTING_PARAMS
6557Retrieving parameter values...
6558onParametersGet:
6559CREC.Recognizer.non_terminal_timeout = 90
6560CREC.Recognizer.optional_terminal_timeout = 45
6561CREC.Recognizer.terminal_timeout = 30
6562CREC.Recognizer.eou_threshold = 120
6563SREC.Recognizer.utterance_timeout = 400
6564GETTING_PARAMS --> SET_PARAMS
6565SET_PARAMS --> SETTING_PARAMS
6566Setting new parameter values...
6567onParametersSet:
6568CREC.Recognizer.non_terminal_timeout = 400
6569CREC.Recognizer.terminal_timeout = 200
6570CREC.Recognizer.optional_terminal_timeout = 300
6571CREC.Recognizer.eou_threshold = 500
6572SREC.Recognizer.utterance_timeout = 100
6573SETTING_PARAMS --> RESET_PARAMS
6574RESET_PARAMS --> RESETTING_PARAMS
6575Setting new parameter values...
6576onParametersSet:
6577CREC.Recognizer.non_terminal_timeout = 90
6578CREC.Recognizer.terminal_timeout = 30
6579CREC.Recognizer.optional_terminal_timeout = 45
6580CREC.Recognizer.eou_threshold = 120
6581SREC.Recognizer.utterance_timeout = 400
6582RESETTING_PARAMS --> RESET
6583RESET --> SHOW_ITERATION
6584---------------------------------------
6585Iteration:53
6586---------------------------------------
6587SHOW_ITERATION --> CREATE_GRAMMAR1
6588before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6589after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6590CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
6591before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6592after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6593CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
6594LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
6595G1Listener: onLoaded
6596G1Listener: Adding words to grammar slot
6597item 0: Jen Parker
6598item 1: John Martinez
6599item 2: Andrew Evans
6600G1Listener: Starting adding words to grammar slot
6601LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
6602G1Listener: onAddItemList
6603G1Listener: Finish adding words to grammar slot
6604ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
6605G1Listener: onCompileAllSlots
6606COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
6607SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
6608G1Listener: onSaved
6609SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
6610UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
6611G1Listener: onUnloaded
6612UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
6613CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
6614before CreateGrammar(/system/usr/srec/grammar3.g2g)
6615after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
6616G2Listener:  onLoaded
6617LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
6618RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
6619+recognize()
6620/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
6621MFRListener: onStarted()
6622-recognize()
6623onStarted
6624onBeginningOfSpeech
6625onEndOfSpeech
6626onRecognitionResult: 1
6627result 1:Andrew Evans:Andrew Evans:87
6628+onStopped()
6629RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
6630Saving.../system/usr/srec/R3_contactsTestSound.raw
6631-onStopped()
6632MFRListener: onStopped()
6633MFWListener: onStopped()
6634SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
6635UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
6636G2Listener:   onUnloaded
6637UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
6638LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
6639G2Listener:  onLoaded
6640LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
6641RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
6642+recognize()
6643/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
6644-recognize()
6645MFRListener: onStarted()
6646onStarted
6647onBeginningOfSpeech
6648MFRListener: onStopped()
6649onEndOfSpeech
6650onRecognitionResult: 1
6651result 1:forward:FWD:85
6652+onStopped()
6653RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
6654Saving.../system/usr/srec/R3_actionTestSound.raw
6655MFWListener: onStopped()
6656SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
6657UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
6658-onStopped()
6659G2Listener:   onUnloaded
6660UNLOADING_GRAMMAR2 --> MICROPHONE
6661Start recording...
6662MICROPHONE --> STATE_MICROPHONE_STARTING
6663MICListener: onStarted()
6664Record for 2 secs.
6665STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
6666MICROPHONE_RECORDING --> RECORDING_STOP
6667RECORDING_STOP --> STOPPING_MICROPHONE
6668MICListener: onStopped()
6669STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
6670Sleep 1800 ms (workaround for Sooner audio driver bug)
6671Woke up
6672MICListener: Saving record sound R3_microphoneTestSound.raw
6673STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
6674MFWListener: onStopped()
6675SAVING_RECORDED_AUDIO --> COMPARE_FILES
6676Compare MIC Files
6677/system/usr/srec/R3_microphoneTestSound.raw
6678Size:41004
6679COMPARE_FILES --> GET_PARAMS
6680GET_PARAMS --> GETTING_PARAMS
6681Retrieving parameter values...
6682onParametersGet:
6683CREC.Recognizer.non_terminal_timeout = 90
6684CREC.Recognizer.optional_terminal_timeout = 45
6685CREC.Recognizer.terminal_timeout = 30
6686CREC.Recognizer.eou_threshold = 120
6687SREC.Recognizer.utterance_timeout = 400
6688GETTING_PARAMS --> SET_PARAMS
6689SET_PARAMS --> SETTING_PARAMS
6690Setting new parameter values...
6691onParametersSet:
6692CREC.Recognizer.non_terminal_timeout = 400
6693CREC.Recognizer.terminal_timeout = 200
6694CREC.Recognizer.optional_terminal_timeout = 300
6695CREC.Recognizer.eou_threshold = 500
6696SREC.Recognizer.utterance_timeout = 100
6697SETTING_PARAMS --> RESET_PARAMS
6698RESET_PARAMS --> RESETTING_PARAMS
6699Setting new parameter values...
6700onParametersSet:
6701CREC.Recognizer.non_terminal_timeout = 90
6702CREC.Recognizer.terminal_timeout = 30
6703CREC.Recognizer.optional_terminal_timeout = 45
6704CREC.Recognizer.eou_threshold = 120
6705SREC.Recognizer.utterance_timeout = 400
6706RESETTING_PARAMS --> RESET
6707RESET --> SHOW_ITERATION
6708---------------------------------------
6709Iteration:54
6710---------------------------------------
6711SHOW_ITERATION --> CREATE_GRAMMAR1
6712before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6713after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6714CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
6715before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6716after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6717CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
6718LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
6719G1Listener: onLoaded
6720G1Listener: Adding words to grammar slot
6721item 0: Jen Parker
6722item 1: John Martinez
6723item 2: Andrew Evans
6724G1Listener: Starting adding words to grammar slot
6725LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
6726G1Listener: onAddItemList
6727G1Listener: Finish adding words to grammar slot
6728ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
6729G1Listener: onCompileAllSlots
6730COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
6731SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
6732G1Listener: onSaved
6733SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
6734UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
6735G1Listener: onUnloaded
6736UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
6737CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
6738before CreateGrammar(/system/usr/srec/grammar3.g2g)
6739after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
6740G2Listener:  onLoaded
6741LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
6742RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
6743+recognize()
6744/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
6745MFRListener: onStarted()
6746-recognize()
6747onStarted
6748onBeginningOfSpeech
6749MFRListener: onStopped()
6750onEndOfSpeech
6751onRecognitionResult: 1
6752result 1:phone delete Jen Parker:DEL Jen Parker:84
6753+onStopped()
6754RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
6755Saving.../system/usr/srec/R3_contactsTestSound.raw
6756-onStopped()
6757MFWListener: onStopped()
6758SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
6759UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
6760G2Listener:   onUnloaded
6761UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
6762LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
6763G2Listener:  onLoaded
6764LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
6765RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
6766+recognize()
6767/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
6768-recognize()
6769MFRListener: onStarted()
6770onStarted
6771onBeginningOfSpeech
6772MFRListener: onStopped()
6773onEndOfSpeech
6774onRecognitionResult: 1
6775result 1:traffic information:TRFI:90
6776+onStopped()
6777RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
6778Saving.../system/usr/srec/R3_actionTestSound.raw
6779-onStopped()
6780MFWListener: onStopped()
6781SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
6782UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
6783G2Listener:   onUnloaded
6784UNLOADING_GRAMMAR2 --> MICROPHONE
6785Start recording...
6786MICROPHONE --> STATE_MICROPHONE_STARTING
6787MICListener: onStarted()
6788Record for 2 secs.
6789STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
6790MICROPHONE_RECORDING --> RECORDING_STOP
6791RECORDING_STOP --> STOPPING_MICROPHONE
6792MICListener: onStopped()
6793STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
6794Sleep 1800 ms (workaround for Sooner audio driver bug)
6795Woke up
6796MICListener: Saving record sound R3_microphoneTestSound.raw
6797STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
6798MFWListener: onStopped()
6799SAVING_RECORDED_AUDIO --> COMPARE_FILES
6800Compare MIC Files
6801/system/usr/srec/R3_microphoneTestSound.raw
6802Size:41004
6803COMPARE_FILES --> GET_PARAMS
6804GET_PARAMS --> GETTING_PARAMS
6805Retrieving parameter values...
6806onParametersGet:
6807CREC.Recognizer.non_terminal_timeout = 90
6808CREC.Recognizer.optional_terminal_timeout = 45
6809CREC.Recognizer.terminal_timeout = 30
6810CREC.Recognizer.eou_threshold = 120
6811SREC.Recognizer.utterance_timeout = 400
6812GETTING_PARAMS --> SET_PARAMS
6813SET_PARAMS --> SETTING_PARAMS
6814Setting new parameter values...
6815onParametersSet:
6816CREC.Recognizer.non_terminal_timeout = 400
6817CREC.Recognizer.terminal_timeout = 200
6818CREC.Recognizer.optional_terminal_timeout = 300
6819CREC.Recognizer.eou_threshold = 500
6820SREC.Recognizer.utterance_timeout = 100
6821SETTING_PARAMS --> RESET_PARAMS
6822RESET_PARAMS --> RESETTING_PARAMS
6823Setting new parameter values...
6824onParametersSet:
6825CREC.Recognizer.non_terminal_timeout = 90
6826CREC.Recognizer.terminal_timeout = 30
6827CREC.Recognizer.optional_terminal_timeout = 45
6828CREC.Recognizer.eou_threshold = 120
6829SREC.Recognizer.utterance_timeout = 400
6830RESETTING_PARAMS --> RESET
6831RESET --> SHOW_ITERATION
6832---------------------------------------
6833Iteration:55
6834---------------------------------------
6835SHOW_ITERATION --> CREATE_GRAMMAR1
6836before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6837after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6838CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
6839before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6840after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6841CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
6842LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
6843G1Listener: onLoaded
6844G1Listener: Adding words to grammar slot
6845item 0: Jen Parker
6846item 1: John Martinez
6847item 2: Andrew Evans
6848G1Listener: Starting adding words to grammar slot
6849LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
6850G1Listener: onAddItemList
6851G1Listener: Finish adding words to grammar slot
6852ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
6853G1Listener: onCompileAllSlots
6854COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
6855SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
6856G1Listener: onSaved
6857SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
6858UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
6859G1Listener: onUnloaded
6860UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
6861CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
6862before CreateGrammar(/system/usr/srec/grammar3.g2g)
6863after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
6864G2Listener:  onLoaded
6865LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
6866RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
6867+recognize()
6868/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
6869MFRListener: onStarted()
6870-recognize()
6871onStarted
6872onBeginningOfSpeech
6873onEndOfSpeech
6874onRecognitionResult: 1
6875result 1:phone delete John Martinez:DEL John Martinez:88
6876+onStopped()
6877RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
6878Saving.../system/usr/srec/R3_contactsTestSound.raw
6879-onStopped()
6880MFRListener: onStopped()
6881MFWListener: onStopped()
6882SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
6883UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
6884G2Listener:   onUnloaded
6885UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
6886LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
6887G2Listener:  onLoaded
6888LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
6889RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
6890+recognize()
6891/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
6892-recognize()
6893MFRListener: onStarted()
6894onStarted
6895onBeginningOfSpeech
6896MFRListener: onStopped()
6897onEndOfSpeech
6898onRecognitionResult: 1
6899result 1:changer:CHANGER:90
6900+onStopped()
6901RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
6902Saving.../system/usr/srec/R3_actionTestSound.raw
6903-onStopped()
6904MFWListener: onStopped()
6905SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
6906UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
6907G2Listener:   onUnloaded
6908UNLOADING_GRAMMAR2 --> MICROPHONE
6909Start recording...
6910MICROPHONE --> STATE_MICROPHONE_STARTING
6911MICListener: onStarted()
6912Record for 2 secs.
6913STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
6914MICROPHONE_RECORDING --> RECORDING_STOP
6915RECORDING_STOP --> STOPPING_MICROPHONE
6916MICListener: onStopped()
6917STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
6918Sleep 1800 ms (workaround for Sooner audio driver bug)
6919Woke up
6920MICListener: Saving record sound R3_microphoneTestSound.raw
6921STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
6922MFWListener: onStopped()
6923SAVING_RECORDED_AUDIO --> COMPARE_FILES
6924Compare MIC Files
6925/system/usr/srec/R3_microphoneTestSound.raw
6926Size:41004
6927COMPARE_FILES --> GET_PARAMS
6928GET_PARAMS --> GETTING_PARAMS
6929Retrieving parameter values...
6930onParametersGet:
6931CREC.Recognizer.non_terminal_timeout = 90
6932CREC.Recognizer.optional_terminal_timeout = 45
6933CREC.Recognizer.terminal_timeout = 30
6934CREC.Recognizer.eou_threshold = 120
6935SREC.Recognizer.utterance_timeout = 400
6936GETTING_PARAMS --> SET_PARAMS
6937SET_PARAMS --> SETTING_PARAMS
6938Setting new parameter values...
6939onParametersSet:
6940CREC.Recognizer.non_terminal_timeout = 400
6941CREC.Recognizer.terminal_timeout = 200
6942CREC.Recognizer.optional_terminal_timeout = 300
6943CREC.Recognizer.eou_threshold = 500
6944SREC.Recognizer.utterance_timeout = 100
6945SETTING_PARAMS --> RESET_PARAMS
6946RESET_PARAMS --> RESETTING_PARAMS
6947Setting new parameter values...
6948onParametersSet:
6949CREC.Recognizer.non_terminal_timeout = 90
6950CREC.Recognizer.terminal_timeout = 30
6951CREC.Recognizer.optional_terminal_timeout = 45
6952CREC.Recognizer.eou_threshold = 120
6953SREC.Recognizer.utterance_timeout = 400
6954RESETTING_PARAMS --> RESET
6955RESET --> SHOW_ITERATION
6956---------------------------------------
6957Iteration:56
6958---------------------------------------
6959SHOW_ITERATION --> CREATE_GRAMMAR1
6960before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6961after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6962CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
6963before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6964after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
6965CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
6966LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
6967G1Listener: onLoaded
6968G1Listener: Adding words to grammar slot
6969item 0: Jen Parker
6970item 1: John Martinez
6971item 2: Andrew Evans
6972G1Listener: Starting adding words to grammar slot
6973LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
6974G1Listener: onAddItemList
6975G1Listener: Finish adding words to grammar slot
6976ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
6977G1Listener: onCompileAllSlots
6978COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
6979SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
6980G1Listener: onSaved
6981SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
6982UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
6983G1Listener: onUnloaded
6984UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
6985CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
6986before CreateGrammar(/system/usr/srec/grammar3.g2g)
6987after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
6988G2Listener:  onLoaded
6989LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
6990RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
6991+recognize()
6992/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
6993MFRListener: onStarted()
6994-recognize()
6995onStarted
6996onBeginningOfSpeech
6997onEndOfSpeech
6998onRecognitionResult: 1
6999result 1:Andrew Evans:Andrew Evans:87
7000+onStopped()
7001RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
7002Saving.../system/usr/srec/R3_contactsTestSound.raw
7003-onStopped()
7004MFRListener: onStopped()
7005MFWListener: onStopped()
7006SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
7007UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
7008G2Listener:   onUnloaded
7009UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
7010LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
7011G2Listener:  onLoaded
7012LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
7013RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
7014+recognize()
7015/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
7016-recognize()
7017MFRListener: onStarted()
7018onStarted
7019onBeginningOfSpeech
7020MFRListener: onStopped()
7021onEndOfSpeech
7022onRecognitionResult: 1
7023result 1:forward:FWD:85
7024+onStopped()
7025RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
7026Saving.../system/usr/srec/R3_actionTestSound.raw
7027MFWListener: onStopped()
7028-onStopped()
7029SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
7030UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
7031G2Listener:   onUnloaded
7032UNLOADING_GRAMMAR2 --> MICROPHONE
7033Start recording...
7034MICROPHONE --> STATE_MICROPHONE_STARTING
7035MICListener: onStarted()
7036Record for 2 secs.
7037STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
7038MICROPHONE_RECORDING --> RECORDING_STOP
7039RECORDING_STOP --> STOPPING_MICROPHONE
7040MICListener: onStopped()
7041STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
7042Sleep 1800 ms (workaround for Sooner audio driver bug)
7043Woke up
7044MICListener: Saving record sound R3_microphoneTestSound.raw
7045STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
7046MFWListener: onStopped()
7047SAVING_RECORDED_AUDIO --> COMPARE_FILES
7048Compare MIC Files
7049/system/usr/srec/R3_microphoneTestSound.raw
7050Size:41004
7051COMPARE_FILES --> GET_PARAMS
7052GET_PARAMS --> GETTING_PARAMS
7053Retrieving parameter values...
7054onParametersGet:
7055CREC.Recognizer.non_terminal_timeout = 90
7056CREC.Recognizer.optional_terminal_timeout = 45
7057CREC.Recognizer.terminal_timeout = 30
7058CREC.Recognizer.eou_threshold = 120
7059SREC.Recognizer.utterance_timeout = 400
7060GETTING_PARAMS --> SET_PARAMS
7061SET_PARAMS --> SETTING_PARAMS
7062Setting new parameter values...
7063onParametersSet:
7064CREC.Recognizer.non_terminal_timeout = 400
7065CREC.Recognizer.terminal_timeout = 200
7066CREC.Recognizer.optional_terminal_timeout = 300
7067CREC.Recognizer.eou_threshold = 500
7068SREC.Recognizer.utterance_timeout = 100
7069SETTING_PARAMS --> RESET_PARAMS
7070RESET_PARAMS --> RESETTING_PARAMS
7071Setting new parameter values...
7072onParametersSet:
7073CREC.Recognizer.non_terminal_timeout = 90
7074CREC.Recognizer.terminal_timeout = 30
7075CREC.Recognizer.optional_terminal_timeout = 45
7076CREC.Recognizer.eou_threshold = 120
7077SREC.Recognizer.utterance_timeout = 400
7078RESETTING_PARAMS --> RESET
7079RESET --> SHOW_ITERATION
7080---------------------------------------
7081Iteration:57
7082---------------------------------------
7083SHOW_ITERATION --> CREATE_GRAMMAR1
7084before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7085after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7086CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
7087before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7088after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7089CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
7090LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
7091G1Listener: onLoaded
7092G1Listener: Adding words to grammar slot
7093item 0: Jen Parker
7094item 1: John Martinez
7095item 2: Andrew Evans
7096G1Listener: Starting adding words to grammar slot
7097LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
7098G1Listener: onAddItemList
7099G1Listener: Finish adding words to grammar slot
7100ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
7101G1Listener: onCompileAllSlots
7102COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
7103SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
7104G1Listener: onSaved
7105SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
7106UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
7107G1Listener: onUnloaded
7108UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
7109CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
7110before CreateGrammar(/system/usr/srec/grammar3.g2g)
7111after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
7112G2Listener:  onLoaded
7113LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
7114RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
7115+recognize()
7116/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
7117MFRListener: onStarted()
7118-recognize()
7119onStarted
7120onBeginningOfSpeech
7121MFRListener: onStopped()
7122onEndOfSpeech
7123onRecognitionResult: 1
7124result 1:phone delete Jen Parker:DEL Jen Parker:84
7125+onStopped()
7126RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
7127Saving.../system/usr/srec/R3_contactsTestSound.raw
7128-onStopped()
7129MFWListener: onStopped()
7130SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
7131UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
7132G2Listener:   onUnloaded
7133UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
7134LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
7135G2Listener:  onLoaded
7136LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
7137RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
7138+recognize()
7139/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
7140-recognize()
7141MFRListener: onStarted()
7142onStarted
7143onBeginningOfSpeech
7144MFRListener: onStopped()
7145onEndOfSpeech
7146onRecognitionResult: 1
7147result 1:traffic information:TRFI:90
7148+onStopped()
7149RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
7150Saving.../system/usr/srec/R3_actionTestSound.raw
7151-onStopped()
7152MFWListener: onStopped()
7153SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
7154UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
7155G2Listener:   onUnloaded
7156UNLOADING_GRAMMAR2 --> MICROPHONE
7157Start recording...
7158MICROPHONE --> STATE_MICROPHONE_STARTING
7159MICListener: onStarted()
7160Record for 2 secs.
7161STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
7162MICROPHONE_RECORDING --> RECORDING_STOP
7163RECORDING_STOP --> STOPPING_MICROPHONE
7164MICListener: onStopped()
7165STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
7166Sleep 1800 ms (workaround for Sooner audio driver bug)
7167Woke up
7168MICListener: Saving record sound R3_microphoneTestSound.raw
7169STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
7170MFWListener: onStopped()
7171SAVING_RECORDED_AUDIO --> COMPARE_FILES
7172Compare MIC Files
7173/system/usr/srec/R3_microphoneTestSound.raw
7174Size:41004
7175COMPARE_FILES --> GET_PARAMS
7176GET_PARAMS --> GETTING_PARAMS
7177Retrieving parameter values...
7178onParametersGet:
7179CREC.Recognizer.non_terminal_timeout = 90
7180CREC.Recognizer.optional_terminal_timeout = 45
7181CREC.Recognizer.terminal_timeout = 30
7182CREC.Recognizer.eou_threshold = 120
7183SREC.Recognizer.utterance_timeout = 400
7184GETTING_PARAMS --> SET_PARAMS
7185SET_PARAMS --> SETTING_PARAMS
7186Setting new parameter values...
7187onParametersSet:
7188CREC.Recognizer.non_terminal_timeout = 400
7189CREC.Recognizer.terminal_timeout = 200
7190CREC.Recognizer.optional_terminal_timeout = 300
7191CREC.Recognizer.eou_threshold = 500
7192SREC.Recognizer.utterance_timeout = 100
7193SETTING_PARAMS --> RESET_PARAMS
7194RESET_PARAMS --> RESETTING_PARAMS
7195Setting new parameter values...
7196onParametersSet:
7197CREC.Recognizer.non_terminal_timeout = 90
7198CREC.Recognizer.terminal_timeout = 30
7199CREC.Recognizer.optional_terminal_timeout = 45
7200CREC.Recognizer.eou_threshold = 120
7201SREC.Recognizer.utterance_timeout = 400
7202RESETTING_PARAMS --> RESET
7203RESET --> SHOW_ITERATION
7204---------------------------------------
7205Iteration:58
7206---------------------------------------
7207SHOW_ITERATION --> CREATE_GRAMMAR1
7208before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7209after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7210CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
7211before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7212after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7213CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
7214LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
7215G1Listener: onLoaded
7216G1Listener: Adding words to grammar slot
7217item 0: Jen Parker
7218item 1: John Martinez
7219item 2: Andrew Evans
7220G1Listener: Starting adding words to grammar slot
7221LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
7222G1Listener: onAddItemList
7223G1Listener: Finish adding words to grammar slot
7224ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
7225G1Listener: onCompileAllSlots
7226COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
7227SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
7228G1Listener: onSaved
7229SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
7230UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
7231G1Listener: onUnloaded
7232UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
7233CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
7234before CreateGrammar(/system/usr/srec/grammar3.g2g)
7235after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
7236G2Listener:  onLoaded
7237LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
7238RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
7239+recognize()
7240/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
7241MFRListener: onStarted()
7242-recognize()
7243onStarted
7244onBeginningOfSpeech
7245onEndOfSpeech
7246onRecognitionResult: 1
7247result 1:phone delete John Martinez:DEL John Martinez:88
7248+onStopped()
7249RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
7250Saving.../system/usr/srec/R3_contactsTestSound.raw
7251-onStopped()
7252MFRListener: onStopped()
7253MFWListener: onStopped()
7254SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
7255UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
7256G2Listener:   onUnloaded
7257UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
7258LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
7259G2Listener:  onLoaded
7260LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
7261RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
7262+recognize()
7263/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
7264MFRListener: onStarted()
7265onStarted
7266-recognize()
7267onBeginningOfSpeech
7268MFRListener: onStopped()
7269onEndOfSpeech
7270onRecognitionResult: 1
7271result 1:changer:CHANGER:90
7272+onStopped()
7273RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
7274Saving.../system/usr/srec/R3_actionTestSound.raw
7275MFWListener: onStopped()
7276SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
7277UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
7278-onStopped()
7279G2Listener:   onUnloaded
7280UNLOADING_GRAMMAR2 --> MICROPHONE
7281Start recording...
7282MICROPHONE --> STATE_MICROPHONE_STARTING
7283MICListener: onStarted()
7284Record for 2 secs.
7285STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
7286MICROPHONE_RECORDING --> RECORDING_STOP
7287RECORDING_STOP --> STOPPING_MICROPHONE
7288MICListener: onStopped()
7289STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
7290Sleep 1800 ms (workaround for Sooner audio driver bug)
7291Woke up
7292MICListener: Saving record sound R3_microphoneTestSound.raw
7293STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
7294MFWListener: onStopped()
7295SAVING_RECORDED_AUDIO --> COMPARE_FILES
7296Compare MIC Files
7297/system/usr/srec/R3_microphoneTestSound.raw
7298Size:41004
7299COMPARE_FILES --> GET_PARAMS
7300GET_PARAMS --> GETTING_PARAMS
7301Retrieving parameter values...
7302onParametersGet:
7303CREC.Recognizer.non_terminal_timeout = 90
7304CREC.Recognizer.optional_terminal_timeout = 45
7305CREC.Recognizer.terminal_timeout = 30
7306CREC.Recognizer.eou_threshold = 120
7307SREC.Recognizer.utterance_timeout = 400
7308GETTING_PARAMS --> SET_PARAMS
7309SET_PARAMS --> SETTING_PARAMS
7310Setting new parameter values...
7311onParametersSet:
7312CREC.Recognizer.non_terminal_timeout = 400
7313CREC.Recognizer.terminal_timeout = 200
7314CREC.Recognizer.optional_terminal_timeout = 300
7315CREC.Recognizer.eou_threshold = 500
7316SREC.Recognizer.utterance_timeout = 100
7317SETTING_PARAMS --> RESET_PARAMS
7318RESET_PARAMS --> RESETTING_PARAMS
7319Setting new parameter values...
7320onParametersSet:
7321CREC.Recognizer.non_terminal_timeout = 90
7322CREC.Recognizer.terminal_timeout = 30
7323CREC.Recognizer.optional_terminal_timeout = 45
7324CREC.Recognizer.eou_threshold = 120
7325SREC.Recognizer.utterance_timeout = 400
7326RESETTING_PARAMS --> RESET
7327RESET --> SHOW_ITERATION
7328---------------------------------------
7329Iteration:59
7330---------------------------------------
7331SHOW_ITERATION --> CREATE_GRAMMAR1
7332before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7333after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7334CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
7335before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7336after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7337CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
7338LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
7339G1Listener: onLoaded
7340G1Listener: Adding words to grammar slot
7341item 0: Jen Parker
7342item 1: John Martinez
7343item 2: Andrew Evans
7344G1Listener: Starting adding words to grammar slot
7345LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
7346G1Listener: onAddItemList
7347G1Listener: Finish adding words to grammar slot
7348ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
7349G1Listener: onCompileAllSlots
7350COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
7351SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
7352G1Listener: onSaved
7353SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
7354UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
7355G1Listener: onUnloaded
7356UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
7357CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
7358before CreateGrammar(/system/usr/srec/grammar3.g2g)
7359after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
7360G2Listener:  onLoaded
7361LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
7362RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
7363+recognize()
7364/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
7365MFRListener: onStarted()
7366-recognize()
7367onStarted
7368onBeginningOfSpeech
7369onEndOfSpeech
7370onRecognitionResult: 1
7371result 1:Andrew Evans:Andrew Evans:87
7372+onStopped()
7373RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
7374Saving.../system/usr/srec/R3_contactsTestSound.raw
7375-onStopped()
7376MFRListener: onStopped()
7377MFWListener: onStopped()
7378SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
7379UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
7380G2Listener:   onUnloaded
7381UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
7382LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
7383G2Listener:  onLoaded
7384LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
7385RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
7386+recognize()
7387/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
7388-recognize()
7389MFRListener: onStarted()
7390onStarted
7391onBeginningOfSpeech
7392MFRListener: onStopped()
7393onEndOfSpeech
7394onRecognitionResult: 1
7395result 1:forward:FWD:85
7396+onStopped()
7397RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
7398Saving.../system/usr/srec/R3_actionTestSound.raw
7399-onStopped()
7400MFWListener: onStopped()
7401SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
7402UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
7403G2Listener:   onUnloaded
7404UNLOADING_GRAMMAR2 --> MICROPHONE
7405Start recording...
7406MICROPHONE --> STATE_MICROPHONE_STARTING
7407MICListener: onStarted()
7408Record for 2 secs.
7409STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
7410MICROPHONE_RECORDING --> RECORDING_STOP
7411RECORDING_STOP --> STOPPING_MICROPHONE
7412MICListener: onStopped()
7413STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
7414Sleep 1800 ms (workaround for Sooner audio driver bug)
7415Woke up
7416MICListener: Saving record sound R3_microphoneTestSound.raw
7417STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
7418MFWListener: onStopped()
7419SAVING_RECORDED_AUDIO --> COMPARE_FILES
7420Compare MIC Files
7421/system/usr/srec/R3_microphoneTestSound.raw
7422Size:41004
7423COMPARE_FILES --> GET_PARAMS
7424GET_PARAMS --> GETTING_PARAMS
7425Retrieving parameter values...
7426onParametersGet:
7427CREC.Recognizer.non_terminal_timeout = 90
7428CREC.Recognizer.optional_terminal_timeout = 45
7429CREC.Recognizer.terminal_timeout = 30
7430CREC.Recognizer.eou_threshold = 120
7431SREC.Recognizer.utterance_timeout = 400
7432GETTING_PARAMS --> SET_PARAMS
7433SET_PARAMS --> SETTING_PARAMS
7434Setting new parameter values...
7435onParametersSet:
7436CREC.Recognizer.non_terminal_timeout = 400
7437CREC.Recognizer.terminal_timeout = 200
7438CREC.Recognizer.optional_terminal_timeout = 300
7439CREC.Recognizer.eou_threshold = 500
7440SREC.Recognizer.utterance_timeout = 100
7441SETTING_PARAMS --> RESET_PARAMS
7442RESET_PARAMS --> RESETTING_PARAMS
7443Setting new parameter values...
7444onParametersSet:
7445CREC.Recognizer.non_terminal_timeout = 90
7446CREC.Recognizer.terminal_timeout = 30
7447CREC.Recognizer.optional_terminal_timeout = 45
7448CREC.Recognizer.eou_threshold = 120
7449SREC.Recognizer.utterance_timeout = 400
7450RESETTING_PARAMS --> RESET
7451RESET --> SHOW_ITERATION
7452---------------------------------------
7453Iteration:60
7454---------------------------------------
7455SHOW_ITERATION --> CREATE_GRAMMAR1
7456before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7457after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7458CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
7459before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7460after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7461CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
7462LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
7463G1Listener: onLoaded
7464G1Listener: Adding words to grammar slot
7465item 0: Jen Parker
7466item 1: John Martinez
7467item 2: Andrew Evans
7468G1Listener: Starting adding words to grammar slot
7469LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
7470G1Listener: onAddItemList
7471G1Listener: Finish adding words to grammar slot
7472ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
7473G1Listener: onCompileAllSlots
7474COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
7475SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
7476G1Listener: onSaved
7477SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
7478UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
7479G1Listener: onUnloaded
7480UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
7481CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
7482before CreateGrammar(/system/usr/srec/grammar3.g2g)
7483after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
7484G2Listener:  onLoaded
7485LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
7486RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
7487+recognize()
7488/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
7489MFRListener: onStarted()
7490-recognize()
7491onStarted
7492onBeginningOfSpeech
7493MFRListener: onStopped()
7494onEndOfSpeech
7495onRecognitionResult: 1
7496result 1:phone delete Jen Parker:DEL Jen Parker:84
7497+onStopped()
7498RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
7499Saving.../system/usr/srec/R3_contactsTestSound.raw
7500-onStopped()
7501MFWListener: onStopped()
7502SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
7503UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
7504G2Listener:   onUnloaded
7505UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
7506LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
7507G2Listener:  onLoaded
7508LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
7509RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
7510+recognize()
7511/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
7512-recognize()
7513MFRListener: onStarted()
7514onStarted
7515onBeginningOfSpeech
7516onEndOfSpeech
7517MFRListener: onStopped()
7518onRecognitionResult: 1
7519result 1:traffic information:TRFI:90
7520+onStopped()
7521RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
7522Saving.../system/usr/srec/R3_actionTestSound.raw
7523-onStopped()
7524MFWListener: onStopped()
7525SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
7526UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
7527G2Listener:   onUnloaded
7528UNLOADING_GRAMMAR2 --> MICROPHONE
7529Start recording...
7530MICROPHONE --> STATE_MICROPHONE_STARTING
7531MICListener: onStarted()
7532Record for 2 secs.
7533STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
7534MICROPHONE_RECORDING --> RECORDING_STOP
7535RECORDING_STOP --> STOPPING_MICROPHONE
7536MICListener: onStopped()
7537STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
7538Sleep 1800 ms (workaround for Sooner audio driver bug)
7539Woke up
7540MICListener: Saving record sound R3_microphoneTestSound.raw
7541STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
7542MFWListener: onStopped()
7543SAVING_RECORDED_AUDIO --> COMPARE_FILES
7544Compare MIC Files
7545/system/usr/srec/R3_microphoneTestSound.raw
7546Size:41004
7547COMPARE_FILES --> GET_PARAMS
7548GET_PARAMS --> GETTING_PARAMS
7549Retrieving parameter values...
7550onParametersGet:
7551CREC.Recognizer.non_terminal_timeout = 90
7552CREC.Recognizer.optional_terminal_timeout = 45
7553CREC.Recognizer.terminal_timeout = 30
7554CREC.Recognizer.eou_threshold = 120
7555SREC.Recognizer.utterance_timeout = 400
7556GETTING_PARAMS --> SET_PARAMS
7557SET_PARAMS --> SETTING_PARAMS
7558Setting new parameter values...
7559onParametersSet:
7560CREC.Recognizer.non_terminal_timeout = 400
7561CREC.Recognizer.terminal_timeout = 200
7562CREC.Recognizer.optional_terminal_timeout = 300
7563CREC.Recognizer.eou_threshold = 500
7564SREC.Recognizer.utterance_timeout = 100
7565SETTING_PARAMS --> RESET_PARAMS
7566RESET_PARAMS --> RESETTING_PARAMS
7567Setting new parameter values...
7568onParametersSet:
7569CREC.Recognizer.non_terminal_timeout = 90
7570CREC.Recognizer.terminal_timeout = 30
7571CREC.Recognizer.optional_terminal_timeout = 45
7572CREC.Recognizer.eou_threshold = 120
7573SREC.Recognizer.utterance_timeout = 400
7574RESETTING_PARAMS --> RESET
7575RESET --> SHOW_ITERATION
7576---------------------------------------
7577Iteration:61
7578---------------------------------------
7579SHOW_ITERATION --> CREATE_GRAMMAR1
7580before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7581after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7582CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
7583before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7584after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7585CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
7586LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
7587G1Listener: onLoaded
7588G1Listener: Adding words to grammar slot
7589item 0: Jen Parker
7590item 1: John Martinez
7591item 2: Andrew Evans
7592G1Listener: Starting adding words to grammar slot
7593LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
7594G1Listener: onAddItemList
7595G1Listener: Finish adding words to grammar slot
7596ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
7597G1Listener: onCompileAllSlots
7598COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
7599SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
7600G1Listener: onSaved
7601SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
7602UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
7603G1Listener: onUnloaded
7604UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
7605CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
7606before CreateGrammar(/system/usr/srec/grammar3.g2g)
7607after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
7608G2Listener:  onLoaded
7609LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
7610RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
7611+recognize()
7612/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
7613MFRListener: onStarted()
7614-recognize()
7615onStarted
7616onBeginningOfSpeech
7617onEndOfSpeech
7618onRecognitionResult: 1
7619result 1:phone delete John Martinez:DEL John Martinez:88
7620+onStopped()
7621RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
7622Saving.../system/usr/srec/R3_contactsTestSound.raw
7623-onStopped()
7624MFRListener: onStopped()
7625MFWListener: onStopped()
7626SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
7627UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
7628G2Listener:   onUnloaded
7629UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
7630LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
7631G2Listener:  onLoaded
7632LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
7633RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
7634+recognize()
7635/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
7636MFRListener: onStarted()
7637-recognize()
7638onStarted
7639onBeginningOfSpeech
7640MFRListener: onStopped()
7641onEndOfSpeech
7642onRecognitionResult: 1
7643result 1:changer:CHANGER:90
7644+onStopped()
7645RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
7646Saving.../system/usr/srec/R3_actionTestSound.raw
7647-onStopped()
7648MFWListener: onStopped()
7649SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
7650UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
7651G2Listener:   onUnloaded
7652UNLOADING_GRAMMAR2 --> MICROPHONE
7653Start recording...
7654MICROPHONE --> STATE_MICROPHONE_STARTING
7655MICListener: onStarted()
7656Record for 2 secs.
7657STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
7658MICROPHONE_RECORDING --> RECORDING_STOP
7659RECORDING_STOP --> STOPPING_MICROPHONE
7660MICListener: onStopped()
7661STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
7662Sleep 1800 ms (workaround for Sooner audio driver bug)
7663Woke up
7664MICListener: Saving record sound R3_microphoneTestSound.raw
7665STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
7666MFWListener: onStopped()
7667SAVING_RECORDED_AUDIO --> COMPARE_FILES
7668Compare MIC Files
7669/system/usr/srec/R3_microphoneTestSound.raw
7670Size:41004
7671COMPARE_FILES --> GET_PARAMS
7672GET_PARAMS --> GETTING_PARAMS
7673Retrieving parameter values...
7674onParametersGet:
7675CREC.Recognizer.non_terminal_timeout = 90
7676CREC.Recognizer.optional_terminal_timeout = 45
7677CREC.Recognizer.terminal_timeout = 30
7678CREC.Recognizer.eou_threshold = 120
7679SREC.Recognizer.utterance_timeout = 400
7680GETTING_PARAMS --> SET_PARAMS
7681SET_PARAMS --> SETTING_PARAMS
7682Setting new parameter values...
7683onParametersSet:
7684CREC.Recognizer.non_terminal_timeout = 400
7685CREC.Recognizer.terminal_timeout = 200
7686CREC.Recognizer.optional_terminal_timeout = 300
7687CREC.Recognizer.eou_threshold = 500
7688SREC.Recognizer.utterance_timeout = 100
7689SETTING_PARAMS --> RESET_PARAMS
7690RESET_PARAMS --> RESETTING_PARAMS
7691Setting new parameter values...
7692onParametersSet:
7693CREC.Recognizer.non_terminal_timeout = 90
7694CREC.Recognizer.terminal_timeout = 30
7695CREC.Recognizer.optional_terminal_timeout = 45
7696CREC.Recognizer.eou_threshold = 120
7697SREC.Recognizer.utterance_timeout = 400
7698RESETTING_PARAMS --> RESET
7699RESET --> SHOW_ITERATION
7700---------------------------------------
7701Iteration:62
7702---------------------------------------
7703SHOW_ITERATION --> CREATE_GRAMMAR1
7704before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7705after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7706CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
7707before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7708after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7709CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
7710LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
7711G1Listener: onLoaded
7712G1Listener: Adding words to grammar slot
7713item 0: Jen Parker
7714item 1: John Martinez
7715item 2: Andrew Evans
7716G1Listener: Starting adding words to grammar slot
7717LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
7718G1Listener: onAddItemList
7719G1Listener: Finish adding words to grammar slot
7720ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
7721G1Listener: onCompileAllSlots
7722COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
7723SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
7724G1Listener: onSaved
7725SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
7726UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
7727G1Listener: onUnloaded
7728UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
7729CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
7730before CreateGrammar(/system/usr/srec/grammar3.g2g)
7731after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
7732G2Listener:  onLoaded
7733LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
7734RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
7735+recognize()
7736/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
7737MFRListener: onStarted()
7738-recognize()
7739onStarted
7740onBeginningOfSpeech
7741onEndOfSpeech
7742onRecognitionResult: 1
7743result 1:Andrew Evans:Andrew Evans:87
7744+onStopped()
7745RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
7746Saving.../system/usr/srec/R3_contactsTestSound.raw
7747-onStopped()
7748MFRListener: onStopped()
7749MFWListener: onStopped()
7750SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
7751UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
7752G2Listener:   onUnloaded
7753UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
7754LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
7755G2Listener:  onLoaded
7756LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
7757RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
7758+recognize()
7759/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
7760MFRListener: onStarted()
7761onStarted
7762-recognize()
7763onBeginningOfSpeech
7764MFRListener: onStopped()
7765onEndOfSpeech
7766onRecognitionResult: 1
7767result 1:forward:FWD:85
7768+onStopped()
7769RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
7770Saving.../system/usr/srec/R3_actionTestSound.raw
7771-onStopped()
7772MFWListener: onStopped()
7773SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
7774UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
7775G2Listener:   onUnloaded
7776UNLOADING_GRAMMAR2 --> MICROPHONE
7777Start recording...
7778MICROPHONE --> STATE_MICROPHONE_STARTING
7779MICListener: onStarted()
7780Record for 2 secs.
7781STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
7782MICROPHONE_RECORDING --> RECORDING_STOP
7783RECORDING_STOP --> STOPPING_MICROPHONE
7784MICListener: onStopped()
7785STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
7786Sleep 1800 ms (workaround for Sooner audio driver bug)
7787Woke up
7788MICListener: Saving record sound R3_microphoneTestSound.raw
7789STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
7790MFWListener: onStopped()
7791SAVING_RECORDED_AUDIO --> COMPARE_FILES
7792Compare MIC Files
7793/system/usr/srec/R3_microphoneTestSound.raw
7794Size:41004
7795COMPARE_FILES --> GET_PARAMS
7796GET_PARAMS --> GETTING_PARAMS
7797Retrieving parameter values...
7798onParametersGet:
7799CREC.Recognizer.non_terminal_timeout = 90
7800CREC.Recognizer.optional_terminal_timeout = 45
7801CREC.Recognizer.terminal_timeout = 30
7802CREC.Recognizer.eou_threshold = 120
7803SREC.Recognizer.utterance_timeout = 400
7804GETTING_PARAMS --> SET_PARAMS
7805SET_PARAMS --> SETTING_PARAMS
7806Setting new parameter values...
7807onParametersSet:
7808CREC.Recognizer.non_terminal_timeout = 400
7809CREC.Recognizer.terminal_timeout = 200
7810CREC.Recognizer.optional_terminal_timeout = 300
7811CREC.Recognizer.eou_threshold = 500
7812SREC.Recognizer.utterance_timeout = 100
7813SETTING_PARAMS --> RESET_PARAMS
7814RESET_PARAMS --> RESETTING_PARAMS
7815Setting new parameter values...
7816onParametersSet:
7817CREC.Recognizer.non_terminal_timeout = 90
7818CREC.Recognizer.terminal_timeout = 30
7819CREC.Recognizer.optional_terminal_timeout = 45
7820CREC.Recognizer.eou_threshold = 120
7821SREC.Recognizer.utterance_timeout = 400
7822RESETTING_PARAMS --> RESET
7823RESET --> SHOW_ITERATION
7824---------------------------------------
7825Iteration:63
7826---------------------------------------
7827SHOW_ITERATION --> CREATE_GRAMMAR1
7828before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7829after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7830CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
7831before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7832after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7833CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
7834LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
7835G1Listener: onLoaded
7836G1Listener: Adding words to grammar slot
7837item 0: Jen Parker
7838item 1: John Martinez
7839item 2: Andrew Evans
7840G1Listener: Starting adding words to grammar slot
7841LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
7842G1Listener: onAddItemList
7843G1Listener: Finish adding words to grammar slot
7844ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
7845G1Listener: onCompileAllSlots
7846COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
7847SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
7848G1Listener: onSaved
7849SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
7850UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
7851G1Listener: onUnloaded
7852UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
7853CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
7854before CreateGrammar(/system/usr/srec/grammar3.g2g)
7855after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
7856G2Listener:  onLoaded
7857LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
7858RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
7859+recognize()
7860/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
7861MFRListener: onStarted()
7862-recognize()
7863onStarted
7864onBeginningOfSpeech
7865MFRListener: onStopped()
7866onEndOfSpeech
7867onRecognitionResult: 1
7868result 1:phone delete Jen Parker:DEL Jen Parker:84
7869+onStopped()
7870RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
7871Saving.../system/usr/srec/R3_contactsTestSound.raw
7872-onStopped()
7873MFWListener: onStopped()
7874SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
7875UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
7876G2Listener:   onUnloaded
7877UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
7878LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
7879G2Listener:  onLoaded
7880LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
7881RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
7882+recognize()
7883/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
7884-recognize()
7885MFRListener: onStarted()
7886onStarted
7887onBeginningOfSpeech
7888MFRListener: onStopped()
7889onEndOfSpeech
7890onRecognitionResult: 1
7891result 1:traffic information:TRFI:90
7892+onStopped()
7893RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
7894Saving.../system/usr/srec/R3_actionTestSound.raw
7895-onStopped()
7896MFWListener: onStopped()
7897SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
7898UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
7899G2Listener:   onUnloaded
7900UNLOADING_GRAMMAR2 --> MICROPHONE
7901Start recording...
7902MICROPHONE --> STATE_MICROPHONE_STARTING
7903MICListener: onStarted()
7904Record for 2 secs.
7905STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
7906MICROPHONE_RECORDING --> RECORDING_STOP
7907RECORDING_STOP --> STOPPING_MICROPHONE
7908MICListener: onStopped()
7909STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
7910Sleep 1800 ms (workaround for Sooner audio driver bug)
7911Woke up
7912MICListener: Saving record sound R3_microphoneTestSound.raw
7913STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
7914MFWListener: onStopped()
7915SAVING_RECORDED_AUDIO --> COMPARE_FILES
7916Compare MIC Files
7917/system/usr/srec/R3_microphoneTestSound.raw
7918Size:41004
7919COMPARE_FILES --> GET_PARAMS
7920GET_PARAMS --> GETTING_PARAMS
7921Retrieving parameter values...
7922onParametersGet:
7923CREC.Recognizer.non_terminal_timeout = 90
7924CREC.Recognizer.optional_terminal_timeout = 45
7925CREC.Recognizer.terminal_timeout = 30
7926CREC.Recognizer.eou_threshold = 120
7927SREC.Recognizer.utterance_timeout = 400
7928GETTING_PARAMS --> SET_PARAMS
7929SET_PARAMS --> SETTING_PARAMS
7930Setting new parameter values...
7931onParametersSet:
7932CREC.Recognizer.non_terminal_timeout = 400
7933CREC.Recognizer.terminal_timeout = 200
7934CREC.Recognizer.optional_terminal_timeout = 300
7935CREC.Recognizer.eou_threshold = 500
7936SREC.Recognizer.utterance_timeout = 100
7937SETTING_PARAMS --> RESET_PARAMS
7938RESET_PARAMS --> RESETTING_PARAMS
7939Setting new parameter values...
7940onParametersSet:
7941CREC.Recognizer.non_terminal_timeout = 90
7942CREC.Recognizer.terminal_timeout = 30
7943CREC.Recognizer.optional_terminal_timeout = 45
7944CREC.Recognizer.eou_threshold = 120
7945SREC.Recognizer.utterance_timeout = 400
7946RESETTING_PARAMS --> RESET
7947RESET --> SHOW_ITERATION
7948---------------------------------------
7949Iteration:64
7950---------------------------------------
7951SHOW_ITERATION --> CREATE_GRAMMAR1
7952before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7953after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7954CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
7955before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7956after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
7957CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
7958LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
7959G1Listener: onLoaded
7960G1Listener: Adding words to grammar slot
7961item 0: Jen Parker
7962item 1: John Martinez
7963item 2: Andrew Evans
7964G1Listener: Starting adding words to grammar slot
7965LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
7966G1Listener: onAddItemList
7967G1Listener: Finish adding words to grammar slot
7968ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
7969G1Listener: onCompileAllSlots
7970COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
7971SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
7972G1Listener: onSaved
7973SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
7974UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
7975G1Listener: onUnloaded
7976UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
7977CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
7978before CreateGrammar(/system/usr/srec/grammar3.g2g)
7979after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
7980G2Listener:  onLoaded
7981LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
7982RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
7983+recognize()
7984/system/usr/srec/config/en.us/audio/v139/v139_103.nwv
7985MFRListener: onStarted()
7986-recognize()
7987onStarted
7988onBeginningOfSpeech
7989onEndOfSpeech
7990onRecognitionResult: 1
7991result 1:phone delete John Martinez:DEL John Martinez:88
7992+onStopped()
7993RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
7994Saving.../system/usr/srec/R3_contactsTestSound.raw
7995-onStopped()
7996MFRListener: onStopped()
7997MFWListener: onStopped()
7998SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
7999UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
8000G2Listener:   onUnloaded
8001UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
8002LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
8003G2Listener:  onLoaded
8004LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
8005RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
8006+recognize()
8007/system/usr/srec/config/en.us/audio/m252/m252a10e.nwv
8008-recognize()
8009MFRListener: onStarted()
8010onStarted
8011onBeginningOfSpeech
8012MFRListener: onStopped()
8013onEndOfSpeech
8014onRecognitionResult: 1
8015result 1:changer:CHANGER:90
8016+onStopped()
8017RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
8018Saving.../system/usr/srec/R3_actionTestSound.raw
8019-onStopped()
8020MFWListener: onStopped()
8021SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
8022UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
8023G2Listener:   onUnloaded
8024UNLOADING_GRAMMAR2 --> MICROPHONE
8025Start recording...
8026MICROPHONE --> STATE_MICROPHONE_STARTING
8027MICListener: onStarted()
8028Record for 2 secs.
8029STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
8030MICROPHONE_RECORDING --> RECORDING_STOP
8031RECORDING_STOP --> STOPPING_MICROPHONE
8032MICListener: onStopped()
8033STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
8034Sleep 1800 ms (workaround for Sooner audio driver bug)
8035Woke up
8036MICListener: Saving record sound R3_microphoneTestSound.raw
8037STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
8038MFWListener: onStopped()
8039SAVING_RECORDED_AUDIO --> COMPARE_FILES
8040Compare MIC Files
8041/system/usr/srec/R3_microphoneTestSound.raw
8042Size:41004
8043COMPARE_FILES --> GET_PARAMS
8044GET_PARAMS --> GETTING_PARAMS
8045Retrieving parameter values...
8046onParametersGet:
8047CREC.Recognizer.non_terminal_timeout = 90
8048CREC.Recognizer.optional_terminal_timeout = 45
8049CREC.Recognizer.terminal_timeout = 30
8050CREC.Recognizer.eou_threshold = 120
8051SREC.Recognizer.utterance_timeout = 400
8052GETTING_PARAMS --> SET_PARAMS
8053SET_PARAMS --> SETTING_PARAMS
8054Setting new parameter values...
8055onParametersSet:
8056CREC.Recognizer.non_terminal_timeout = 400
8057CREC.Recognizer.terminal_timeout = 200
8058CREC.Recognizer.optional_terminal_timeout = 300
8059CREC.Recognizer.eou_threshold = 500
8060SREC.Recognizer.utterance_timeout = 100
8061SETTING_PARAMS --> RESET_PARAMS
8062RESET_PARAMS --> RESETTING_PARAMS
8063Setting new parameter values...
8064onParametersSet:
8065CREC.Recognizer.non_terminal_timeout = 90
8066CREC.Recognizer.terminal_timeout = 30
8067CREC.Recognizer.optional_terminal_timeout = 45
8068CREC.Recognizer.eou_threshold = 120
8069SREC.Recognizer.utterance_timeout = 400
8070RESETTING_PARAMS --> RESET
8071RESET --> SHOW_ITERATION
8072---------------------------------------
8073Iteration:65
8074---------------------------------------
8075SHOW_ITERATION --> CREATE_GRAMMAR1
8076before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
8077after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
8078CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
8079before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
8080after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
8081CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
8082LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
8083G1Listener: onLoaded
8084G1Listener: Adding words to grammar slot
8085item 0: Jen Parker
8086item 1: John Martinez
8087item 2: Andrew Evans
8088G1Listener: Starting adding words to grammar slot
8089LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
8090G1Listener: onAddItemList
8091G1Listener: Finish adding words to grammar slot
8092ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
8093G1Listener: onCompileAllSlots
8094COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
8095SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
8096G1Listener: onSaved
8097SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
8098UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
8099G1Listener: onUnloaded
8100UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
8101CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
8102before CreateGrammar(/system/usr/srec/grammar3.g2g)
8103after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
8104G2Listener:  onLoaded
8105LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
8106RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
8107+recognize()
8108/system/usr/srec/config/en.us/audio/v139/v139_254.nwv
8109MFRListener: onStarted()
8110-recognize()
8111onStarted
8112onBeginningOfSpeech
8113onEndOfSpeech
8114onRecognitionResult: 1
8115result 1:Andrew Evans:Andrew Evans:87
8116+onStopped()
8117RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
8118Saving.../system/usr/srec/R3_contactsTestSound.raw
8119-onStopped()
8120MFRListener: onStopped()
8121MFWListener: onStopped()
8122SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
8123UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
8124G2Listener:   onUnloaded
8125UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
8126LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
8127G2Listener:  onLoaded
8128LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
8129RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
8130+recognize()
8131/system/usr/srec/config/en.us/audio/m252/m252a12e.nwv
8132MFRListener: onStarted()
8133onStarted
8134-recognize()
8135onBeginningOfSpeech
8136MFRListener: onStopped()
8137onEndOfSpeech
8138onRecognitionResult: 1
8139result 1:forward:FWD:85
8140+onStopped()
8141RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
8142Saving.../system/usr/srec/R3_actionTestSound.raw
8143-onStopped()
8144MFWListener: onStopped()
8145SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
8146UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
8147G2Listener:   onUnloaded
8148UNLOADING_GRAMMAR2 --> MICROPHONE
8149Start recording...
8150MICROPHONE --> STATE_MICROPHONE_STARTING
8151MICListener: onStarted()
8152Record for 2 secs.
8153STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
8154MICROPHONE_RECORDING --> RECORDING_STOP
8155RECORDING_STOP --> STOPPING_MICROPHONE
8156MICListener: onStopped()
8157STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
8158Sleep 1800 ms (workaround for Sooner audio driver bug)
8159Woke up
8160MICListener: Saving record sound R3_microphoneTestSound.raw
8161STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
8162MFWListener: onStopped()
8163SAVING_RECORDED_AUDIO --> COMPARE_FILES
8164Compare MIC Files
8165/system/usr/srec/R3_microphoneTestSound.raw
8166Size:41004
8167COMPARE_FILES --> GET_PARAMS
8168GET_PARAMS --> GETTING_PARAMS
8169Retrieving parameter values...
8170onParametersGet:
8171CREC.Recognizer.non_terminal_timeout = 90
8172CREC.Recognizer.optional_terminal_timeout = 45
8173CREC.Recognizer.terminal_timeout = 30
8174CREC.Recognizer.eou_threshold = 120
8175SREC.Recognizer.utterance_timeout = 400
8176GETTING_PARAMS --> SET_PARAMS
8177SET_PARAMS --> SETTING_PARAMS
8178Setting new parameter values...
8179onParametersSet:
8180CREC.Recognizer.non_terminal_timeout = 400
8181CREC.Recognizer.terminal_timeout = 200
8182CREC.Recognizer.optional_terminal_timeout = 300
8183CREC.Recognizer.eou_threshold = 500
8184SREC.Recognizer.utterance_timeout = 100
8185SETTING_PARAMS --> RESET_PARAMS
8186RESET_PARAMS --> RESETTING_PARAMS
8187Setting new parameter values...
8188onParametersSet:
8189CREC.Recognizer.non_terminal_timeout = 90
8190CREC.Recognizer.terminal_timeout = 30
8191CREC.Recognizer.optional_terminal_timeout = 45
8192CREC.Recognizer.eou_threshold = 120
8193SREC.Recognizer.utterance_timeout = 400
8194RESETTING_PARAMS --> RESET
8195RESET --> SHOW_ITERATION
8196---------------------------------------
8197Iteration:66
8198---------------------------------------
8199SHOW_ITERATION --> CREATE_GRAMMAR1
8200before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
8201after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
8202CREATE_GRAMMAR1 --> CREATE_GRAMMAR2
8203before CreateGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
8204after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
8205CREATE_GRAMMAR2 --> LOAD_GRAMMAR1
8206LOAD_GRAMMAR1 --> LOADING_GRAMMAR1
8207G1Listener: onLoaded
8208G1Listener: Adding words to grammar slot
8209item 0: Jen Parker
8210item 1: John Martinez
8211item 2: Andrew Evans
8212G1Listener: Starting adding words to grammar slot
8213LOADING_GRAMMAR1 --> ADD_SLOT_ITEM_LIST
8214G1Listener: onAddItemList
8215G1Listener: Finish adding words to grammar slot
8216ADD_SLOT_ITEM_LIST --> COMPILING_GRAMMAR1
8217G1Listener: onCompileAllSlots
8218COMPILING_GRAMMAR1 --> SAVE_GRAMMAR1
8219SAVE_GRAMMAR1 --> SAVING_GRAMMAR1
8220G1Listener: onSaved
8221SAVING_GRAMMAR1 --> UNLOAD_GRAMMAR1
8222UNLOAD_GRAMMAR1 --> UNLOADING_GRAMMAR1
8223G1Listener: onUnloaded
8224UNLOADING_GRAMMAR1 --> CREATE_GRAMMAR3
8225CREATE_GRAMMAR3 --> LOADING_GRAMMAR3
8226before CreateGrammar(/system/usr/srec/grammar3.g2g)
8227after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
8228G2Listener:  onLoaded
8229LOADING_GRAMMAR3 --> RECOGNIZE_WITH_GRAMMAR3
8230RECOGNIZE_WITH_GRAMMAR3 --> RECOGNIZING_WITH_GRAMMAR3
8231+recognize()
8232/system/usr/srec/config/en.us/audio/v139/v139_113.nwv
8233MFRListener: onStarted()
8234-recognize()
8235onStarted
8236onBeginningOfSpeech
8237MFRListener: onStopped()
8238onEndOfSpeech
8239onRecognitionResult: 1
8240result 1:phone delete Jen Parker:DEL Jen Parker:84
8241+onStopped()
8242RECOGNIZING_WITH_GRAMMAR3 --> SAVING_CONTATCS_TEST_SOUND
8243Saving.../system/usr/srec/R3_contactsTestSound.raw
8244-onStopped()
8245MFWListener: onStopped()
8246SAVING_CONTATCS_TEST_SOUND --> UNLOAD_GRAMMAR3
8247UNLOAD_GRAMMAR3 --> UNLOADING_GRAMMAR3
8248G2Listener:   onUnloaded
8249UNLOADING_GRAMMAR3 --> LOAD_GRAMMAR2
8250LOAD_GRAMMAR2 --> LOADING_GRAMMAR2
8251G2Listener:  onLoaded
8252LOADING_GRAMMAR2 --> RECOGNIZE_WITH_GRAMMAR2
8253RECOGNIZE_WITH_GRAMMAR2 --> RECOGNIZING_WITH_GRAMMAR2
8254+recognize()
8255/system/usr/srec/config/en.us/audio/m252/m252a11e.nwv
8256-recognize()
8257MFRListener: onStarted()
8258onStarted
8259onBeginningOfSpeech
8260MFRListener: onStopped()
8261onEndOfSpeech
8262onRecognitionResult: 1
8263result 1:traffic information:TRFI:90
8264+onStopped()
8265RECOGNIZING_WITH_GRAMMAR2 --> SAVING_ACTION_TEST_SOUND
8266Saving.../system/usr/srec/R3_actionTestSound.raw
8267-onStopped()
8268MFWListener: onStopped()
8269SAVING_ACTION_TEST_SOUND --> UNLOAD_GRAMMAR2
8270UNLOAD_GRAMMAR2 --> UNLOADING_GRAMMAR2
8271G2Listener:   onUnloaded
8272UNLOADING_GRAMMAR2 --> MICROPHONE
8273Start recording...
8274MICROPHONE --> STATE_MICROPHONE_STARTING
8275MICListener: onStarted()
8276Record for 2 secs.
8277STATE_MICROPHONE_STARTING --> MICROPHONE_RECORDING
8278MICROPHONE_RECORDING --> RECORDING_STOP
8279RECORDING_STOP --> STOPPING_MICROPHONE
8280MICListener: onStopped()
8281STOPPING_MICROPHONE --> STATE_SAVE_RECORDED_AUDIO
8282Sleep 1800 ms (workaround for Sooner audio driver bug)
8283Woke up
8284MICListener: Saving record sound R3_microphoneTestSound.raw
8285STATE_SAVE_RECORDED_AUDIO --> SAVING_RECORDED_AUDIO
8286MFWListener: onStopped()
8287SAVING_RECORDED_AUDIO --> COMPARE_FILES
8288Compare MIC Files
8289/system/usr/srec/R3_microphoneTestSound.raw
8290Size:41004
8291COMPARE_FILES --> GET_PARAMS
8292GET_PARAMS --> GETTING_PARAMS
8293Retrieving parameter values...
8294onParametersGet:
8295CREC.Recognizer.non_terminal_timeout = 90
8296CREC.Recognizer.optional_terminal_timeout = 45
8297CREC.Recognizer.terminal_timeout = 30
8298CREC.Recognizer.eou_threshold = 120
8299SREC.Recognizer.utterance_timeout = 400
8300GETTING_PARAMS --> SET_PARAMS
8301SET_PARAMS --> SETTING_PARAMS
8302Setting new parameter values...
8303onParametersSet:
8304CREC.Recognizer.non_terminal_timeout = 400
8305CREC.Recognizer.terminal_timeout = 200
8306CREC.Recognizer.optional_terminal_timeout = 300
8307CREC.Recognizer.eou_threshold = 500
8308SREC.Recognizer.utterance_timeout = 100
8309SETTING_PARAMS --> RESET_PARAMS
8310RESET_PARAMS --> RESETTING_PARAMS
8311Setting new parameter values...
8312onParametersSet:
8313CREC.Recognizer.non_terminal_timeout = 90
8314CREC.Recognizer.terminal_timeout = 30
8315CREC.Recognizer.optional_terminal_timeout = 45
8316CREC.Recognizer.eou_threshold = 120
8317SREC.Recognizer.utterance_timeout = 400
8318RESETTING_PARAMS --> RESET
8319RESET --> SHOW_ITERATION
8320<< test continues on until it is manually stopped >>
8321