The SpkIdSetDelete
task is deprecated in HPE IDOL Speech Server version 11.4 and later. Use the IvSpkIdSetDelete 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 SpkIdSetDelete
task removes a speaker template from a template set file.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to SpkIdSetDelete . |
Yes |
Log | The name of the log file to write. | |
TemplateName | The name associated with the template to remove. | |
TemplateSet | The audio template set file to remove the speaker template from. |
http://localhost:15000/action=AddTask&Type=SpkIdSetDelete&TemplateName=Brown&TemplateSet=speakers.ats
This action uses port 15000
to instruct HPE IDOL Speech Server, which is located on the local machine, to remove the template associated with the name Brown
from the speakers.ats
template set.
|