VoxForge
hi
I training an4 database by following the tutorial.
After generating test data mfcs,
/tutorial/an4>perl scripts_pl\decode\slave.pl
I found error here
MODULE:DECODE Decoding Using models previously trained
Decoding 130 segments Strating at 0 (part 1 of 1)
Aligning results to find error rate
Can't open C:/tutorial/result/an4-1-1.match
word_align.pl failed with error code 65280 at scripts_pl\decode\slave.pl line 172.
This application has failed to start because sphinxbase.dll was not found ,Re-installing the application may fix this problem
I using Microsoft visual studio 2005
I Just do the following
SphinxTrain
SphinxTrain.sln
build->batchbuild->selectall->rebuild.
sphinxbase
sphinxbase.sln
build->batchbuild->selectall->rebuild.
sphinx3
sphinx3.sln
build->batchbuild->selectall->rebuild.
--- (Edited on 6/16/2009 8:07 am [GMT-0500] by Visitor) ---
Hi hss,
>I using Microsoft visual studio 2005
Was you sphinxbase.dllcreated? is it in your path (this post might help: Extending the DLL Search Path on Windows)?
Seems like you are not the only one experiencing this problem: sphinx3 with window. You might have better luck using Cygwin and make.
Ken
--- (Edited on 6/22/2009 1:08 pm [GMT-0400] by kmaclean) ---
Hi,
This may be late but you need to put the sphinxbase.dll and s3decoder.dll files into your Perl\bin directory (i.e. the directory with the Perl executable) in order for the tutorial script "slave.pl" to execute properly.
I'm not sure if the script awaits for the user to use a microphone and speak or something else since the tutorial said it uses 'test data'. The tutorial itself was unclear as to what this 'test data' was.
--- (Edited on 5/30/2011 9:02 pm [GMT-0500] by Visitor) ---