The File
parameter specifies the input audio file.
You can set the value of the File
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 data directory. If the file path is excluded, IDOL Speech Server defaults to the data directory.
The DataDir parameter in the [Paths]
section of the configuration file sets the location of the data directory.
Type: | String |
Default: | None |
Required: | Yes, if InputType is set to File |
Configuration Section: | audio module |
Example: | File=T:\data\Test.wav
|
See Also: | File (action parameter) |
|