Deprecated: The SidTrainFinal
task is deprecated for IDOL Server version 11.0.0. Use the SpkIdTrain
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 SidTrainFinal
task uses a base model and one or more speaker training files to generate a speaker template file.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to SidTrainFinal . |
Yes |
Diag | Whether to generate diagnostic information. | |
DiagFile | The file to write the diagnostic information to. | |
NewModel | The speaker template file to create. | |
OrgModel | The base model to update. | |
Rel | The relevance to give to the base model parameters during adaptation. | |
Sfreq | The sample frequency of the audio file. | |
SidBase | The sid base pack resource to use to determine the base files to use. | |
Spt | The name of a single speaker training file. | Yes, if you do not set SptList . |
SptList | The name of a list file which specifies the speaker training file names. | Yes, if you are using more than one SPT file |
SptPath | The path to the location of the list of SPT file names specified in SptList .
|
http://localhost:13000/action=AddTask&Type=SidTrainFinal&Spt=Bob.spt&Spk=Bob.spk
This action uses port 13000
to instruct IDOL Speech Server, which is located on the local machine, to create the Bob.spk
template using the BobSpeech.spt
speaker training file.
|