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 2 months ago
JSON representation
Tools to convert text to speech :books::speech_balloon:
- Host: GitHub
- URL: https://github.com/eheikes/tts
- Owner: eheikes
- License: apache-2.0
- Created: 2017-01-29T05:08:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T23:38:33.000Z (3 months ago)
- Last Synced: 2024-10-21T05:48:54.894Z (2 months ago)
- Topics: amazon, aws-polly, speech, tts
- Language: JavaScript
- Homepage:
- Size: 1.8 MB
- Stars: 94
- Watchers: 6
- Forks: 19
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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 speechThese 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)
## ContributingPull 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
```