Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 242 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 242 Bytes

TTS

Takes txt/pdf files and uses text-to-speech and reads out the content

How to Build The App

You need to have Cordova installed

  • cordova platform add android
  • cordova plugin add cordova-plugin-tts-advanced
  • cordova build android