To run configured tasks, send an AddTask
action to IDOL Speech Server. You must set the Type
action parameter to the name of the configuration section that defines the task. You must also set any parameters required for the task to run.
For example:
http://localhost:13000/action=AddTask&Type=SpeechToText&File=Speech.wav&Out=Text1.ctm&Lang=ENUS
IDOL Speech Server uses the task configuration to run all the required modules and to produce the required output files.
|