The type of audio input that you want to provide. You can use one of the following values:
File
. An audio file. In this case, you must set File to the audio file to use.Data
. Binary audio data. In this case, you must provide the audio data in a POST request as multipart/form-data. For more information, refer to the IDOL Speech Server Administration Guide.Stream
. An audio stream. In this case, the associated task waits for the stream connection before processing.Type: | String |
Default: | File |
Required: | No |
Configuration Section: | audio module |
Example: | InputType=Stream
|
See Also: | InputType (action parameter) |
|