Skip Navigation

Text-to-speech values

Plug-in Key:
 
nds.textToSpeech
The text-to-speech configuration is loaded by default and a few parameters must be specified when you configure the plug-in. There are two types of providers: NeoSpeech and SAPI.
The default configuration is:
<textToSpeech> <neoSpeech neoSpeechServerName='127.0.0.1' neoSpeechServerPort='7000' neoSpeechVoiceFormat='13' neoSpeechLicensedLines = '4'/> <sapi sapiSamplesPerSecond='8000' sapiBitsPerSample='8' sapiChannelCount='1' sapiBytesPerSecond='16000' sapiBlockAlign='2'> <sapiVendors> <sapiVendor sapiVendorName = 'voxygen' LicenseLimit = '0'/> </sapiVendors> </sapi> </textToSpeech>
NeoSpeech parameters have the following default values:
  • neoSpeechServerName
    : 127.0.0.1 (IP or URL of NeoSpeech TTS server)
  • neoSpeechServerPort
    : 7000 (Port of NeoSpeech TTS Server)
  • neoSpeechVoiceFormat
    : 13 (generated audio format, do not change)
  • neoSpeechLicensedLines
    : 4 (number of licenses)