A full-stack creation of a text-to-speech mechanism, allows users to input text and have it played back at a desired tempo and volume. The project uses the front-end stack (HTML, CSS, JS). The project can be expanded on in the future with a voice-changing feature that allows users to select a voice suitable for their needs.
Voice-over
Tempo control slider
Volume control slider
- Clone the repository.
- Open the project using an IDE or Text-Editor of choice (VsCode was used for this project).
index.html
contains all elements for the homepage, to create another page, create a folder to store all HTML pages.styles
contains multiple CSS files for various aspects of styling different contents of the page.script.js
contains functionality for the voice-over.