|
| Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab. |
You are reading help file online using chmlib.com
|
Microsoft Speech SDK
SAPI 5.1
ISpTTSEngineSite::Write
ISpTTSEngineSite::Write sends output data (normally audio) to SAPI.
HRESULT Write(
const void *pBuff,
ULONG cb,
ULONG *pcbWritten
);
Parameters
- pBuff
- Pointer to synthesized speech audio data. The output format is specified by SAPI as a parameter to the ISpTTSEngine::Speak call.
- cb
- The buffer size, in bytes (not samples), of pBuff.
- pcbWritten
- Pointer to a ULONG which receives the number of bytes actually copied.
Return values
Value |
Description |
S_OK |
Function completed successfully. |
E_INVALIDARG |
pBuff is bad or invalid. |
E_POINTER |
pcbWritten is bad or invalid. |
SPERR_UNINITIALIZED |
Output stream cannot be initialized. |
Remarks
SAPI handles sending the audio data to the correct output destination. It is important that any events associated with the audio data are queued by calling ISpEventSink::AddEvents prior to calling this method. This ensures proper synchronization of event firing and audio rendering.
You are reading help file online using chmlib.com
|
If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com