You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
706 B
31 lines
706 B
diff -uNr flite-1.3-release/doc/flite.texi flite-1.3-mod/doc/flite.texi
|
|
--- flite-1.3-release/doc/flite.texi 2005-08-14 21:50:02.000000000 +0200
|
|
+++ flite-1.3-mod/doc/flite.texi 2006-05-08 12:39:54.000000000 +0200
|
|
@@ -711,14 +711,14 @@
|
|
cst_voice *register_cmu_us_kal();
|
|
|
|
int main(int argc, char **argv)
|
|
-{
|
|
+@{
|
|
cst_voice *v;
|
|
|
|
if (argc != 2)
|
|
- {
|
|
+ @{
|
|
fprintf(stderr,"usage: flite_test FILE\n");
|
|
exit(-1);
|
|
- }
|
|
+ @}
|
|
|
|
flite_init();
|
|
|
|
@@ -726,7 +726,7 @@
|
|
|
|
flite_file_to_speech(argv[1],v,"play");
|
|
|
|
-}
|
|
+@}
|
|
@end example
|
|
Assuming the shell variable FLITEDIR is set to the flite directory
|
|
the following will compile the system (with appropriate changes for
|