asterisk-flite Code
Status: Beta
Brought to you by:
boknesmonster
| File | Date | Author | Commit |
|---|---|---|---|
| AUTHORS | 2008-01-21 | boknesmonster | [r1] Initial import |
| COPYING | 2008-01-21 | boknesmonster | [r1] Initial import |
| ChangeLog | 2008-01-21 | boknesmonster | [r1] Initial import |
| Makefile | 2008-01-22 | boknesmonster | [r2] Makefile now guesses the installation location ... |
| README | 2008-01-29 | boknesmonster | [r3] Updated README |
| app_flite.c | 2008-01-21 | boknesmonster | [r1] Initial import |
| asterisk-flite.spec | 2008-02-12 | boknesmonster | [r4] Fixed URL and Source URL in RPM spec file |
| flite.conf | 2008-01-21 | boknesmonster | [r1] Initial import |
asterisk-flite: Flite text-to-speech module for Asterisk
This provides the "Flite" dialplan application, which allows you to use
the Flite TTS Engine with Asterisk.
This module invokes the Flite TTS engine locally, and uses it to render text to speech.
Copyright (C) 2006-2008, Francois Aucamp, Meraka Institute, CSIR <faucamp@csir.co.za>
Requirements: - Asterisk 1.0.x, 1.2.x or 1.4.x
- Asterisk development header files
- Flite libraries
- Flite development header files
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
make install (as root)
Usage: Type "show application flite" at the Asterisk CLI prompt.
License: The Flite TTS module for Asterisk is distributed under the GNU
General Public License, version 3 or later. See COPYING for details.