
  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, 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, Flite-network and eSpeak TTS modules for Asterisk, and DialogPalette, are distributed under the GNU General Public License.
		See COPYING for details.

