PencilCode / jquery-turtle

Turtle Graphics for JQuery
Other
44 stars 25 forks source link

Add a an API for text-to-speech. #6

Open davidbau opened 11 years ago

davidbau commented 11 years ago

A request from kids: a way to do text-to-speech, i.e., a way to say 'hello, I am the turtle', and have the turtle speak it out.

davidbau commented 10 years ago

One approach is to use google translate's TTS service:

http://translate.google.com/translate_tts?ie=UTF-8&q=how+is+it+today&tl=en

Unfortunately, they do not serve results when a Referrer header is present, so if we want to use this data, we need to build a proxy into pencilcode.

weihang7 commented 10 years ago

http://www.masswerk.at/mespeak/ This may useful.