Recent Changes - Search:

edit SideBar

Text to Speech Module

Make your swarmlets speak!

API

  • say(text, callback): Say the given text, and call callback when finished.

Example

  var tts = require('textToSpeech');
  tts.say('Building SwarmLets is fun!', function () {
    alert('Done speaking.');
  });

Back to Optional JavaScript Modules

Edit - History - Print - Recent Changes - Search
Page last modified on June 01, 2015, at 06:49 AM