Click or drag to resize
TextToSpeech Methods

The TextToSpeech type exposes the following members.

Methods
  NameDescription
Public methodAddAndStartText
Adds a text to the waiting queue and begins the playing with the first text in the queue.
Public methodAddText
Adds text to the waiting queue.
Public methodAddTTSEngine
Public methodChangeLanguage(String)
Changes the language of the TTS engine.
Public methodChangeLanguage(String, String)
Changes the language of the TTS engine.
Public methodChangeVoice
Changes the voice of the TTS engine.
Public methodClear
Clears the input queue.
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean) (Overrides TimerBasedMediaStreamHandlerDispose(Boolean).)
Protected methodFinalize
(Inherited from DisposableClass.)
Protected methodGetAudioData (Inherited from AudioStreamPlayback.)
Public methodGetAudioFormat (Inherited from MediaStreamSender.)
Public methodGetAvailableVoices
Returns the collection of available Text-To-Speech voice.
Public methodGetCurrentEngine
Get the current tts engine
Protected methodLoadReader
Initializes the file reader which will read the content of the stream. (This method will be invoked in the LoadStream(Stream) method.)
(Inherited from WaveStreamPlayback.)
Public methodLoadStream (Inherited from AudioStreamPlayback.)
Public methodNextText
Skips the actual text and begins playing the next text.
Public methodPause
Pauses the streaming. (If the streaming is already paused then does nothing.)
(Inherited from MediaStreamSender.)
Protected methodReceiverConnected
This will be called when this object has been connected to an audio receiver.
(Inherited from AudioSender.)
Protected methodReceiverDisconnected
This will be called when this object has been disconnected from an audio receiver.
(Inherited from AudioSender.)
Protected methodSendMediaData (Inherited from AbstractMediaSenderTData, TFormat.)
Protected methodSetPlaybackWaveStream
Changes the playback stream to the given stream.
(Inherited from AudioStreamPlayback.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderTData, TFormat.)
Public methodStart
Starts playing the queue.
(Overrides TimerBasedMediaStreamHandlerStart.)
Public methodStop
Stops the streaming.
(Inherited from TimerBasedMediaStreamHandler.)
Protected methodTimerTick
This will be called when the built-in timer ticks.
(Inherited from AudioStreamPlayback.)
Top
See Also