Simple WebApp to convert text (loaded from file or direct typing) to audio file. Using Google Could TTS engine. This app aim to help novice user to get audio file of TTS in easy way.
-
Install NodeJS (tested with v12.16.2)
-
Open command prompt and go into source folder
-
Install dependecies using below command
npm install
-
Create your GOOGLE_APPLICATION_CREDENTIALS by following Google Cloud Authentication getting start information
Save the json file using name : 'gcloudauth.json'
-
Run application by double clicking 'START.bat'
Or if you want complete prebuild app with nodejs, just contact me.