unimrcp-vosk-plugin
unimrcp-vosk-plugin copied to clipboard
plugin-factory + engine config after installation?
Hi, this is the resulting configuration after my installation; kindly let me know of the following;
- what should we put in the plugin-factory
section to enable the plugin ? - does port 2700 actually tells UniMRCP where to connect to use the plugin?
- are there any other parameters available we can use in the params section?
- is there any doc somewhere we can look for to correctly configure the plugin? Thanks!
<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>