An automated Sinhala audio Text Editor for visually impaired and blind students
- NodeJS 6.X or higher
- Festival Speech Synthesis System: 2.4 or higher
Install Node.js
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ sudo apt-get install -y nodejs
Install Festival
$ sudo apt-get update
$ sudo apt-get install festival
Setup Sinhala Language
$ wget http://ucsc.lk/ltrl/public/TTS/003-23-01-2007.zip sinhala.zip
$ sudo unzip sinhala.zip -d /usr/share/festival/voices
Clone the repository
$ git clone https://github.com/QuarkLabs/audible-text-editor.git
Install Angular-cli
$ sudo npm install -g @angular/cli
Install dependencies with
$ cd audible-text-editor
$ npm install
Build the Angular App
$ ng build --prod
Start Server
$ npm start