home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / festival / README < prev   
Encoding:
Text File  |  2001-07-24  |  3.2 KB  |  78 lines

  1.  
  2.               The Festival Speech Synthesis System
  3.                version 1.4.2 RELEASE July 2001
  4.  
  5. This directory contains the Festival Speech Synthesis System,
  6. developed at CSTR, University of Edinburgh by Alan W Black, Richard
  7. Caley and Paul Taylor and others (see ACKNOWLEDGEMENTS file for full
  8. 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. With this release we wish to remember Dr Mike W Macon of OGI who
  24. passed away in March 2001.  Mike was one of the first non-Edinburgh
  25. people to take on Festival and make substantial improvements.  His
  26. diphone voice and LPC code (mwm_diphone/OGIresLPC) is one of the best
  27. diphone voices in the system.  We worked closely him and enjoyed and
  28. number of joint visits, and we acknowledge his help with the whole
  29. system.  However his code, and his voice will continue to speak to
  30. us.
  31.  
  32. COPYING
  33.  
  34. Festival is free.  Earlier versions were restricted to non-commercial
  35. use but we have now relaxed those conditions.  The licence is an X11
  36. style licence thus it can be incorporated in commercial products
  37. and free source products without restriction.  See COPYING for the
  38. actual details.
  39.  
  40. INSTALL
  41.  
  42. Festival should run on any standard Unix platform.  It has already run
  43. on Solaris, SunOS, Linux and FreeBSD.  It requires a C++ compiler (GCC
  44. 2.7.2, 2.8.1, 2.95.[123], RedHat "gcc-2.96" and egcs are our standard
  45. compilers) to install. A port to Windows NT/95/98 and 2000 using
  46. either Cygnus GNUWIN32 and Visual C++ is included, this is still new
  47. but many people are successfully using it.
  48.  
  49. A detailed description of installation and requirements for the whole
  50. system is given in the file INSTALL read that for details.
  51.  
  52. NEWS
  53.  
  54. Keep abreast of Festival News by regularly checking the Festival homepage
  55.    http://www.cstr.ed.ac.uk/projects/festival.html
  56. or the US site
  57.    http://festvox.org/festival/
  58.  
  59. There has been quite a pause since the last release not unrelated to
  60. the core group moving to new jobs in various parts of the planet.  But
  61. from spring 2001 active support has restarted and there should be more
  62. release more often in the future.
  63.  
  64. New in Festival 1.4.2
  65.    Various new gcc's support
  66.    Visual C++ 6.0 support
  67.    uses configure (though could do so even more)
  68.     substantial updates to the clunits unit selection module
  69.      a simple talking clock voice is included in the release
  70.      more general unit selection voices will follow
  71.    lots of wee bugs fixed
  72.    a few very hard bugs fixed 
  73.      (client/server race condition)
  74.      (dropped bytes in reading files when machine overloaded)
  75.      (FreeBSD memory/gc problem)
  76.    default waverform type is now RIFF.
  77.  
  78.