Skip to content

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

Notifications You must be signed in to change notification settings

a382695908/node-picotts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%