The WavFile
parameter specifies the input audio file.
For the wav
module, set the value of the WavFile
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 |
Configuration Section: | wav, segment, and splitspeech modules |
Example: | WavFile=T:\data\Test.wav
|
See Also: | File (action parameter) |
|