node-picotts icon indicating copy to clipboard operation
node-picotts copied to clipboard

PicoTTS wrapper for NodeJS. PicoTTS is being used by Android and it's extremely lightweight and fast yet produces very natural voices.

PicoTTS for Node

PicoTTS wrapper for NodeJS. PicoTTS is being used by Android and it's extremely lightweight and fast yet produces very natural voices.

Usage


var pico = require('picotts')

pico.say('Hey this is cool', 'en-US', function(err) {
  if (!err)
	  console.log('Correctly played')
})

Install

You need libttspico-utils to use the library

npm install picotts