A list in IDOL Speech Server's list manager that specifies the speaker templates. Prefix the list key with ListManager/
. For example:
TemplateList=ListManager/ListKey
Create the list in the list manager before you specify it in the TemplateList
parameter.
Each list entry must include the name of the speaker, and the name of their template file. Use the format:
speakerLabel; templateFile
For example:
Brown;brown.atf Jones;jones.atf Smith;smith.atf
To specify files in a list, use one of the following formats:
Note: The TempDir parameter in the [Paths]
section of the configuration file sets the location of the temporary directory.
If you exclude paths or specify relative paths, you can supply a path prefix using a separate parameter. The path is prefixed to each list entry unless it already contains an absolute path.
For more information about IDOL Speech Server's list manager, see the IDOL Speech Server Administration Guide.
Note: You can also create a list in a .dbl file on a drive that the server can access, instead of using the list manager. Set the parameter to the name of the text file (include the path and file extension).
Action: | AddTask |
---|---|
Task: | SpkIdDevel , SpkIdDevelFinal , SpkIdDevelStream , SpkIdDevelWav, SpkIdEvalStream , SpkIdSetAdd |
Type: | String |
Default: | None |
Example: | TemplateList=ListManager/speakers
|
See Also: |
TemplateListFile (configuration parameter) |
|