File: README.md

package info (click to toggle)
festival 1%3A2.5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,512 kB
  • sloc: cpp: 27,915; lisp: 15,725; ansic: 6,022; sh: 5,683; java: 1,536; makefile: 753; xml: 291; perl: 87
file content (65 lines) | stat: -rw-r--r-- 2,552 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

              The Festival Speech Synthesis System
                   version 2.5 December 2017

https://github.com/festvox/festival/

This directory contains the Festival Speech Synthesis System,
developed at CSTR, University of Edinburgh. The project was originally
started by Alan W Black and Paul Taylor but many others have been
involved (see ACKNOWLEDGEMENTS file for full list).

Festival offers a general framework for building speech synthesis
systems as well as including examples of various modules.  As a whole
it offers full text to speech through a number APIs: from shell level,
though a Scheme command interpreter, as a C++ library, and an Emacs
interface.  Festival is multi-lingual (currently English (US and UK)
and Spanish are distributed but a host of other voices have been
developed by others) though English is the most advanced.

The system is written in C++ and uses the Edinburgh Speech Tools
for low level architecture and has a Scheme (SIOD) based command
interpreter for control.  Documentation is given in the FSF texinfo
format which can generate, a printed manual, info files and HTML.

COPYING

Festival is free.  Earlier versions were restricted to non-commercial
use but we have now relaxed those conditions.  The licence is an X11
style licence thus it can be incorporated in commercial products
and free source products without restriction.  See COPYING for the
actual details.

INSTALL

Festival should run on any standard Unix platform.  It has already run
on Solaris, SunOS, Linux and FreeBSD.  It requires a C++ compiler (GCC
2.7.2, 2.8.1, 2.95.[123], 3.2.3 3.3.2 RedHat "gcc-2.96", gcc 3.3, gcc
4.4.x and gcc-4.5.x, gcc-6.2.0 are our standard compilers) to
install. A port to Windows XP/NT/95/98 and 2000 using either Cygnus
GNUWIN32, this is still new but many people are successfully using it,
it works fine with Windows 10 bash

A detailed description of installation and requirements for the whole
system is given in the file INSTALL read that for details.

NEWS

Keep abreast of Festival News by regularly checking the Festival homepage
   http://www.cstr.ed.ac.uk/projects/festival/
or the US site
   http://festvox.org/festival/
otr on github
   https://github.com/festvox/festival/

New in Festival 2.5
   Support for gcc6 (which is a somewhat different dialect of C++)

New in Festival 2.2
   updates to hts (hts_engine 1.07) and clustergen

New in Festival 2.1
   Support for various new GCC compilers
   Improved support for hts, clustergen, clunits and multisyn voices
   lots of wee bugs fixed