i am trying to integrate asterisk 13 unimrcp 1.3 and pocketsphinx 5prealpha to build IVR with voice recognition but there is a problem with integrating unimrcp 1.3 and pocketsphinx.
everytime i run the unimrcp server i have an error like this :
Failed to Open PocketSphinx Config File [�c/pocketsphinx.xml]
it seems that the unimrcp server can't find the path of the pocketsphinx config file.
Can someone help me.
thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This error is pretty easy to trace for experienced developer, you just need to check why file path is not defined. However to solve this problem one has to access the actual sources you are trying to run it is impossible to guess what have you done otherwise.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
but the server found the path of all the other config files like unimrcpserver.xml and and the plugin also. I don't understand why only the path of pocketsphinx.xml can't be found. My log and config files are there:
plugin of pocketsphinx was not available in unimrcp 1.3 so i build it in unimrcp 1.1 and i copy the files in unimrcp 1.3 and all the plugins are load but the there is an error with the path of pocketsphinx.xml
i am trying to integrate asterisk 13 unimrcp 1.3 and pocketsphinx 5prealpha to build IVR with voice recognition but there is a problem with integrating unimrcp 1.3 and pocketsphinx.
everytime i run the unimrcp server i have an error like this :
Failed to Open PocketSphinx Config File [�c/pocketsphinx.xml]
it seems that the unimrcp server can't find the path of the pocketsphinx config file.
Can someone help me.
thanks in advance
This error is pretty easy to trace for experienced developer, you just need to check why file path is not defined. However to solve this problem one has to access the actual sources you are trying to run it is impossible to guess what have you done otherwise.
but the server found the path of all the other config files like unimrcpserver.xml and and the plugin also. I don't understand why only the path of pocketsphinx.xml can't be found. My log and config files are there:
the snapshot of the ./unimrcpserver
plugin of pocketsphinx was not available in unimrcp 1.3 so i build it in unimrcp 1.1 and i copy the files in unimrcp 1.3 and all the plugins are load but the there is an error with the path of pocketsphinx.xml
Plugins are not binary compatible across versions, this is what you see.
what is the solution if i want to solve this uncompatibility
Update sources to compile with latest versions.
Hi,
Check the link posted below. This might help you.
https://code.google.com/archive/p/unimrcp/wikis/PocketSphinxPlugin.wiki