home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / fest-141.zip / festival / README < prev    next >
Text File  |  1999-11-19  |  2KB  |  64 lines

  1.  
  2.               The Festival Speech Synthesis System
  3.                version 1.4.1 RELEASE November 1999
  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, Welsh and
  15. Spanish) though English is the most advanced.
  16.  
  17. The system is written in C++ and uses the Edinburgh Speech Tools
  18. for low level architecture and has a Scheme (SIOD) based command
  19. interpreter for control.  Documentation is given in the FSF texinfo
  20. format which can generate, a printed manual, info files and HTML.
  21.  
  22. NOTE: Festival is a young system and constantly being developed,
  23. this release is not a final polished system and although it has
  24. been checked on many systems, it should still be consider BETA
  25. quality code.
  26.  
  27. COPYING
  28.  
  29. Festival is free.  Previous versions were restricted to non-commercial
  30. use but we have now relaxed those conditions.  The licence is an X11
  31. style licence thus it can be incorporated in commercial products
  32. and free source products without restriction.  See COPYING for the
  33. actual details.
  34.  
  35. INSTALL
  36.  
  37. Festival should run on any standard Unix platform.  It has already run
  38. on Solaris, SunOS, Linux and FreeBSD.  It requires a C++ compiler (GCC
  39. 2.7.2, 2.8.1, 2.95.1 and egcs are our standard compilers) to install
  40. or Sun's CC compiler (4.1). A preliminary port to Windows NT and 95
  41. using either Cygnus GNUWIN32 and Visual C++ is included, this is stil
  42. new but many people are successfully using it.
  43.  
  44. A detailed description of installation and requirements for the whole
  45. system is given in the file INSTALL read that for details.
  46.  
  47. NEWS
  48.  
  49. Keep abreast of Festival News by regularly checking the Festival homepage
  50.    http://www.cstr.ed.ac.uk/projects/festival.html
  51.  
  52. See NEWS file for full details.  Since our last release (1.4.0 June 99),
  53. this is a minor release to fix known bugs and few small enhancements.
  54.  
  55. New in Festival 1.4.1
  56.    SSFF (for emulabel) track support
  57.    AIX support
  58.    Java fixes
  59.    various minor bug fixes
  60.    WFST with proper quoting
  61.    Wagon sample counts
  62.    gcc-2.95.1 support
  63.  
  64.