[This is preliminary documentation and is subject to change.]

Wrapper around SpeechSynthesizer.

Namespace:  Phoenix.Speech
Assembly:  Phoenix.Speech (in Phoenix.Speech.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Player
Public Class Player
public ref class Player

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Player()()()
Initializes a new instance of the Player class
Speak(String)
Says the text using windows synthesizer (that means aloud using sound card).
Speed
Rate of speech.
Volume
Volume of speech.

Inheritance Hierarchy

System..::.Object
  Phoenix.Speech..::.Player

See Also