SpeechSynthesisConnector Class
SpeechSynthesisConnector can be attached to an AudioVideoFlow, and provides a Stream interface to feed audio data to the flow.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.IO.Stream
Microsoft.Rtc.Collaboration.AudioVideo.SpeechSynthesisConnector
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class SpeechSynthesisConnector _
Inherits Stream
'Usage
Dim instance As SpeechSynthesisConnector
public class SpeechSynthesisConnector : Stream
Remarks
The Stream can be given to a SpeechSynthesizer as an output destination, in order to synthesize text over the wire.
SpeechSynthesisConnector should be used only in conjuction with Microsoft.Speech.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.