Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
ISpTTSEngineSite::GetRate
ISpTTSEngineSite::GetRate retrieves the current TTS rendering rate adjustment that should be used by the engine.
HRESULT GetRate(
long *pRateAdjust
);
Parameters
- pRateAdjust
[out] Pointer to a long which specifies the baseline rate.
Return values
| Value |
| E_POINTER |
| S_OK |
Remarks
This function should be called when a call to GetActions returns SPVES_RATE. The retrieved value establishes a baseline rate. Additional rate adjustments in the XML state should be combined with this value to determine the actual absolute rate adjustment.