File: benchmark.text

package info (click to toggle)
festival 1%3A2.5.0-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,652 kB
  • sloc: cpp: 27,923; lisp: 15,725; ansic: 6,022; sh: 5,683; java: 1,536; makefile: 757; xml: 291; perl: 87
file content (137 lines) | stat: -rw-r--r-- 2,911 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137



FESTIVAL(1)		  User Commands		      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 interac-
     tively) is	interpreted by the command interpreter.	 When  in
     tts mode input is rendered	as speech.


OPTIONS
     -h	print help information

     -q	      Start without loading any	initialization files.

     --libdir PATH
	     Specify alternate to default library directory (used
	     for architecture-specific libraries and programs)

     --datadir PATH
	     Specify alternate to default shared-data directory (used
	     in	 initializing the  variable  load-path,  and for
	     loading most initialisation files). Typically, the voice and
		 dictionary files reside here.

     -b	or --batch
	     Run in batch mode.	 In batch mode no input	 is  read
	     from standard input

     -i	or --interactive
	     Run in interactive	mode.  In intteractive mode input
	     (commands	or  text)  is  read  from standard input.
	     When in command mode (the default)	a readline  based
	     Lisp    read-eval-print   command	 interpreter   is
	     presented.

     --server
	     Run in server mode.  Any file arguments  are  loaded
	     9and interpreted, before going into server	mode.  In
	     server mode Festival waits	for clients on port  1314
	     (by  default).   Note server mode can give	unauthor-
	     ised access to your machine, please read the section
	     in	 the  manual  entitled	Server/client  API before
	     using this	mode.

     --tts     Run in tts mode.	 All files argument  are  treated
	     as	 text  files to	be said.  Unless interactive mode



SunOS 5.5.1	    Last change: 4th Feb 1996			1






FESTIVAL(1)		  User Commands		      FESTIVAL(1)



	     is	explicitly specified no	input is read from  stan-
	     dard input, unless	no files are specified.

     --language	LANG
	     Where LANG	is one of english  (default)  spanish  or
	     welsh.  Select  that  language  for basic operation,
	     command or	tts.  This may be change during	a session
	     with the command select_language.

     -v	      Display version number and exit.


BUGS
     More than you can imagine.

     A manual with much	detail (though not complete) is	available
     in	info (or html) format.


AUTHOR
     Alan W Black and Paul Taylor
     (C) Centre	for Speech Technology Research
     University	of Edinburgh
     80	South Bridge
     Edinburgh EH1 1HN






























SunOS 5.5.1	    Last change: 4th Feb 1996			2