I am adapting Indian English (using Sphinx 5prealpha) for my voice and have setup folder as follows for acoustic model adapatation.
Folder structure:
en_in
xxx.dic
xxx.lm.bin
arctic_0001.wav
...
arctic_0019.wav
arctic20.fileids
arctic20.transcription
I also have compiled sphinxbase and sphinxtrain and while running command for .mvc, below error is encountered.
Error:
INFO: sphinx_fe.c(957): Processing all remaining utterances at position 0
INFO: sphinx_fe.c(764): Converting ./arctic_0001.wav to ./arctic_0001.mfc
ERROR: "sphinx_fe.c", line 118: Failed to open ./arctic_0001.wav: No such file or directory
INFO: sphinx_fe.c(764): Converting ./arctic_0002.wav to ./arctic_0002.mfc
ERROR: "sphinx_fe.c", line 118: Failed to open ./arctic_0002.wav: No such file or directory
INFO: sphinx_fe.c(764): Converting ./arctic_0003.wav to ./arctic_0003.mfc
ERROR: "sphinx_fe.c", line 118: Failed to open ./arctic_0003.wav: No such file or directory
I believe the issue is that file path is not set properly but unable to figure out as to which path it is looking for .wav files. Please help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
WARNING: Error in 'C:/sphinx/indo/etc/indo_train.fileids', the feature file 'C:/sphinx/indo/feat/speaker1/0indowavsp_1001.mfc' does not exist, or is empty
WARNING: Error in 'C:/sphinx/indo/etc/indo_train.fileids', the feature file 'C:/sphinx/indo/feat/speaker1/0indowavsp_1002.mfc' does not exist, or is empty
WARNING: Error in 'C:/sphinx/indo/etc/indo_train.fileids', the feature file 'C:/sphinx/indo/feat/speaker1/0indowavsp_1003.mfc' does not exist, or is empty
WARNING: Error in 'C:/sphinx/indo/etc/indo_train.fileids', the feature file 'C:/sphinx/indo/feat/speaker1/1indowavsp_1001.mfc' does not exist, or is empty
how to make mfc file?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am adapting Indian English (using Sphinx 5prealpha) for my voice and have setup folder as follows for acoustic model adapatation.
Folder structure:
en_in
xxx.dic
xxx.lm.bin
arctic_0001.wav
...
arctic_0019.wav
arctic20.fileids
arctic20.transcription
I also have compiled sphinxbase and sphinxtrain and while running command for .mvc, below error is encountered.
command - sphinx_fe -argfile "C:\Users\sriram\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\en_in.cd_cont_5000\feat.params" -samprate 16000 -c "C:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\arctic20.fileids" -di . -do . -ei wav -eo mfc -mswav yes
Error:
INFO: sphinx_fe.c(957): Processing all remaining utterances at position 0
INFO: sphinx_fe.c(764): Converting ./arctic_0001.wav to ./arctic_0001.mfc
ERROR: "sphinx_fe.c", line 118: Failed to open ./arctic_0001.wav: No such file or directory
INFO: sphinx_fe.c(764): Converting ./arctic_0002.wav to ./arctic_0002.mfc
ERROR: "sphinx_fe.c", line 118: Failed to open ./arctic_0002.wav: No such file or directory
INFO: sphinx_fe.c(764): Converting ./arctic_0003.wav to ./arctic_0003.mfc
ERROR: "sphinx_fe.c", line 118: Failed to open ./arctic_0003.wav: No such file or directory
I believe the issue is that file path is not set properly but unable to figure out as to which path it is looking for .wav files. Please help.
.
in command means current folder, you need to run this command insideC:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2
Thank you! It did convert
WARNING: Error in 'C:/sphinx/indo/etc/indo_train.fileids', the feature file 'C:/sphinx/indo/feat/speaker1/0indowavsp_1001.mfc' does not exist, or is empty
WARNING: Error in 'C:/sphinx/indo/etc/indo_train.fileids', the feature file 'C:/sphinx/indo/feat/speaker1/0indowavsp_1002.mfc' does not exist, or is empty
WARNING: Error in 'C:/sphinx/indo/etc/indo_train.fileids', the feature file 'C:/sphinx/indo/feat/speaker1/0indowavsp_1003.mfc' does not exist, or is empty
WARNING: Error in 'C:/sphinx/indo/etc/indo_train.fileids', the feature file 'C:/sphinx/indo/feat/speaker1/1indowavsp_1001.mfc' does not exist, or is empty
how to make mfc file?