https://github.com/alitahir4024/text-to-speach-javascript
A creative project to give voice to your words.
https://github.com/alitahir4024/text-to-speach-javascript
html html5 javascript pause play speechsynthesis speechsynthesisutterance speed stop text text-to-speech utterance voice
Last synced: 8 months ago
JSON representation
A creative project to give voice to your words.
- Host: GitHub
- URL: https://github.com/alitahir4024/text-to-speach-javascript
- Owner: alitahir4024
- License: mit
- Created: 2020-05-30T06:50:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T21:03:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T09:50:52.630Z (12 months ago)
- Topics: html, html5, javascript, pause, play, speechsynthesis, speechsynthesisutterance, speed, stop, text, text-to-speech, utterance, voice
- Language: JavaScript
- Homepage: https://alitahir4024.github.io/Text-To-Speach-Javascript/
- Size: 4.88 KB
- Stars: 13
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text-To-Speach-Javascript
A creative project to give voice to your words.
## Silent Features:
* Your computer can speak.
* You can give voice to your words.
* You can set speed of the voice.
* Creative project.
* Minimal.
* Dynamic.
* Easy to code and also easy logic.
## Technologies used:
* Html (for structuring).
* Javascript (to give voice).
## Important JS functions and methods used:
* Speach Synthesis :(https://developer.mozilla.org/en-US/docs/Web/API/Window/speechSynthesis)
* Speach Synthesis Utterence :(https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance)
## Project Preview:
[Text To Speech Javascript](https://alitahir4024.github.io/Text-To-Speach-Javascript/)
setup in ubuntu:
git clone https://github.com/alitahir4024/Text-To-Speach-Javascript.git
cd Text-To-Speach-Javascript
sudo apt update
sudo apt install nodejs npm -y
sudo npm install -g http-server
http-server