Presetation TTS

Preview:

Citation preview

TTS

INDEX1.WHAT IS TTS ? 2.INSTALLATION3.CODE 4.VERSION 0.35.VERSION 0.4 6.CONCLUSION

TTS(Text To Speech)

» TTSLIB (Text To Speech).is a wrapper around freetts for processing the library can be used to give your sketches a voice. The only drawback is, that it's not working in applets, because freetts uses custom classloaders for loading the voices, which is not allowed in the browser sandbox.

INSTALLATION

TTS TUTORIAL

TTS

CLOSE TAB

» CLICK

CODE

» We will now add the setup() and draw() methods to our sketch.

» Now we will add a mousePressed() method to our sketch.

To use the library simply import the lib, create an instance of the TTS class and call the speak method.

DOCUMENTATION

From version 0.3» It also allows you to alter the pitch and the

pitch range of the voice by using.

From version 0.4» On you can define which speaker the text

should come from.