Skip to content

eheikes/tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-To-Speech Tools

This monorepository includes tools to convert text of any size to speech:

These tools require an account with at least one of these (paid) services:

Vulnerabilities Build Status Coverage License

Contributing

Pull requests and suggestions are welcome. Create a new issue to report a bug or suggest a new feature.

Development commands:

npm install      # download the project dependencies
npm run lint     # lint code
npm run test     # run tests