I installed the pocketsphinx application like it was described here: https://cmusphinx.github.io/wiki/tutorialpocketsphinx/
I downloaded visual Studio the newest version (06-12-2017) and did it like it was described.
So now i opened the command line interface and tiped down the command line for microphone use.
Hit Enter and get the following error:
Error: "acmod.c", line 79: Folder 'model/en-us/en-us' does no contain acoustic model definition 'mdef'
I took a look into the folder and what can i see, there is a mdef file. So i don't know what the program want from me, could anyone help me there?
thanks in advance
Bengum
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The program wants you to learn the difference between relative path in filesystem and absolute path in filesystem and specify the path to the model properly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello together,
I installed the pocketsphinx application like it was described here: https://cmusphinx.github.io/wiki/tutorialpocketsphinx/
I downloaded visual Studio the newest version (06-12-2017) and did it like it was described.
So now i opened the command line interface and tiped down the command line for microphone use.
Hit Enter and get the following error:
Error: "acmod.c", line 79: Folder 'model/en-us/en-us' does no contain acoustic model definition 'mdef'
I took a look into the folder and what can i see, there is a mdef file. So i don't know what the program want from me, could anyone help me there?
thanks in advance
Bengum
The program wants you to learn the difference between relative path in filesystem and absolute path in filesystem and specify the path to the model properly.