The IvSpkIdTrain
task uses the set of feature files that you created by using the IvSpkIdFeaturetask to train a new iVector speaker template.
If you are using multiple feature files, you must create a list file that contains a list of all the feature files. You can do this manually, or by using the List Manager.
Each element of the list should be the file name relative to the Speaker ID directory, and must include the file extension. For example:
BrownSpeech1.ivp BrownSpeech2.ivp BrownSpeech3.ivp
If the files are not stored in the Speaker ID directory, you can use the DataPath parameter to specify the location.
For more information about IDOL Speech Server's list manager, see the IDOL Speech Server Administration Guide.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to IvSpkIdTrain .
|
Yes |
DataExt | The file extension to use alongside the list entry, if not specified in the entry. | |
DataFile | A single input feature file to use to train the template. | Yes, if DataList is not set |
DataList | A list file that lists the feature files to use. | Yes, if DataFile is not set. |
DataPath | The path to the directory containing the feature files. | |
DiagFile | The file to write the diagnostic information to. | |
DiagLevel | The level of detail to include in the diagnostic information. | |
LabExt | The file extension to use for label files. | Yes, if you have enabled labeling and your files have an extension other than the default (.lab )
|
LabFile | A single label file to use. | |
LabPath | The path to the label files. | Yes, if you have enabled labeling, are specifying a list of multiple files to use, and the label files are not in the default location (the Temp directory) |
LabTerm | The word, label, or string in the lab file to keep. | |
LabType | The type of labels to use. | |
Out | The name of the speaker template file to create. You must include the audio template file extension (.iv ). |
Yes |
Sfreq | The sample frequency of the audio file to process. |
http://localhost:15000/action=AddTask&Type=IvSpkIdTrain&DataList=ListManager/BrownList&Out=Brown.iv
This action creates the Brown.iv
template using the feature files listed in the BrownList
list file.
|