I am running on windows platform and have attempted the following with 2
different packages: sphinx3.0.8 and sphinxbase4.1, as well as nightly build
versions of both sphinx3 and sphinxbase.
I am using the tutorial to setup the training environment and have not been
getting successful decodes.
When I run "perl scripts_pl\RunAll.pl" I only see error messages pertaing to:
ERROR: "c:\working\sphinx\tutorial\sphinxtrain\src\programs\bw\backward.c",
line 431: final state not reached
which I understand is expected and acceptable as it is related to alignment.
I do not see any other types of errors.
When I perform the preliminary decode, I get the following errors that i feel
should not affect the results as they are not used throughout the testing
data:
ERROR: "wid.c", line 282: <unk> is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: HALL is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: LANE is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: MEMORY is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: TWELVTH is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: WEAN is not a word in dictionary and it is not a
class tag. </unk>
I get the follwing statistics from the decode attempt:
"Aligning results to find error rate
SENTENCE ERROR: 99.2% (129/130) WORD ERROR RATE: 98.7% (763/773)"
When I take a look at an4.align, I see that there there is definitely
something wrong with the decoding. For example I see:
"RUBOUT G M E F THREE NINE (FCAW-AN406-FCAW-B) *** *** *** DECEMBER SIXTEENTH SEVENTY (FCAW-AN406-FCAW-B)
Words: 7 Correct: 0 Errors: 7 Percent correct = 0.00% Error = 100.00% Accuracy
= 0.00%
Insertions: 0 Deletions: 4 Substitutions: 3
ERASE C Q Q F SEVEN (FCAW-AN407-FCAW-B) *** *** W SECOND SEVENTEEN (FCAW-AN407-FCAW-B)
Words: 6 Correct: 0 Errors: 6 Percent correct = 0.00% Error = 100.00% Accuracy
= 0.00%
Insertions: 0 Deletions: 3 Substitutions: 3
B A O Z FIVE THREE (FCAW-AN408-FCAW-B)
*** *** *** *** JANUARY SEVENTEEN (FCAW-AN408-FCAW-B)
Words: 6 Correct: 0 Errors: 6 Percent correct = 0.00% Error = 100.00% Accuracy
= 0.00%"
I am unable to identify what is occurring that might cause such results. The
logs appear normal and are not providing me any indication of what the problem
might be.
Any suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The tutorial mentions to utilize setup_tutorial.pl for each of the folders.
How is the setup script different than the secondary setup script for each of
the respective folders? I am unable to tell by reading the scripts.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
About your problem, if you need help provide at least build and decode logs in
logdir folder. You can pack them in archive and upload to public sharing
resource for example.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the assistance. I have provided the link to the document here.
These are the results from using a nightly build all the components on or a
little before 2/28/10.
As FYI, to be able to build:
-sphinx3, I had to copy corpus.c and corpus.h from the 3.0.8 version.(the existing files had a function signature with additional arguments, which conflicted with other existing source files)
-sphinxbase, I had to copy wave2feat.c and .h from 4.1 version (these files weren't there at all)
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
and also provide .mfc file from test folder. If it's easy for you it's
probably reasonable to upload all training folder at once.
-sphinx3, I had to copy corpus.c and corpus.h from the 3.0.8 version.(the
existing files had a function signature with additional arguments, which
conflicted with other existing source files)
This was fixed already in nighlty build I think. Can you download again and
check?
-sphinxbase, I had to copy wave2feat.c and .h from 4.1 version (these files
weren't there at all)
This issue should be fixed in nightly also. Thouse files were removed from the
sources and must be removed from the project as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your an4 audio files (sph) were corrupted by archive extractor. It inserted \r
windows-style newlines everywhere. Please try to use other archive manager or
set options to supress files modification.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the response. I forget that sphinx is sensitive to windows
formatted files. I see if I can extract it without modifying the files.
Out of curiosity, I have had to make some changes to build sphinxbase4.1 and
sphinx3.0.8 in visual studio '10. Shall I post them? or is that not necessary?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I gave it a shot today and it worked! I could not find a reliable way to
assure the files were not modified during the extraction process, and so I
just found someone to extract it for me.
I was attempting to use various cygwin scripts to make the proper conversion,
but I figured that it might cause a mess to forcibly convert a file to unix
format, when it was originally altered during a separate process.
Eventhough I got around this setup process, I was wondering, if there a
recommended application/tool to use for a windows box?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am running on windows platform and have attempted the following with 2
different packages: sphinx3.0.8 and sphinxbase4.1, as well as nightly build
versions of both sphinx3 and sphinxbase.
I am using the tutorial to setup the training environment and have not been
getting successful decodes.
When I run "perl scripts_pl\RunAll.pl" I only see error messages pertaing to:
ERROR: "c:\working\sphinx\tutorial\sphinxtrain\src\programs\bw\backward.c",
line 431: final state not reached
which I understand is expected and acceptable as it is related to alignment.
I do not see any other types of errors.
When I perform the preliminary decode, I get the following errors that i feel
should not affect the results as they are not used throughout the testing
data:
ERROR: "wid.c", line 282: <unk> is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: HALL is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: LANE is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: MEMORY is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: TWELVTH is not a word in dictionary and it is not a
class tag.
ERROR: "wid.c", line 282: WEAN is not a word in dictionary and it is not a
class tag. </unk>
I get the follwing statistics from the decode attempt:
"Aligning results to find error rate
SENTENCE ERROR: 99.2% (129/130) WORD ERROR RATE: 98.7% (763/773)"
When I take a look at an4.align, I see that there there is definitely
something wrong with the decoding. For example I see:
"RUBOUT G M E F THREE NINE (FCAW-AN406-FCAW-B)
*** *** *** DECEMBER SIXTEENTH SEVENTY (FCAW-AN406-FCAW-B)
Words: 7 Correct: 0 Errors: 7 Percent correct = 0.00% Error = 100.00% Accuracy
= 0.00%
Insertions: 0 Deletions: 4 Substitutions: 3
ERASE C Q Q F SEVEN (FCAW-AN407-FCAW-B)
*** *** W SECOND SEVENTEEN (FCAW-AN407-FCAW-B)
Words: 6 Correct: 0 Errors: 6 Percent correct = 0.00% Error = 100.00% Accuracy
= 0.00%
Insertions: 0 Deletions: 3 Substitutions: 3
B A O Z FIVE THREE (FCAW-AN408-FCAW-B)
*** *** *** *** JANUARY SEVENTEEN (FCAW-AN408-FCAW-B)
Words: 6 Correct: 0 Errors: 6 Percent correct = 0.00% Error = 100.00% Accuracy
= 0.00%"
I am unable to identify what is occurring that might cause such results. The
logs appear normal and are not providing me any indication of what the problem
might be.
Any suggestions?
Out of curiosity, when we setup our environment, I notice the following perl
scripts:
SphinxTrain\scripts_pl\setup_SphinxTrain.pl
SphinxTrain\scripts_pl\setup_tutorial.pl
sphiinx3\scripts\setup_sphinx3.pl
sphinx3\scripts\setup_tutorial.pl
an4\scripts_pl\setup_SphinxTrain.pl
an4\scripts_pl\setup_tutorial.pl
The tutorial mentions to utilize setup_tutorial.pl for each of the folders.
How is the setup script different than the secondary setup script for each of
the respective folders? I am unable to tell by reading the scripts.
It's the same except it allows you to specify task name and thus to have your
own task. I think I'll update the tutorial to use single approach.
About your problem, if you need help provide at least build and decode logs in
logdir folder. You can pack them in archive and upload to public sharing
resource for example.
Thanks for the assistance. I have provided the link to the document here.
These are the results from using a nightly build all the components on or a
little before 2/28/10.
As FYI, to be able to build:
-sphinx3, I had to copy corpus.c and corpus.h from the 3.0.8 version.(the existing files had a function signature with additional arguments, which conflicted with other existing source files)
-sphinxbase, I had to copy wave2feat.c and .h from 4.1 version (these files weren't there at all)
Thanks.
It looks like you incorrectly extracted test features. Can you provide log of
feature extraction from the command
and also provide .mfc file from test folder. If it's easy for you it's
probably reasonable to upload all training folder at once.
This was fixed already in nighlty build I think. Can you download again and
check?
This issue should be fixed in nightly also. Thouse files were removed from the
sources and must be removed from the project as well.
One note is that the test feature extraction did not take 10 minutes like what
the tutorial mentioned.
You can find the training folder here.
Log for extraction:
C:\Working\sphinx\tutorial\an4>perl scripts_pl\make_feats.pl -ctl
etc\an4_test.f
ileids
-cfg not specified, using the default ./etc/sphinx_train.cfg
-param not specified, using the default ./etc/feat.params
bin/wave2feat \
-verbose yes \
-alpha 0.97 \
-dither yes \
-doublebw no \
-nfilt 40 \
-ncep 13 \
-lowerf 133.33334 \
-upperf 6855.4976 \
-nfft 512 \
-wlen 0.0256 \
-c etc\an4_test.fileids \
-nist yes \
-di C:/Working/sphinx/tutorial/an4/wav \
-ei sph \
-do C:/Working/sphinx/tutorial/an4/feat \
-eo mfc
zus
-help no zus
-example no zus
-i zus
-o zus
-c zus
-nskip zus
-runlen zus
-di zus
-ei zus
-do zus
-eo zus
-nist no zus
-raw no zus
-mswav no zus
-input_endian little zus
-nchans 1 zus
-whichchan 1 zus
-logspec no zus
-feat sphinx zus
-mach_endian little zus
-alpha 0.97 zus
-samprate 16000.0 zus
-frate 100 zus
-wlen 0.025625 zus
-nfft 512 zus
-nfilt 40 zus
-lowerf 133.33334 zus
-upperf 6855.4976 zus
-ncep 13 zus
-doublebw no zus
-warp_type inverse_linear zus
-warp_params zus
-blocksize 200000 zus
-dither yes zus
-seed -1 zus
-verbose no zus
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_interface
.c(100): You are using the internal mechanism to generate the seed.
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(752): Current FE Parameters:
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(753): Sampling Rate: 16000.000000
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(754): Frame Size: 410
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(755): Frame Shift: 160
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(756): FFT Size: 512
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(757): Lower Frequency: 133.333
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(758): Upper Frequency: 6855.5
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(759): Number of filters: 40
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(760): Number of Overflow Samps: 0
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(761): Start Utt Status: 0
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(763): Will add dither to audio
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(764): Dither seeded with -1
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\fe_sigproc.c
(771): Will not use double bandwidth in mel filter
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/an406-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/an407-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/an408-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/an409-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/an410-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/cen1-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/cen2-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/cen3-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/cen4-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/cen5-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/cen6-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/cen7-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fcaw/cen8-fcaw-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/an416-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/an417-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/an418-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/an419-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/an420-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/cen1-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/cen2-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/cen3-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/cen4-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/cen5-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/cen6-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/cen7-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fjlp/cen8-fjlp-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/an426-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/an427-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/an428-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/an429-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/an430-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/cen1-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/cen2-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/cen3-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/cen4-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/cen5-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/cen6-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/cen7-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/fvap/cen8-fvap-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/an431-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/an432-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/an433-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/an434-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/an435-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/cen1-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/cen2-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/cen3-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/cen4-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/cen5-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/cen6-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/cen7-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/marh/cen8-marh-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/an401-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/an402-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/an403-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/an404-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/an405-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/cen1-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/cen2-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/cen3-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/cen4-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/cen5-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/cen6-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/cen7-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mdms2/cen8-mdms2-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/an421-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/an422-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/an423-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/an424-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/an425-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/cen1-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/cen2-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/cen3-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/cen4-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/cen5-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/cen6-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/cen7-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/menk/cen8-menk-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/an396-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/an397-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/an398-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/an399-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/an400-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/cen1-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/cen2-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/cen3-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/cen4-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/cen5-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/cen6-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/cen7-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/miry/cen8-miry-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/an436-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/an437-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/an438-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/an439-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/an440-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/cen1-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/cen2-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/cen3-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/cen4-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/cen5-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/cen6-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/cen7-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjgm/cen8-mjgm-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/an391-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/an392-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/an393-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/an394-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/an395-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/cen1-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/cen2-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/cen3-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/cen4-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/cen5-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/cen6-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/cen7-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mjwl/cen8-mjwl-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/an441-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/an442-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/an443-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/an444-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/an445-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/cen1-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/cen2-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/cen3-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/cen4-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/cen5-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/cen6-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/cen7-mmxg-b.sph
INFO:
c:\working\sphinx\tutorial\sphinxtrain\src\programs\wave2feat\wave2feat.c(
139): C:/Working/sphinx/tutorial/an4/wav/an4test_clstk/mmxg/cen8-mmxg-b.sph
That's ok. Computers were way slower those days
Did you forget the link?
Yes! Sorry about that. Here is the link.
This contains sphinx3, sphinxtrain, sphinxbase, and an4 directories.
Ok, got it.
Your an4 audio files (sph) were corrupted by archive extractor. It inserted \r
windows-style newlines everywhere. Please try to use other archive manager or
set options to supress files modification.
Thanks for the response. I forget that sphinx is sensitive to windows
formatted files. I see if I can extract it without modifying the files.
Out of curiosity, I have had to make some changes to build sphinxbase4.1 and
sphinx3.0.8 in visual studio '10. Shall I post them? or is that not necessary?
Thanks.
Both packages are too outdated, I don't think we need any interest in fixing
them.
I gave it a shot today and it worked! I could not find a reliable way to
assure the files were not modified during the extraction process, and so I
just found someone to extract it for me.
I was attempting to use various cygwin scripts to make the proper conversion,
but I figured that it might cause a mess to forcibly convert a file to unix
format, when it was originally altered during a separate process.
Eventhough I got around this setup process, I was wondering, if there a
recommended application/tool to use for a windows box?
It's recommended to use Linux. It's naive to think you can do speech
development on Windows box.