1. Which kernel version should I use? Is there any module have to be included? (My Linux can play mp3 now)
2. I followed the user guide to see do the make. It seems all going well. I tried with sphinx-test.It displayed several pages of INFO and ended at some INFO line. I cannot see any result. why?
3. I tried the sphinx-demo. It stopped at [Initializing], and will jump out after around 15 seconds. What does it means?
4. I tried the sphinx-simple. It ended at
Audio ioctl(SPEED 16000) failed Invalid argument
ad_open_sps failed
what can I do to this?
Is there any thing I missed out b4 I run those apllications? I just run the commond like:
./configure
make
make test
make install
I am new in using Sphinx and Voice recognition software. Can anyone give me some advices? And also some more guide I can follow up. Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-04-13
#2: When I run sphinx2-test, the output ends with:
INFO: searchlat.c(918): BESTPATH: GO FORWARD TEN METERS (goforward -79489543)
INFO: searchlat.c(921): 25 nodes, 85 links searched
INFO: uttproc.c(394): 5.02 SoSINFO: uttproc.c(416): , 0.15 sec elapsedINFO: uttproc.c(417): , 0.03 xRTINFO: uttproc.c(420): , 0.15 sec CPUINFO: uttproc.c(421): , 0.03 xRTINFO: uttproc.c(429):
INFO: uttproc.c(437):
INFO: uttproc.c(439): TOTAL Elapsed time 0.15 seconds
INFO: uttproc.c(441): TOTAL CPU time 0.15 seconds
INFO: uttproc.c(443): TOTAL Speech 5.02 seconds
INFO: uttproc.c(446): AVERAGE 0.03 xRT(Elapsed)INFO: uttproc.c(448): , 0.03 xRT(CPU)
That "BESTPATH" line shows the recognition result, which is the correct answer for the speech data file that's used by the test.
Sorry, but I can't answer your other questions.
cheers,
jerry
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1. Which kernel version should I use? Is there any module have to be included? (My Linux can play mp3 now)
2. I followed the user guide to see do the make. It seems all going well. I tried with sphinx-test.It displayed several pages of INFO and ended at some INFO line. I cannot see any result. why?
3. I tried the sphinx-demo. It stopped at [Initializing], and will jump out after around 15 seconds. What does it means?
4. I tried the sphinx-simple. It ended at
Audio ioctl(SPEED 16000) failed Invalid argument
ad_open_sps failed
what can I do to this?
Is there any thing I missed out b4 I run those apllications? I just run the commond like:
./configure
make
make test
make install
I am new in using Sphinx and Voice recognition software. Can anyone give me some advices? And also some more guide I can follow up. Thanks!
#2: When I run sphinx2-test, the output ends with:
INFO: searchlat.c(918): BESTPATH: GO FORWARD TEN METERS (goforward -79489543)
INFO: searchlat.c(921): 25 nodes, 85 links searched
INFO: uttproc.c(394): 5.02 SoSINFO: uttproc.c(416): , 0.15 sec elapsedINFO: uttproc.c(417): , 0.03 xRTINFO: uttproc.c(420): , 0.15 sec CPUINFO: uttproc.c(421): , 0.03 xRTINFO: uttproc.c(429):
INFO: uttproc.c(437):
INFO: uttproc.c(439): TOTAL Elapsed time 0.15 seconds
INFO: uttproc.c(441): TOTAL CPU time 0.15 seconds
INFO: uttproc.c(443): TOTAL Speech 5.02 seconds
INFO: uttproc.c(446): AVERAGE 0.03 xRT(Elapsed)INFO: uttproc.c(448): , 0.03 xRT(CPU)
That "BESTPATH" line shows the recognition result, which is the correct answer for the speech data file that's used by the test.
Sorry, but I can't answer your other questions.
cheers,
jerry