I am using Sphinx4 - 5prealpha in Windows (x64) and observing missing msvcr110d.dll while trying to test adapted acoustic model.
command-
pocketsphinx_continuous -hmm "C:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\en_in.cd_cont_5000" -lm "C:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\second.lm" -dict "C:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\1331.dic" -infile "C:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\arctic_0001.wav"
I understand that this is due to missing DLL but my machine has msvcr110.dll but not the same in debug mode. Is there any other alternative?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You are trying to run debug version of pocketsphinx_continuous. Use release version or install the required dll (it is a part of visual studio package).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using Sphinx4 - 5prealpha in Windows (x64) and observing missing msvcr110d.dll while trying to test adapted acoustic model.
command-
pocketsphinx_continuous -hmm "C:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\en_in.cd_cont_5000" -lm "C:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\second.lm" -dict "C:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\1331.dic" -infile "C:\Users\sriram\Desktop\STT\sphinxtrain-5prealpha-win32\cmusphinx-en-in-5.2\arctic_0001.wav"
I understand that this is due to missing DLL but my machine has msvcr110.dll but not the same in debug mode. Is there any other alternative?
You are trying to run debug version of pocketsphinx_continuous. Use release version or install the required dll (it is a part of visual studio package).