Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

festival_client(1) [redhat man page]

FESTIVAL(1)						      General Commands Manual						       FESTIVAL(1)

NAME
festival_client - client access to festiva; text-to-speech server mode SYNOPSIS
festival_client [options] [file0] [file1] ... DESCRIPTION
Allows sending commands and/or test to a festival test-to-speech server. Festival may be started in server mode using the option --server festival-clinet allows waveforms ot be generated faster as not time is required for start up. See the festival manual for more details on recommended use. OPTIONS
--server <string> hostname (or IP number) of server --port <int> {1314} port number of server proces (1314) --output <string> file to save output waveform to --otype <string> {nist} output type for waveform --passwd <string> server passwd in plain text (optional) --prolog <string> filename containing commands to be sent to the server before standard commands (useful when using --ttw) --async Asychronous mode, server may send back multiple waveforms per text file --ttw Text to waveform: take text from first arg or stdin get server to return waveform(s) stored in output or operated on by aucommand. --withlisp Output lisp replies from server. --tts_mode <string> TTS mode for file (default is fundamental). --aucommand <string> command to be applied to each waveform retruned from server. Use $FILE in string to refer to waveform file BUGS
This still isn't as general as it should be. It seems to require lots of special little options which suggests the general options aren't right. AUTHOR
Alan W Black and Paul Taylor (C) Centre for Speech Technology Research University of Edinburgh 80 South Bridge Edinburgh EH1 1HN http://www.cstr.ed.ac.uk/projects/festival.html 1st Aug 1997 FESTIVAL(1)

Check Out this Related Man Page

FESTIVAL(1)						      General Commands Manual						       FESTIVAL(1)

NAME
festival - a text-to-speech system. SYNOPSIS
festival [options] [file0] [file1] ... DESCRIPTION
Festival is a general purpose text-to-speech system. As well as simply rendering text as speech it can be used in an interactive command mode for testing and developing various aspects of speech synthesis technology. Festival has two major modes, command and tts (text-to-speech). When in command mode input (from file or interactively) is interpreted by the command interpreter. When in tts mode input is rendered as speech. When in command mode filenames that start with a left parenthesis are treated as literal commands and evaluated. OPTIONS
-q Load no default setup files --datadir <string> Set data directory pathname --libdir <string> Set library directory pathname -b Run in batch mode (no interaction) --batch Run in batch mode (no interaction) --tts Synthesize text in files as speech no files means read from stdin (implies no interaction by default) -i Run in interactive mode (default) --interactive Run in interactive mode (default) --pipe Run in pipe mode, reading commands from stdin, but no prompt or return values are printed (default if stdin not a tty) --language <string> Run in named language, default is english, spanish, russian, welsh and others are available --server Run in server mode waiting for clients of server_port (1314) --script <ifile> Used in #! scripts, runs in batch mode on file and passes all other args to Scheme --heap <int> {1000000} Set size of Lisp heap, should not normally need to be changed from its default -v Display version number and exit --version Display version number and exit BUGS
More than you can imagine. A manual with much detail (though not complete) is available in distributed as part of the system and is also accessible at http://www.cstr.ed.ac.uk/projects/festival/manual/ Although we cannot guarantee the time required to fix bugs, we would appreciated it if they were reported to festival-bug@cstr.ed.ac.uk AUTHOR
Alan W Black, Richard Caley and Paul Taylor (C) Centre for Speech Technology Research, 1996-1998 University of Edinburgh 80 South Bridge Edinburgh EH1 1HN http://www.cstr.ed.ac.uk/projects/festival.html 6th Apr 1998 FESTIVAL(1)
Man Page