Hi,
yesterday i ported sphinx2 to sgi ( ad_sgi.c ) .
sphinx2-simple runs to the point where it prints "Listening...", but then nothing happens ( but it doesn't finish ).
adrec and adpow both work, so does anyone have an idea what
the problem might be?
Bye,
jogo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm. Maybe the audio level (gain) is up too high? That's the sort of thing it does when the volume floor never drops below the "someone's talking" threshhold. Can you change the audio level with a mixer after the recognizer starts?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
yesterday i ported sphinx2 to sgi ( ad_sgi.c ) .
sphinx2-simple runs to the point where it prints "Listening...", but then nothing happens ( but it doesn't finish ).
adrec and adpow both work, so does anyone have an idea what
the problem might be?
Bye,
jogo
Hmm. Maybe the audio level (gain) is up too high? That's the sort of thing it does when the volume floor never drops below the "someone's talking" threshhold. Can you change the audio level with a mixer after the recognizer starts?
Also, can you post the ad_sgi.c file? :)
I fiddled around with the gain slider, but no success until now.
The last thing sphinx2-demo gives me is:
[initializing]
[silence] [audio]
Maybe my radio is too loud? ;-)
Sure, I will post the ad_sgi.c as soon as it's running.
There have to be some changes in the configure.in as well.
Bye,
jogo
I fiddled around with the gain slider, but no success until now.
The last thing sphinx2-demo gives me is:
[initializing]
[silence] [audio]
Maybe my radio is too loud? ;-)
Sure, I will post the ad_sgi.c as soon as it's running.
There have to be some changes in the configure.in as well.
Bye,
jogo
Is it possible that my poor SGI ( an old Power Indigo 2 with a 75Mhz !
R8000) is just too slow?
When I start sphinx2-demo, it says [silence], and as long as I don't say anything, it doesn't take up much CPU time.
As soon as I start speaking, it says [audio] and teh CPU time is nearly
100 % :-(
I think I will try it at work with a more powerful machine.
There is a ad_irix.c in libsphinx2ad that *may* work for you.