A simple text to audio app in the browser.
This app uses the window's built in speech synthesis module to generate speech from user entered text. Optionally, this browser-generated audio can be downloaded as a .wav file.
This project is created with
- Node JS
- Express
- Bootstrap Native
- Pug
Visit https://text2audio-convertor.herokuapp.com/
Or clone the repo and run
node app
from the root directory.
Navigate to localhost/3000
in your browser