TtsLoadTuningData
Load a ruleset or ActivePrompt database for use by a TTS instance.
TTSRETVAL TtsLoadTuningData (
HTTSINSTANCE hTtsInst,
const TTS_FETCHINFO_T * pTuningData,
HTTSTUNINGDATA * phTuningData)
Argument |
Description |
---|---|
hTtsInst |
[in] Handle to a TTS engine instance. |
pTuningData |
[in] Const pointer to a tuning data properties description, which provides the URI to the tuning data, a MIME content type that describes the type of data to load, and optional internet fetch properties. |
phTuningData |
[out] Handle to the tuning data instance. |
For more information, see Improving performance.