presetation tts

18
TTS

Upload: josep38

Post on 25-May-2015

163 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: Presetation TTS

TTS

Page 2: Presetation TTS

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

Page 3: Presetation TTS

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.

Page 4: Presetation TTS

INSTALLATION

Page 5: Presetation TTS
Page 6: Presetation TTS

TTS TUTORIAL

Page 7: Presetation TTS

TTS

Page 8: Presetation TTS
Page 9: Presetation TTS
Page 10: Presetation TTS

CLOSE TAB

Page 11: Presetation TTS

» CLICK

Page 12: Presetation TTS
Page 13: Presetation TTS

CODE

Page 14: Presetation TTS

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

Page 15: Presetation TTS

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

Page 16: Presetation TTS

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

DOCUMENTATION

Page 17: Presetation TTS

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

pitch range of the voice by using.

Page 18: Presetation TTS

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

should come from.