Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/eheikes/tts

Tools to convert text to speech :books::speech_balloon:
https://github.com/eheikes/tts

amazon aws-polly speech tts

Last synced: about 1 month ago
JSON representation

Tools to convert text to speech :books::speech_balloon:

Lists

README

        

# Text-To-Speech Tools

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

* [Command-line interface (CLI) tool](packages/tts-cli) to convert text to speech
* [Web TTS CLI tool](packages/web-tts) to convert webpages to speech

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

* [Amazon Web Services](https://aws.amazon.com) for [AWS Polly](https://aws.amazon.com/polly/)
* [Google Cloud Platform](https://cloud.google.com) for [GCP Text-to-Speech](https://cloud.google.com/text-to-speech/)

[![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/tts-cli)](https://snyk.io/vuln/npm:tts-cli)
[![Build Status](https://img.shields.io/travis/eheikes/tts)](https://travis-ci.org/github/eheikes/tts)
[![Coverage](https://img.shields.io/codecov/c/gh/eheikes/tts?token=9bd5731ce1a34766bdf3d780a648fa05)](https://codecov.io/gh/eheikes/tts)
[![License](https://img.shields.io/github/license/eheikes/tts)](https://github.com/eheikes/tts/blob/master/LICENSE.txt)

## Contributing

Pull requests and suggestions are welcome. [Create a new issue](https://github.com/eheikes/tts/issues/new) 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
```