asterisk-espeak Code
Status: Alpha
Brought to you by:
boknesmonster
File | Date | Author | Commit |
---|---|---|---|
AUTHORS | 2008-01-23 | ntkleynhans | [r4] Forgot to modify LIBS variable in Makefile. |
COPYING | 2008-01-21 | boknesmonster | [r1] Initial import |
ChangeLog | 2008-01-29 | boknesmonster | [r5] Release: 0.4 |
Makefile | 2008-01-23 | ntkleynhans | [r4] Forgot to modify LIBS variable in Makefile. |
README | 2008-01-29 | boknesmonster | [r5] Release: 0.4 |
app_espeak.c | 2008-01-29 | boknesmonster | [r5] Release: 0.4 |
asterisk-espeak.spec | 2008-02-12 | boknesmonster | [r7] Fixed URL and Source URL in RPM spec file |
espeak.conf | 2008-01-21 | boknesmonster | [r1] Initial import |
asterisk-espeak: eSpeak text-to-speech module for Asterisk This provides the "eSpeak" dialplan application, which allows you to use the eSpeak TTS Engine with Asterisk. Copyright (C) 2006-2008, Francois Aucamp, Meraka Institute, CSIR <faucamp@csir.co.za> See AUTHORS for all credits. Requirements: - Asterisk - Asterisk development libraries/header files (asterisk-devel) - eSpeak TTS engine (version 1.28 or later - http://espeak.sourceforge.net) - eSpeak development libraries/header files (espeak-devel) - libsndfile library & header files (libsndfile-devel) - libsamplerate library & header files (libsamplerate) Installation: For Asterisk 1.4: ----------------- make make install (as root) For Asterisk versions 1.2 or 1.0: --------------------------------- make ASTERISKVERSION=1.2 --OR-- make ASTERISKVERSION=1.0 Usage: Type "show application espeak" at the Asterisk CLI prompt. License: The eSpeak TTS module for Asterisk is distributed under the GNU General Public License, version 3 or later. See COPYING for details.