The WavToFMD
task is deprecated in IDOL Speech Server version 11.5 and later. Use the CreateFMD task instead.
This task is still available for existing implementations, but it might be incompatible with new functionality. The task might be deleted in future.
The WavToFMD
task creates an .fmd file that stores phonetic time track information from a single audio file.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to WavToFMD . |
Yes |
EndTime | The end of an audio section to process. | |
File | The audio file to process. | Yes |
FrameDupl | An integer value which allows for greater time efficiency with only a minimal loss of recognition accuracy. | |
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. | |
SugdInputFrequency | The sampling rate of the input media file. |
http://localhost:15000/action=AddTask&Type=WavToFMD&File=C:/myData/Speech.wav&Lang=ENUS-pm&Out=Speech1.fmd
This action processes the Speech.wav
file to produce the Speech1.fmd
file, using the ENUS-pm
language pack.
|