Configuring the Vocalizer API

Configure these environment variables to ensure the Vocalizer API is correctly installed.

  • Windows:

    Modify %PATH% to include the Vocalizer location. For example:

    PATH=%VOCALIZER_SDK%\common\speech\components
  • Linux:

    Modify these environment variables:

    $PATH

    Modify $PATH to include the Vocalizer location:

    $VOCALIZER_SDK/common/speech/components

    $LD_LIBRARY_PATH

    Modify $LD_LIBRARY_PATH to include the Vocalizer location:

    $VOCALIZER_SDK/common/speech/components

    Below is an example using C shell:

    To update $PATH:

    > setenv PATH $VOCALIZER_SDK/common/speech/components:$PATH 

    To update $LD_LIBRARY_PATH:

    > setenv LD_LIBRARY_PATH /usr/local/Nuance/Vocalizer_for_Enterprise/common/speech/components:$LD_LIBRARY_PATH