0

Adds info about running espeak on Chrome OS on desktop Linux.

NOTRY=true
TBR=dmazzoni@chromium.org

Change-Id: Ibcc2723d50dae1b236080ef8ae4407e89ff4ca00
Reviewed-on: https://chromium-review.googlesource.com/c/1385647
Reviewed-by: Katie Dektar <katie@chromium.org>
Commit-Queue: Katie Dektar <katie@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618060}
This commit is contained in:
Katie D
2018-12-20 01:24:49 +00:00
committed by Commit Bot
parent ea5fccd162
commit c9912db807
2 changed files with 18 additions and 0 deletions

@ -110,6 +110,19 @@ they need to chmod or chown too, it really depends on your system.**
After you do that, just run "chrome" as above (e.g. out/cros/chrome) and press
Ctrl+Alt+Z, and you should hear it speak! If not, check the logs.
### eSpeak
To get [eSpeak](espeak.md) on Chrome OS on Desktop Linux, copy the eSpeak
extension (chrome branch) to the same place:
```
cd ~
git clone https://chromium.googlesource.com/chromiumos/third_party/espeak-ng
cd espeak-ng
git checkout chrome
sudo cp -r chrome-extension /usr/share/chromeos-assets/speech_synthesis/espeak-ng
```
## Braille
ChromeVox uses extension APIs to deliver braille to Brltty through libbrlapi

@ -127,3 +127,8 @@ To upload the change for review, use 'repo start' to start making changes
in this package, then commit the change to git, ensuring that you're
changing both the ebuild and manifest file and adding appropriate BUG=
and TEST= lines, then use 'repo upload' to upload the change for review.
## Running on Chrome OS on Desktop Linux
See [Chromevox on Desktop Linux](chromevox_on_desktop_linux.md#speech) for more
how to use eSpeak's speech engine on Chrome OS emulated on desktop Linux.