I follow your instruction but I can't find where the file sphinxbase.dll and
pocketsphinx.dll are located.
However, I use MS VisualStudio 2010 to build both pocketsphinx and sphinxbase
then I have to get sphinx.dll and pocketsphinx.dll file from bin/debug is it
correct? and copy sphinx_fe from sphinxbase/src/ and copy the .exe file in
there to bin of my database
but It is still the same result.
Am I missing some important part?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ok I have manage to find the problem. Thank you very much.
in log file It said that sphinx_fe.c can't open my .wav file so that means
sphinx_fe work correctly and I need to record .wav again right?
the previous .wav file I recorded it by using notebook microphone with adobe
audition 1.5 sample rate 16000 mono and 16bit res.
Have any suggestion for tool in recording .wav files?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, everyone
First thank to Mr.nshmyrev for your suggestion.So I can manage to make
sphinxtrain
Then I follow the tutorial from http://cmusphinx.sourceforge.net/wiki/tutoria
lam
Now I have all file that need to be train so, I start to
It goes with no problem.
However, when in make_feats, the process run and look like this
the log show Extracting segments starting at (part -ctl of
etc/chessmodel_train.fileids)
and that's it. Then suddenly show input for next command.
Therefore, I check the file in feat but It is nothing in there.
However, I type verify_all to check and it give this log
Say that no mfc files were generated.
So I try to make_feats on an4 but it gives the same result.
Anyway to fix this?
Thank you in advance for your suggenstion
and sorry for my poor english grammar.
Copy sphinx_fe.exe to bin subfolder. Don't forget sphinxbase.dll and
pocketsphinx.dll.
Hello, nshmyrev
thank for fast reply
I follow your instruction but I can't find where the file sphinxbase.dll and
pocketsphinx.dll are located.
However, I use MS VisualStudio 2010 to build both pocketsphinx and sphinxbase
then I have to get sphinx.dll and pocketsphinx.dll file from bin/debug is it
correct? and copy sphinx_fe from sphinxbase/src/ and copy the .exe file in
there to bin of my database
but It is still the same result.
Am I missing some important part?
This is my data that I prepare to train http://www.4shared.com/file/kRNID0e8/
chessmodel.html
Is there have something wrong?
Thank you
Anyway, I try to use sphinx_fe.exe from /usr/local/bin
then I proceed with the same command. It provides with a little more further
information
Have any ideas to solve this?
It says you Please check log file for details
I check the log file that is generate in .html file and it saids
Extracting segments starting at (part -ctl of etc/chess2_train.fileids)
sphinx_fe Log File <<< (link)
This step had 2 ERROR messages and 0 WARNING messages. Please check the log
file for details.
completed
so I click that link to log file but It's not there.
It links to logdir folder so I try to look inside it but It's empty.
Ok, I see
You are trying to run the feature extraction as
You need to run it as
ok I have manage to find the problem. Thank you very much.
in log file It said that sphinx_fe.c can't open my .wav file so that means
sphinx_fe work correctly and I need to record .wav again right?
the previous .wav file I recorded it by using notebook microphone with adobe
audition 1.5 sample rate 16000 mono and 16bit res.
Have any suggestion for tool in recording .wav files?
Please be as specific as possible when you ask questions. If you ask about the
log file contents provide the log file.
Thank you very much I have manage to train the model.