From past 6 months i am using SPHINX-4 for indian accent english and acheived 60-70% accuracy for read speech not for spontaneous speech(free speech).
Now i am interesting to work with pocket sphinx and contribute my knowledge, can one of you tell me the procedure and required softwares to be installed ??
as of now i have
Microsoft visual studio 2005
Microsoft visual studio 2006
Microsoft window mobile
Active sync
Thank you inadvance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am getting the following error when running pocket sphinx. I just installed it. Any ideas?
stanhope@sherman:~/Desktop/pocketsphinx-0.5$ pocketsphinx_test
pocketsphinx_test
Run CMU PocketSphinx in Batch mode to decode an example utterance.
INFO: cmd_ln.c(459): Parsing command line:
/usr/local/bin/pocketsphinx_continuous \
-adcin yes \
-ctl /usr/local/share/pocketsphinx/model/lm/turtle/turtle.ctl \
-cepdir /usr/local/share/pocketsphinx/model/lm/turtle \
-cepext .16k \
-samprate 16000 \
-agc none \
-fwdflat no \
-bestpath no \
-lm /usr/local/share/pocketsphinx/model/lm/turtle/turtle.lm \
-dict /usr/local/share/pocketsphinx/model/lm/turtle/turtle.dic \
-hmm /usr/local/share/pocketsphinx/model/hmm/wsj1 \
-mmap yes
ERROR: "cmd_ln.c", line 512: Unknown argument name '-adcin'
ERROR: "cmd_ln.c", line 597: cmd_ln_parse_r failed
TEST FINISHED
If you want to log the output to a file, add the flag
-logfn <logfilename> to this script and rerun
Hi to all,
Good Morning, Hope all are doing well
From past 6 months i am using SPHINX-4 for indian accent english and acheived 60-70% accuracy for read speech not for spontaneous speech(free speech).
Now i am interesting to work with pocket sphinx and contribute my knowledge, can one of you tell me the procedure and required softwares to be installed ??
as of now i have
Thank you inadvance
pocketsphinx_test is broken (again). Please run other samples, pocketsphinx_tidigits for example.