• Stars
    star
    144
  • Rank 255,590 (Top 6 %)
  • Language
    C
  • Created about 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pico TTS: text to speech voice sinthesizer from SVox, included in Android AOSP

Pico TTS

Text to speech voice sinthesizer from SVox, included in Android AOSP.

Build and install in Linux

The source code is inside folder 'pico'

cd pico

Create autotools files:

./autogen.sh

Configure & build:

./configure
make

Install (this install files to /usr/bin, /usr/lib and /usr/share/pico):

make install

Usage

pico2wave -l LANG -w OUT_WAV_FILE "text you want to sinthesize"
aplay OUT_WAV_FILE
rm OUT_WAV_FILE

Languages can be: en-EN, en-GB, es-ES, de-DE, fr-FR, it-IT

Output file must be .wav

License

License Apache-2.0 (see pico_resources/NOTICE)