Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

picotts

luisivan80.1.1

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

picotts, tts, text to speech, pico

readme

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')
})