from text2speech - tts by Wolfgang Garn
Converts text to speech.

tts

tts - text to speech

This function converts text into speech.

Contents

Syntax

tts( text )

Description

You can enter any form of text into this function and it speaks it all.

Note: It requires .Net

Input:

  • text ... text to be spoken (character array, or cell array of characters)

Output:

  • spoken text

Examples

Simple.
tts('Hello. How are you?')

Casual chat.
tts({'Hello. How are you?','It is nice to speak to you.','regards SAPI.'})

See also

External

text2speech

Signature

  • Copyright 2011 W.Garn

Contact us at files@mathworks.com