Installation

First, run the installer aware-knomivoicematcher-*-x64-ne.exe and install to your preferred location.

Next, to make the server available to the wider Internet, you must update the “host” parameter in the configuration file with the hostname for your server. For the following example, it will assume the server’s hostname is “server.com”

Edit the Knomi VoiceMatcher server:

Open "nexa_voice_config.txt" in Notepad
Change the line "host=localhost" to "host=server.com"
Save the file
Double click on "aw_nexa_voice_rest_server.bat"

You can query the “/version” endpoint from the command line to ensure it is running correctly:

curl http://server.com:8071/nexavoice/version