eGuideDog-Festival This package provides simple way to use Festival speech synthesis system without knowing Scheme language. It is a part of eGuideDog project(http::/eguidedog.sourceforge.net). INSTALLATION You must install festival first. Most desktop Linux has it installed default. If not, get it from http://festvox.org/festival/ or run `sudo apt-get install festival`. To install this module, run the following commands: perl Makefile.PL make make test make install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc eGuideDog::Festival You can also look for information at: Search CPAN http://search.cpan.org/dist/eGuideDog-Festival CPAN Request Tracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=eGuideDog-Festival AnnoCPAN, annotated CPAN documentation: http://annocpan.org/dist/eGuideDog-Festival CPAN Ratings: http://cpanratings.perl.org/d/eGuideDog-Festival COPYRIGHT AND LICENCE Copyright (C) 2007 Cameron Wong This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.