The IvSpkIdSetAdd
task adds a number of iVector speaker templates to a single speaker set file.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to IvSpkIdSetAdd . |
Yes |
Log | The name of the log file to write. | |
TemplateExt | The file extension to use for template files. | |
TemplateFile | The iVector speaker template file to use. | Yes, if TemplateList is not set |
TemplateList | A list in IDOL Speech Server's list manager that specifies the iVector 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 iVector 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=IvSpkIdSetAdd&TemplateList=ListManager/speakers&TemplateSet=speakers.ivs
This action uses port 15000
to instruct IDOL Speech Server, which is located on the local machine, to create the speakers.ivs
template set file containing the templates listed by the Listmanager/speakers
list file.
|