Skip to content

Neil-Brown/Text-to-Audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-Audio

A simple text to audio app in the browser.

Table of contents

General Information

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.

Technologies

This project is created with

  • Node JS
  • Express
  • Bootstrap Native
  • Pug

Setup

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