Skip to content

yogiben/meteor-tts

Repository files navigation

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.

About

Simple text-to-speach API built off Google Translate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published