Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > a2e5ae2091c2674a899ba2cbfce176e5 > files > 41

festival-2.1-3.mga1.i586.rpm

<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52
     from ../festival.texi on 2 August 2001 -->

<TITLE>Festival Speech Synthesis System - 3  Acknowledgements</TITLE>
</HEAD>
<BODY bgcolor="#ffffff">
Go to the <A HREF="festival_1.html">first</A>, <A HREF="festival_2.html">previous</A>, <A HREF="festival_4.html">next</A>, <A HREF="festival_35.html">last</A> section, <A HREF="festival_toc.html">table of contents</A>.
<P><HR><P>


<H1><A NAME="SEC3" HREF="festival_toc.html#TOC3">3  Acknowledgements</A></H1>
<P>
<A NAME="IDX3"></A>
<A NAME="IDX4"></A>

</P>
<P>
The code in this system was primarily written by Alan W Black, Paul
Taylor and Richard Caley.  Festival sits on top of the Edinburgh Speech
Tools Library, and uses much of its functionality.

</P>
<P>
Amy Isard wrote a synthesizer for her MSc project in 1995, which first
used the Edinburgh Speech Tools Library.  Although Festival doesn't
contain any code from that system, her system was used as a basic model.

</P>
<P>
Much of the design and philosophy of Festival has been built on the
experience both Paul and Alan gained from the development of various
previous synthesizers and software systems, especially CSTR's Osprey and
Polyglot systems <CITE>taylor91</CITE> and ATR's CHATR system <CITE>black94</CITE>.

</P>
<P>
However, it should be stated that Festival is fully developed at CSTR
and contains neither proprietary code or ideas.

</P>
<P>
Festival contains a number of subsystems integrated from other sources
and we acknowledge those systems here.

</P>


<H2><A NAME="SEC4" HREF="festival_toc.html#TOC4">3.1  SIOD</A></H2>
<P>
<A NAME="IDX5"></A>
<A NAME="IDX6"></A>
<A NAME="IDX7"></A>

</P>
<P>
The Scheme interpreter (SIOD -- Scheme In One Defun 3.0) was
written by George Carrett  (gjc@mitech.com, gjc@paradigm.com)
and offers a basic small Scheme (Lisp) interpreter suitable
for embedding in applications such as Festival as a scripting
language.  A number of changes and improvements have been added
in our development but it still remains that basic system.
We are grateful to George and Paradigm Associates Incorporated
for providing such a useful and well-written sub-system.

<PRE>
                       Scheme In One Defun (SIOD)
                       COPYRIGHT (c) 1988-1994 BY 
        PARADIGM ASSOCIATES INCORPORATED, CAMBRIDGE, MASSACHUSETTS.
                           ALL RIGHTS RESERVED

Permission to use, copy, modify, distribute and sell this software
and its documentation for any purpose and without fee is hereby
granted, provided that the above copyright notice appear in all copies
and that both that copyright notice and this permission notice appear
in supporting documentation, and that the name of Paradigm Associates
Inc not be used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.

PARADIGM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
PARADIGM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
</PRE>



<H2><A NAME="SEC5" HREF="festival_toc.html#TOC5">3.2  editline</A></H2>

<P>
Because of conflicts between the copyright for GNU readline, for which
an optional interface was included in earlier versions, we have replace
the interface with a complete command line editing system based on
<TT>`editline'</TT>.  <TT>`Editline'</TT> was posted to the USENET newsgroup
<TT>`comp.sources.misc'</TT> in 1992.  A number of modifications have been
made to make it more useful to us but the original code (contained
within the standard speech tools distribution) and our modifications
fall under the following licence.

<PRE>
Copyright 1992 Simmule Turner and Rich Salz.  All rights reserved.       
                                                                         
This software is not subject to any license of the American Telephone    
and Telegraph Company or of the Regents of the University of California. 
                                                                         
Permission is granted to anyone to use this software for any purpose on  
any computer system, and to alter it and redistribute it freely, subject 
to the following restrictions:                                           
1. The authors are not responsible for the consequences of use of this   
   software, no matter how awful, even if they arise from flaws in it.   
2. The origin of this software must not be misrepresented, either by     
   explicit claim or by omission.  Since few users ever read sources,    
   credits must appear in the documentation.                             
3. Altered versions must be plainly marked as such, and must not be      
   misrepresented as being the original software.  Since few users       
   ever read sources, credits must appear in the documentation.          
4. This notice may not be removed or altered.                            
</PRE>



<H2><A NAME="SEC6" HREF="festival_toc.html#TOC6">3.3  Edinburgh Speech Tools Library</A></H2>

<P>
<A NAME="IDX8"></A>
The Edinburgh Speech Tools lies at the core of Festival. Although
developed separately, much of the development of certain parts of the
Edinburgh Speech Tools has been directed by Festival's needs.  In turn
those who have contributed to the Speech Tools make Festival
a more usable system.

</P>
<P>
See section `Acknowledgements' in <CITE>Edinburgh Speech Tools Library Manual</CITE>.

