The name of the base pack resource for iVector-based speaker ID. This shared resource stores file names for the speaker ID base files. In this case, you must configure a resource (in the [Resources]
configuration section) with type ivbase
, which uses a resource slot.
You can use this option with the [normalizer]
module configuration if you are using it in a task to generate acoustic features compatible with the iVector system. For other tasks, you do not need to set this parameter.
When you configure the IvBasePack
, you do not have to explicitly set the file names to use in your tasks, and IDOL Speech Server uses the base pack to determine the appropriate base files to use for each task.
To disable the iv
base pack, remove the IvBasePack
parameter, or leave the value blank. In this case, you must specify the file names explicitly for your tasks.
This parameter does not have an internal default value. You must either set the configuration parameter to a suitable value, or set the value in the corresponding action parameter.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | normalizer module |
Example: | IvBasePack=IVBASE
|
See Also: | IvBase (action parameter) N [Resources] |
|