Fixing packaging
[profile/ivi/festival.git] / README
1
2               The Festival Speech Synthesis System
3                 version 2.1 RELEASE November 2010
4  
5 This directory contains the Festival Speech Synthesis System,
6 developed at CSTR, University of Edinburgh. The project was originally
7 started by Alan W Black and Paul Taylor but many others have been
8 involved (see ACKNOWLEDGEMENTS file for full list).
9
10 Festival offers a general framework for building speech synthesis
11 systems as well as including examples of various modules.  As a whole
12 it offers full text to speech through a number APIs: from shell level,
13 though a Scheme command interpreter, as a C++ library, and an Emacs
14 interface.  Festival is multi-lingual (currently English (US and UK)
15 and Spanish are distributed but a host of other voices have been
16 developed by others) though English is the most advanced.
17
18 The system is written in C++ and uses the Edinburgh Speech Tools
19 for low level architecture and has a Scheme (SIOD) based command
20 interpreter for control.  Documentation is given in the FSF texinfo
21 format which can generate, a printed manual, info files and HTML.
22
23 COPYING
24
25 Festival is free.  Earlier versions were restricted to non-commercial
26 use but we have now relaxed those conditions.  The licence is an X11
27 style licence thus it can be incorporated in commercial products
28 and free source products without restriction.  See COPYING for the
29 actual details.
30
31 INSTALL
32
33 Festival should run on any standard Unix platform.  It has already run
34 on Solaris, SunOS, Linux and FreeBSD.  It requires a C++ compiler (GCC
35 2.7.2, 2.8.1, 2.95.[123], 3.2.3 3.3.2 RedHat "gcc-2.96", gcc 3.3, gcc
36 4.4.x and gcc-4.5.x are our standard compilers) to install. A port to
37 Windows XP/NT/95/98 and 2000 using either Cygnus GNUWIN32, this is
38 still new but many people are successfully using it.
39
40 A detailed description of installation and requirements for the whole
41 system is given in the file INSTALL read that for details.
42
43 NEWS
44
45 Keep abreast of Festival News by regularly checking the Festival homepage
46    http://www.cstr.ed.ac.uk/projects/festival/
47 or the US site
48    http://festvox.org/festival/
49
50 New in Festival 2.1
51    Support for various new GCC compilers
52    Improved support for hts, clustergen, clunits and multisyn voices
53    lots of wee bugs fixed
54