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:15000/action=AddTask&Type=CombineFMD&ListFile=ListManager/fmdList&ListPath=C:\PHRASESEARCH\fmd&FileOut=myData.fmd
This action combines the individual .fmd
files specified in the fmdList
list to produce the single file myData.fmd
.
|