The sidpackager module creates an .ast speaker identification package from a set of individual speaker models. This module also calculates the speaker match thresholds based on statistics generated during the optimization stage.
| Mode | Input | Output | Description |
|---|---|---|---|
BALANCED
|
Calculates speaker thresholds based on balancing false negatives with false positives. | ||
MAXFAR
|
Calculates speaker thresholds based on restricting the false positive rate to a specified threshold. |
Examples:
output <- sidpackager(BALANCED, input)
output <- sidpackager(MAXFAR, input)
| AstFileOut* | SpkIDBasePack |
| AstFileOutLabel* | SpkListFile* |
| BalanceBias | SpkListPath |
| BaseAstFile* | SpoFile* |
| Diag | SpoListFile* |
| DiagFile | SpoListPath* |
| DiagFileLabel | USMEnabled * |
| MaxFar | USMFile * |
| MaxFarFile |
*You must set the value of these configuration parameters by setting the corresponding action parameters.
|
|