Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 667 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 667 Bytes

click2speech

Chrome and Firefox extension to help the visually impaired and those with dyslexia. Click on a text and click2speech reads it out to you.

no voice available

Potential fixes:

  1. voices can be installed for Chrome, e.g. US English voice from Google (seem to be Windows only)
  2. if using Linux, try Firefox instead of Chromium. Firefox supports espeak if installed.

build

  1. build.sh builds the extension

options local run

  1. cd chrome/options
  2. mv src/modules src/modules-backup
  3. mv src/modules-dev src/modules
  4. npm start