Hello.
I want to adaptate the default acoustic model for this I've made a folder containing arctic_a0001.wav to arctic_a0020.wav, arctic20.fileids, arctic20.transcription, cmudict-en-us.dict, en-us.lm.bin and en-us folder(feat.params).
I'm using the sphinx_fe -argfile en-us/feat.params -samprate 16000 -c arctic20.fileids -di . -do . -ei wav -eo mfc -mswav yes code in CMD which opened in toled folder direction, but I have the INFO: sphinx_fe.c(787): Converting ./arctic_0020.wav to ./arctic_0020.mfc
ERROR: "sphinx_fe.c", line 118: Failed to open ./arctic_0020.wav: No such file or directory error for all 20 wav files. What should I do for solving this problem??
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I want to adaptate the default acoustic model for this I've made a folder containing arctic_a0001.wav to arctic_a0020.wav, arctic20.fileids, arctic20.transcription, cmudict-en-us.dict, en-us.lm.bin and en-us folder(feat.params).
I'm using the sphinx_fe -argfile en-us/feat.params -samprate 16000 -c arctic20.fileids -di . -do . -ei wav -eo mfc -mswav yes code in CMD which opened in toled folder direction, but I have the INFO: sphinx_fe.c(787): Converting ./arctic_0020.wav to ./arctic_0020.mfc
ERROR: "sphinx_fe.c", line 118: Failed to open ./arctic_0020.wav: No such file or directory error for all 20 wav files. What should I do for solving this problem??
Thanks in advance
my error is like this (https://sourceforge.net/p/cmusphinx/discussion/help/thread/0d03cbf2/) but the solution doesn't work for me.
please help me
my problem solved.It was because of different between name of .wav files and the name of .wav files in the arctic20.fileids.