The CreateFMD
task creates an .fmd file that stores phonetic time track information from an audio file or stream.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to CreateFMD . |
Yes |
EndTime | The end of an audio section to process. | |
File | The audio file to process. | Yes, if InputType is File . |
FrameDupl | An integer value which allows for greater time efficiency with only a minimal loss of recognition accuracy. | |
InputType | The type of audio to process (file, binary data, or stream). | |
Lang | The phonetic phrase match language pack to use. | Yes |
Out | The .fmd file to produce. | Yes |
StartTime | The beginning of an audio section to process. | |
SugdInputChannels | The channel layout of the input media file. This parameter does not apply when InputType is Stream . |
|
SugdInputFrequency | The sampling rate of the input media file. This parameter does not apply when InputType is Stream . |
http://localhost:13000/action=AddTask&Type=CreateFMD&File=C:/myData/Speech.wav&Lang=ENUS-pm&Out=Speech1.fmd
This action uses port 13000
to instruct IDOL Speech Server, which is located on the local machine, to process the Speech.wav
file to produce the Speech1.fmd
file, using the ENUS-pm
language pack.
|