The MaxFarFile
parameter specifies a list in HPE IDOL Speech Server's list manager that contains speaker names and a maximum False Acceptance Rate (FAR) value for each speaker. Prefix the list key with ListManager/
. For example:
MaxFarFile=ListManager/MaxFarValues
Create the list in the list manager before you specify it in the MaxFarFile
parameter. Each list entry must contain a speaker name and their maximum acceptable FAR value, separated by a semi-colon. For example:
Alice;0.05
If the maximum FAR value is not specified for a particular speaker or if the MaxFarFile
configuration parameter is not specified, the value of the MaxFar configuration parameter is used.
For more information about HPE IDOL Speech Server's list manager, see the HPE IDOL Speech Server Administration Guide.
Note: Instead of using the list manager, you can create the list in a text file on a drive that the server can access. Set the parameter to the name of the text file. You can specify an absolute or relative file path. If you specify a relative path, it is considered as being relative to the HPE IDOL Speech Server installation directory. If the file path is excluded, HPE IDOL Speech Server defaults to the server installation directory.
Type: | String |
---|---|
Default: | None |
Required: | Yes |
Configuration Section: | sidpackager module (MAXFAR mode only) |
Example: | MaxFarFile=T:\SPKID\MaxFARs.txt
|
|