• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-6311

config/H03-May-2022-5,0004,191

doc/H03-May-2022-9,1798,202

examples/H03-May-2022-4,4343,446

lib/H03-May-2022-21,28215,229

src/H03-May-2022-58,91936,131

testsuite/H03-May-2022-1,686849

.time-stampH A D20-Dec-201442 32

ACKNOWLEDGMENTSH A D16-Nov-20143.5 KiB8476

COPYINGH A D16-Nov-20145.4 KiB11495

INSTALLH A D11-Dec-201421.4 KiB455390

MakefileH A D25-Jan-20034.4 KiB8631

NEWSH A D28-May-20018.3 KiB220199

READMEH A D16-Nov-20142.3 KiB5843

config.guessH A D17-Dec-201344.7 KiB1,5691,356

config.subH A D17-Dec-201334.8 KiB1,7941,656

configureH A D04-Apr-200140.1 KiB1,2871,033

configure.inH A D04-Apr-20012.6 KiB4642

install-shH A D04-Apr-20015.5 KiB252153

missingH A D04-Apr-20016.1 KiB191154

mkinstalldirsH A D04-Apr-2001721 4123

README

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