Use the following procedure to search the phoneme time track file.
To search the phoneme time track file
Create a list that contains the phrases to search for.
For more information about IDOL Speech Server's list manager, see Create and Manage Lists.
Send an AddTask
action to IDOL Speech Server, and set the following parameters:
Type
|
The task name. Set to SearchFMD . |
File
|
The phoneme time track file to search. |
PhraseList
|
The list that specifies the phrases to search for. |
Lang
|
The phonetic phrase search language pack to use. |
Out
|
The file to write the results to. |
For example:
http://localhost:13000/action=AddTask&Type=SearchFMD&File=C:\Data\myData.fmd&PhraseList=ListManager/phrases&Lang=ENUS-pm&Out=SpeechResults.ctm
This action uses port 13000
to instruct IDOL Speech Server, which is located on the local machine, to search the myData.fmd
file for the phrases in the phrases
list and write the search results to the SpeechResults.ctm
file.
This action returns a token. You can use the token to:
|