yogiben:tts

v0.0.0Published 11 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Meteor Text to Speech

Simple text-to-speech API built off Google Translate

meteor add yogiben:tts

How to use

tts.speak('Hello');

tts.speak('Bonjour','fr');

tts.speak('Obrigado','pt','com.br');

First argument is text, second argument is language ISO code (see Google Translate URLs), third is domain.