The SpoFile
parameter sets the name of the .spo file, which contains template optimization data. IDOL Speech Server either writes or reads this file, depending on the module that you set the SpoFile
parameter in.
The sidoptimizer
module writes to the file.
Note: You can either create a separate .spo file each time the optimization task runs, or append to a common .spo file. Select the option to use in the SpoAppend configuration parameter. If you choose to create separate files, set the SpoFile
parameter to a unique name for every task run to avoid overwriting files. If you choose to append to a common file, do not change the file name between task runs.
The sidpackager
module reads the file. If you have multiple .spo files, set the SpoListFile and SpoListPath parameters instead of SpoFile
.
*You must set the value of this configuration parameter by setting the corresponding action parameter.
You can specify an absolute or relative file path. If you specify a relative path, it is considered as being relative to the speaker ID directory. If the file path is excluded, IDOL Speech Server defaults to the temporary directory.
Note: The SpeakerIDDir parameter in the [Paths]
section of the configuration file sets the location of the speaker ID directory.
Type: | String |
---|---|
Default: | None |
Required: | Yes |
Configuration Section: | sidoptimizer and sidpackager modules |
Example: |
|
See Also: |
Spo (action parameter) |
|