Environment Variables

 

LV_SRE_CLIENT_CONNECT_IP

A comma (or semicolon) delimited list of IP addresses (and ports) the client will attempt to connect to.  If this variable does not exists, the client will default to IP 127.0.0.1 (the local machine) and port 5000.  Use a colon to separate IPs and Ports.  

Example: "127.0.0.1;10.0.0.1:5001;10.10.0.1"  
Client will attempt to attach to the local machine, port 5000;  IP address "10.0.0.1" port 5001; and IP address "10.10.0.1" port 5000.

 

Win32

The following environment variables need to be set up for the LVSpeechPort.Dll to function.  The installation program creates these variables.

LVLANG

Location of the dictionary and language files, stored in two subdirectories: Dict and Responses.

LVBIN

Location of LVSpeechPort.Dll.

The following optional environment variables are set up for creating applications with the LVSpeechPort.DLL.  See the LVSpeechPortConsole example program.

LVLIB

Location of LVSpeechPort.Lib

LVINCLUDE

Location of LVSpeechPort.h

Linux

The following environment variables can be used to override the default locations used by LVSpeechPort.so, and BNF_Dict.so.

LVLANG

Location of the dictionary files, stored in the Dict sub-directory. Default location "/usr/LumenVox".

LVRESPONSE

Location of the answer and response files created at run-time, stored in the Responses sub-directory. Default location "/var/LumenVox".


Complete Help Topic List | Speech Engine Product Information