The SpkIdSetAdd
task is deprecated in IDOL Speech Server version 11.4 and later. Use the IvSpkIdSetAdd task instead.
This task is still available for existing implementations, but it might be incompatible with new functionality. The task might be deleted in future.
The SpkIdSetAdd
task adds a number of speaker templates to a single speaker set file.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to SpkIdSetAdd . |
Yes |
Log | The name of the log file to write. | |
SidBase | The name of the speaker ID base pack resource. | |
TemplateExt | The file extension to use for template files. | |
TemplateFile | The speaker template file to use. | Yes, if TemplateList is not set |
TemplateList | A list in IDOL Speech Server's list manager that specifies the speaker templates. | Yes, if TemplateFile is not set |
TemplateName | The name of the speaker associated with the template. | Yes, if you are specifying a single template (by using the TemplateFile parameter) |
TemplatePath | The path to the directory containing the speaker templates specified in the TemplateList . |
Yes, if TemplateList is set and the templates are not in the default location (the SpeakerIDDir directory) |
TemplateSet | An audio template set file. | Yes |
http://localhost:15000/action=AddTask&Type=SpkIdSetAdd&TemplateList=ListManager/speakers&TemplateSet=speakers.ats
This action uses port 15000
to instruct IDOL Speech Server, which is located on the local machine, to create the speakers.ats
template set file containing the templates listed by the Listmanager/speakers
list file.
|