The SpkListFile
parameter specifies the key for a list in HPE IDOL Speech Server's list manager that specifies the templates for each speaker in the speaker set. Prefix the list key with ListManager/
. For example:
SpkListFile=ListManager/ListName
*You must set the value of this configuration parameter by setting the corresponding action parameter.
Create the list in the list manager before you specify it in the SpkListFile
parameter. Each list entry must include the speaker's name and the name of their template file, using the format SpeakerName;ModelFile
. For example:
Alice;Alice.spk Bob;Bob.spk Clive;Clive.spk
For more information about HPE IDOL Speech Server's list manager, see the HPE IDOL Speech Server Administration Guide.
Note: Instead of using the list manager, you can create the list in a text file on a drive that the server can access. Set the parameter to the name of the text file. You can specify an absolute or relative file path. If you specify a relative path, it is considered as being relative to the HPE IDOL Speech Server installation directory. If the file path is excluded, HPE IDOL Speech Server defaults to the server installation directory.
Type: | String |
---|---|
Default: | None |
Required: | Yes |
Configuration Section: | sidoptimizer and sidpackager modules |
Example: | SpkListFile=ListManager/speakers
|
See Also: | SpkList (action parameter) |
|