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

https://github.com/vijethph/texttospeech-synth

A Javascript application that converts text typed to speech as output.
https://github.com/vijethph/texttospeech-synth

bootstrap css html javascript popperjs

Last synced: about 2 months ago
JSON representation

A Javascript application that converts text typed to speech as output.

Awesome Lists containing this project

README

          

[![Status](https://img.shields.io/badge/status-active-success.svg?style=for-the-badge&logo=javascript)]()
[![GitHub issues](https://img.shields.io/github/issues/vijethph/texttospeech-synth?style=for-the-badge)](https://github.com/vijethph/texttospeech-synth/issues)
[![Contributors](https://img.shields.io/github/contributors/vijethph/texttospeech-synth?style=for-the-badge)](https://github.com/vijethph/texttospeech-synth/graphs/contributors)
[![GitHub forks](https://img.shields.io/github/forks/vijethph/texttospeech-synth?style=for-the-badge)](https://github.com/vijethph/texttospeech-synth/network)
[![GitHub stars](https://img.shields.io/github/stars/vijethph/texttospeech-synth?color=yellow&style=for-the-badge)](https://github.com/vijethph/texttospeech-synth/stargazers)
[![GitHub license](https://img.shields.io/github/license/vijethph/texttospeech-synth?style=for-the-badge)](https://github.com/vijethph/texttospeech-synth/blob/master/LICENSE)
[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/you-didnt-ask-for-this.svg)](https://forthebadge.com)





Logo

Text-to-Speech Synthesis


A javascript application that converts text typed into speech that can be heard.




Report Bug
·
Request Feature

## Table of Contents

* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Installation](#installation)
* [Usage](#usage)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)

## About The Project

[![Text to Speech Working](img/screenshot.jpg)](img/screenshot.jpg)

This is a javascript application that utilizes speech synthesis engine to convert text to speech.

### Built With
This project is entirely built with the following components and languages:
* [Bootstrap](https://getbootstrap.com)
* [JQuery](https://jquery.com)
* [Javascript](https://en.wikipedia.org/wiki/JavaScript)
* [Popper JS](https://popper.js.org)

## Getting Started

To get a local copy of the project up and running follow these simple steps.

### Prerequisites

A web browser that supports javascript is all that is required.

### Installation

1. Clone the repo
```sh
git clone https://github.com/vijethph/texttospeech-synth.git
```
2. Open the downloaded folder
```sh
cd texttospeech-synth
```
3. Open `index.html` in your browser.

## Usage

Simply type anything in the given text box. You can choose to alter Rate, Pitch and Speech Voice for the output.

## Contributing [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/vijethph/texttospeech-synth/issues)

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the GNU GPL License.

## Contact

Vijeth P H - [@vijeth](https://github.com/vijethph)

Project Link: [https://github.com/vijethph/texttospeech-synth](https://github.com/vijethph/texttospeech-synth)

## Thank You!
Made with ❤ in India.

If you like this project, please ⭐ this repo and share it with others 👍

## Acknowledgements
* [Mozilla Web Developer Docs](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API)
* [Img Shields](https://shields.io)
* [Choose an Open Source License](https://choosealicense.com)
* [GitHub Pages](https://pages.github.com)