eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Reece H. Dunn 3a69077091 README.md: add instructions on how to build and install eSpeak for Android. 12 years ago
.settings pull in the espeak activity sources from eyes-free 12 years ago
dictsource 1.46.02 12 years ago
docs 1.46.01 13 years ago
espeak-data 1.46.01 13 years ago
jni pull in the android JNI bindings from eyes-free 12 years ago
phsource 1.46.02 12 years ago
platforms 1.46.02 12 years ago
praat-mod 1.46.02 12 years ago
res pull in the espeak activity sources from eyes-free 12 years ago
src pull in the espeak activity sources from eyes-free 12 years ago
.classpath pull in the espeak activity sources from eyes-free 12 years ago
.gitignore pull in the espeak activity sources from eyes-free 12 years ago
.project pull in the espeak activity sources from eyes-free 12 years ago
AndroidManifest.xml 1.46.02 -- android build scripts (from the eyes-free project) 12 years ago
README.md README.md: add instructions on how to build and install eSpeak for Android. 12 years ago
project.properties 1.46.02 -- android build scripts (from the eyes-free project) 12 years ago

README.md

Android Port of eSpeak Text-to-Speech

This branch contains the files needed to build espeak on the android platform. It is derived from the eyes-free project.

Prerequisits

To build eSpeak for Android, you need to have the following installed and configured correctly:

  1. Android SDK
  2. Android NDK
  3. Eclipse
  4. Android Developer Tools (ADT) for Eclipse

Building

  1. Build the libttsespeak.so file by running:

    $ ndk-build
    
  2. Open Eclipse.

  3. Create a new workspace.

  4. Import the espeak folder as an exising Android project.

  5. Build the espeak apk within Eclipse.

Installing

The generated eSpeakActivity.apk can be installed like any other apk build via eclipse, such as by using the Run menu option.

After running, eSpeakActivity will download the espeak-data.zip file. To enable eSpeak, you need to:

  1. go into the Android Text-to-Speech settings UI;
  2. enable eSpeak TTS in the Engines section;
  3. select eSpeak TTS as the default engine;
  4. use the Listen to an example option to check if everything is working.