We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, this is the resulting configuration after my installation; kindly let me know of the following;
<plugin-factory> <engine id="Demo-Synth-1" name="demosynth" enable="true"/> <engine id="Demo-Recog-1" name="demorecog" enable="true"/> <engine id="Demo-Verifier-1" name="demoverifier" enable="true"/> <engine id="Recorder-1" name="mrcprecorder" enable="true"/> <engine> <id>Vosk</id> <name>Vosk Engine</name> <description>Vosk Speech Recognition Engine</description> <!-- <module_path>/path/to/vosk-engine</module_path> --> <params> <param name="server" value="192.168.0.57"/> <param name="port" value="2700"/> <!-- Add any additional parameters here --> </params> </engine> </plugin-factory> </components>
The text was updated successfully, but these errors were encountered:
Hello
what should we put in the plugin-factory section to enable the plugin ?
Plugin is already enabled in plugin factory, see here:
unispeech/unimrcp@master...alphacep:unimrcp-vosk-plugin:vosk-plugin#diff-96f36ff68e68ce8520fb465a706bdc4a5f35ac9ca9dd8ce722d11e49f1b29c08R124
does port 2700 actually tells UniMRCP where to connect to use the plugin?
Port 2700 is used by websocket vosk server, this plugin doesn't work with Vosk websocket server, it uses vosk library directly.
are there any other parameters available we can use in the params section?
This plugin doesn't have params yet
is there any doc somewhere we can look for to correctly configure the plugin?
Unfortunately no
<param name="server" value="192.168.0.57"/>
This piece of xml data is from some other codebase, not our plugin. We don't use websocket server, you should have taken it from other source.
Sorry, something went wrong.
Thank you for your quick feedback, it`s helpful !
No branches or pull requests
Hi, this is the resulting configuration after my installation; kindly let me know of the following;
Thanks!
The text was updated successfully, but these errors were encountered: