TAPIEx.NET Component Documentation
CSpeak Class

The CSpeak class enables an application to perform text synthesis operations.

To add the Text-to-Speech feature to your TAPI application, all you need to do is call the TAPICall.CSpeak.Speak method.

For a list of all members of this type, see CSpeak Members.

 

[Visual Basic]
Public Class CSpeak
  Inherits System.Object
[C#]
public class CSpeak: System.Object

 

Requirements

Namespace: TAPIEx

Assembly: TAPIEx.Net.Dll

See Also

CSpeak is compatible with Microsoft SAPI 4.0 or SAPI 5.1. [SAPI (Speech API) is the Microsoft standard class for Speech Recognition (SR) and Text-to-Speech (TTS) engines. ]

  • For SAPI 4.0, If your system have no SAPI 4.0 installed, please download the program from the Microsoft SAPI download page or from our web site download page.
  • For SAPI 5.1, which is the version shipped with Windows XP. Users of other Windows versions will need to install SAPI 5.1 first. SAPI 5.1 is available free of charge from the Microsoft web site. http://www.microsoft.com/speech/download/sdk51/

    You also need to have a TTS (Text-to-Speech) engine installed on your computer. A number of these engines are available from different vendors. Microsoft, for example, offers a freely redistributable TTS engine at Microsoft web site.

  • Support editions