I'm using sphinx2 but when i use tty_continuous.c It only works on first utterance.
even when I call fbs_end() and close ad_record and start it again between 2 utterances, it will not work correctly!
any ideas?
any solutions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I do it, by adding a uttproc_agcemax_set(0.0) at begining of each utterance!:)
but the problem was :
I use a 2 word dictionary (stop and go) and then start the sphinx2-continuous. I said "GO" and it can recognize it.
I said "GO" again and it can't recognize it. after that it can't recognize anything, until I close the sphinx2-continuous and start it again! it only works for first word (utterance)
I changed the tty_continuous.c and add uttproc_agcemax_set(0.0) befor each utterance starts, and it solve the problem!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using sphinx2 but when i use tty_continuous.c It only works on first utterance.
even when I call fbs_end() and close ad_record and start it again between 2 utterances, it will not work correctly!
any ideas?
any solutions?
Amin, it's completely unclear what is your problem. Please clarify:
I do it, by adding a uttproc_agcemax_set(0.0) at begining of each utterance!:)
but the problem was :
I use a 2 word dictionary (stop and go) and then start the sphinx2-continuous. I said "GO" and it can recognize it.
I said "GO" again and it can't recognize it. after that it can't recognize anything, until I close the sphinx2-continuous and start it again! it only works for first word (utterance)
I changed the tty_continuous.c and add uttproc_agcemax_set(0.0) befor each utterance starts, and it solve the problem!