</P>
<P>
Online information about the Edinburgh Speech Tools library
is available through

<PRE>
<A HREF="http://www.cstr.ed.ac.uk/projects/speech_tools.html">http://www.cstr.ed.ac.uk/projects/speech_tools.html</A>
</PRE>



<H2><A NAME="SEC7" HREF="festival_toc.html#TOC7">3.4  Others</A></H2>

<P>
Many others have provided actual code and support for Festival,
for which we are grateful.  Specifically,

</P>

<UL>
<LI>Alistair Conkie:

various low level code points and some design work,
Spanish synthesis, the old diphone synthesis code.
<LI>Steve Isard:

directorship and LPC diphone code, design of diphone schema.
<LI>EPSRC:

who fund Alan Black and Paul Taylor.
<LI>Sun Microsystems Laboratories:

for supporting the project and funding Richard.
<LI>AT&#38;T Labs - Research:

for supporting the project.
<LI>Paradigm Associates and George Carrett:

for Scheme in one defun.
<LI>Mike Macon:

Improving the quality of the diphone synthesizer and LPC analysis.
<LI>Kurt Dusterhoff:

Tilt intonation training and modelling.
<LI>Amy Isard:

for her SSML project and related synthesizer.
<LI>Richard Tobin:

for answering all those difficult questions, the socket code,
and the XML parser.
<LI>Simmule Turner and Rich Salz:

command line editor (editline)
<LI>Borja Etxebarria:

Help with the Spanish synsthesis
<LI>Briony Williams:

Welsh synthesis
<LI>Jacques H. de Villiers: <TT>`jacques@cse.ogi.edu'</TT> from CSLU

at OGI, for the TCL interface, and other usability issues
<LI>Kevin Lenzo: <TT>`lenzo@cs.cmu.edu'</TT> from CMU for the PERL

interface.
<LI>Rob Clarke:

for support under Linux.
<LI>Samuel Audet <TT>`guardia@cam.org'</TT>:

OS/2 support
<LI>Mari Ostendorf:

For providing access to the BU FM Radio corpus from which some 
modules were trained.
<LI>Melvin Hunt:

from whose work we based our residual LPC synthesis model on
<LI>Oxford Text Archive:

For the computer users version of Oxford Advanced
Learners' Dictionary (redistributed with permission).
<LI>Reading University:

for access to MARSEC from which the phrase break
model was trained.
<LI>LDC &#38; Penn Tree Bank:

from which the POS tagger was trained, redistribution
of the models is with permission from the LDC.
<LI>Roger Burroughes and Kurt Dusterhoff:

For letting us capture their voices.
<LI>ATR and Nick Campbell:

for first getting Paul and Alan to work together and for the
experience we gained.
<LI>FSF:

for G++, make, .... 
<LI>Center for Spoken Language Understanding:

CSLU at OGI, particularly Ron Cole and Mike Macon, have acted as
significant users for the system giving significant feedback and
allowing us to teach courses on Festival offering valuable real-use
feedback.
<LI>Our beta testers:

Thanks to all the people who put up with previous versions of the system
and reported bugs, both big and small.  These comments are very important
to the constant improvements in the system.  And thanks for your quick
responses when I had specific requests.
<LI>And our users ...

Many people have downloaded earlier versions of the system.  Many have
found problems with installation and use and have reported it to us.
Many of you have put up with multiple compilations trying to fix bugs
remotely.  We thank you for putting up with us and are pleased you've
taken the time to help us improve our system.  Many of you have come up
with uses we hadn't thought of, which is always rewarding.

Even if you haven't actively responded, the fact that you use the system
at all makes it worthwhile.
</UL>

<P><HR><P>
Go to the <A HREF="festival_1.html">first</A>, <A HREF="festival_2.html">previous</A>, <A HREF="festival_4.html">next</A>, <A HREF="festival_35.html">last</A> section, <A HREF="festival_toc.html">table of contents</A>.
</BODY>
</HTML>