talking-text ♪

$('.chirpy-bird').talkingText();

talking-text takes text from your webpage and types it out just like those classic games you love so much!

It's great for webcomics, interactive demos or any time you want it to feel like there's really someone behind those little words.

But the fun doesn't stop there: please allow this helpful frog to show you just some of the options talking-text offers:

(you might have to wake him up first — he's a very hard worker)

$(document).ready(function(){
  $('p.loud-slow-wizard').talkingText({
    // Change speed of typing
    pace: 100,
    // Customise 'voice' provided by Web Audio API
    voice: { accent: 1, pitch: 100, volume: 1 },
    // Fire function after typing is completed
    callback:function(text) {
      console.log('Spell uttered: ' + text);
    }
  });
})

The best bit is that talking-text is free for anyone to use under the MIT license. Download talking-text.jquery.js to get started, and find out more on Github.