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 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.
|