]> git.pld-linux.org Git - packages/flite.git/blob - flite-doc.patch
- updated to 2.2
[packages/flite.git] / flite-doc.patch
1 --- flite-1.4-release/doc/flite.texi.orig       2009-12-29 17:19:14.000000000 +0100
2 +++ flite-1.4-release/doc/flite.texi    2012-10-06 12:47:11.377338909 +0200
3 @@ -16,6 +16,11 @@
4  @set UPDATED 4th January 2009
5  
6  @ifinfo
7 +@dircategory Miscellaneous:
8 +@direntry
9 +* Festival Lite: (flite).              Lightweight Speech synthesis engine
10 +@end direntry
11 +
12  This file documents @code{Flite}, a small, fast run-time speech
13  synthesis engine.
14  
15 @@ -781,7 +786,7 @@
16  distribution, the example diphone voice is @code{cmu_us_kal}.
17  
18  Here is a simple C program that uses the flite library
19 -@example
20 +@verbatim
21  #include "flite.h"
22  
23  register_cmu_us_kal();
24 @@ -803,7 +808,7 @@
25      flite_file_to_speech(argv[1],v,"play");
26  
27  @}
28 -@end example
29 +@end verbatim
30  Assuming the shell variable FLITEDIR is set to the flite directory
31  the following will compile the system (with appropriate changes for
32  your platform if necessary).
33 --- flite-1.2-release.orig/debian/flite.1
34 +++ flite-1.2-release/debian/flite.1
35 @@ -0,0 +1,65 @@
36 +.TH FLITE 1 "February 25, 2003"
37 +.SH NAME
38 +flite \- A small simple speech synthesizer 
39 +.SH SYNOPSIS
40 +.B flite
41 +[\fIOPTION\fR]... \fITEXTFILE\fR [\fIWAVEFILE\fR]
42 +.SH DESCRIPTION
43 +This manual page documents briefly the
44 +.B flite
45 +command.
46 +This manual page was written for the Debian distribution
47 +because the original program does not have a manual page.
48 +Instead, it has documentation in /usr/share/doc/flite/
49 +.PP
50 +Converts text in TEXTFILE to a waveform in WAVEFILE.
51 +If text contains a space, it is treated as a literal
52 +textstring and spoken, and not as a file name.
53 +if WAVEFILE is unspecified or "play" the result is
54 +played on the current systems audio device.  If WAVEFILE
55 +is "none" the waveform is discarded (good for benchmarking)
56 +.SH OPTIONS
57 +.TP
58 +\fB\-\-version\fR
59 +Output \fBflite\fP version number.
60 +.TP
61 +\fB\-?\fR, \fB\-\-help\fR
62 +Output usage information.
63 +.TP
64 +\fB\-o\fR WAVEFILE
65 +Explicitly set output filename.
66 +.TP
67 +\fB\-f\fR TEXTFILE
68 +Explicitly set input filename.
69 +.TP
70 +\fB\-t\fR TEXT
71 +Explicitly set input text string.
72 +.TP
73 +\fB\-p\fR PHONES
74 +Explicitly set input text string and synthesize as phones.
75 +.TP
76 +\fB\-s\fR, \fB\-\-set\fR FEATURE=VALUE
77 +Set feature (guesses type).
78 +.TP
79 +\fB\-\-seti\fR FEATURE=VALUE
80 +Set int feature.
81 +.TP
82 +\fB\-\-setf\fR FEATURE=VALUE
83 +Set float feature.
84 +.TP
85 +\fB\-\-sets\fR FEATURE=VALUE
86 +Set string feature.
87 +.TP
88 +\fB\-b\fR
89 +Benchmark mode.
90 +.TP
91 +\fB\-l\fR
92 +Loop endlessly.
93 +.TP
94 +\fB\-v\fR
95 +Verbose output.
96 +.SH SEE ALSO
97 +.BR flite_time (1), " " t2p (1), " " festival (1)
98 +.SH AUTHOR
99 +This manual page was written by Mario Lang <mlang@debian.org>,
100 +for the Debian GNU/Linux system (but may be used by others).
101 --- flite-1.2-release.orig/debian/t2p.1
102 +++ flite-1.2-release/debian/t2p.1
103 @@ -0,0 +1,19 @@
104 +.TH T2P 1 "February 25, 2003"
105 +.SH NAME
106 +t2p \- A text to phoneme converter
107 +.SH SYNOPSIS
108 +.B t2p
109 +"word word word"
110 +.SH DESCRIPTION
111 +.B t2p
112 +converts text specified on the command-line into US english phonemes.
113 +Output is given to STDOUT.
114 +
115 +.SH OPTIONS
116 +No options.
117 +
118 +.SH SEE ALSO
119 +.BR flite (1), " " flite_time (1), " " festival (1)
120 +.SH AUTHOR
121 +This manual page was written by Mario Lang <mlang@debian.org>,
122 +for the Debian GNU/Linux system (but may be used by others).
123 --- flite-1.2-release.orig/debian/flite_time.1
124 +++ flite-1.2-release/debian/flite_time.1
125 @@ -0,0 +1,24 @@
126 +.TH FLITE_TIME 1 "February 25, 2003"
127 +.SH NAME
128 +flite_time \- A talking clock based on a limited-domain voice
129 +.SH SYNOPSIS
130 +.B flite_time
131 +.I HH:MM
132 +.SH DESCRIPTION
133 +.B flite_time
134 +is a example talking clock based on a limited domain
135 +voice from Festival Lite.
136 +
137 +.SH OPTIONS
138 +Specify the time you want to have announced at the
139 +command-line using the format HH:MM.
140 +
141 +.SH EXAMPLES
142 +.IP "flite_time `date +%H:%M`" 4
143 +Announce the current time.
144 +
145 +.SH SEE ALSO
146 +.BR flite (1), " " festival (1)
147 +.SH AUTHOR
148 +This manual page was written by Mario Lang <mlang@debian.org>,
149 +for the Debian GNU/Linux system (but may be used by others).
This page took 0.030182 seconds and 3 git commands to generate.