hi!im using pocketsphinx_continuous. its recognize speech that when you begin
speech to end. i want to change speech begin and speech end values. how can i
access them? is anyone have idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi!im using pocketsphinx_continuous. its recognize speech that when you begin
speech to end. i want to change speech begin and speech end values. how can i
access them? is anyone have idea?
noone have an idea for this?
I am not certain what you are asking, but you should look at the code in
pocketsphinx-0.6.1/src/programs/continuous.c betwee
lines 137- and 217.
The loop between lines 164 and 189 collect the audio. The loop breaks at 173
and line 203 outputs the utterance hypothesis.
The HTML file pocketsphinx-0.6.1/doc/html/pocketsphinx_8h.html documents the
function calls you should look at.
Thanks. i looked all functions in there. but i couldnt reach exact speech
begin and end values.