Platform SDK: Web Telephony Engine |
The TTSWaveFormat property sets or retrieves the wave format to negotiate with the TTS engine.
WTEApplication.TTSWaveFormat [ = iFormat ]
This property is read-write.
If this property specifies the wteDefaultWaveFormat value, the first wave format suggested by the TTS engine is accepted. If this property specifies a value other than wteDefaultWaveFormat, only the specified format is accepted. If the TTS engine does not support the specified format, the call is disconnected. Because there is no way to ask the TTS engine to renegotiate the format, a new TTS engine (or the same one) is loaded each time the value of the TTSWaveFormat property is changed. This property has no effect on wave files.
The Microsoft TTS engine supports the following formats:
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Mswtecom.idl and Mswtecom.h.
Library: Use Mswtecom.lib.