The CombineFMD
task combines several phoneme time track files into a single file, which can then be searched for particular phrases.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to CombineFMD . |
Yes |
ListFile | A list of the phoneme time track (.fmd) files to combine. | Yes |
ListPath | The path to the directory containing the phoneme time track files specified in the ListFile. | Yes |
FileOut | The combined phoneme time track file to produce. | Yes |
http://localhost:13000/action=AddTask&Type=CombineFMD&ListFile=ListManager/fmdList&ListPath=C:\PHRASESEARCH\fmd&FileOut=myData.fmd
This action uses port 13000
to instruct Speech Server, which is located on the local machine, to combine the individual .fmd
files specified in the fmdList
list to produce the single file myData.fmd
.
|