| Festival-Client documentation | view source | Contained in the Festival-Client distribution. |
Festival::Client - Communicate with a Festival server
use Festival::Client;
$Festival = Festival::Client->New("my.festival.server");
$Festival->say("Something to say");
Festival is a class implementing a simple Festival client in
Perl.
This is the constructor for a new Festival object. HOST is the
name of the remote host to which a Festival connection is required.
PORT is the Festival port to connect to, it defaults to the
standard port 1314 if nothing else is found.
The constructor returns the open socket, or undef if an error has
been encountered.
The obvious.
Bek Oberin <gossamer@tertius.net.au>
Copyright (c) 1998 Bek Oberin. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Festival-Client documentation | view source | Contained in the Festival-Client distribution. |