alphacep / unimrcp-vosk-plugin

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
17 stars 11 forks source link

plugin-factory + engine config after installation? #14

Open makafre opened 6 months ago

makafre commented 6 months ago

Hi, this is the resulting configuration after my installation; kindly let me know of the following;

nshmyrev commented 6 months ago

Hello

what should we put in the plugin-factory section to enable the plugin ?

Plugin is already enabled in plugin factory, see here:

https://github.com/unispeech/unimrcp/compare/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.

makafre commented 6 months ago

Thank you for your quick feedback, it`s helpful !