home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / fest-141.zip / festival / examples / benchmark.text < prev    next >
Text File  |  1997-02-26  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. FESTIVAL(1)          User Commands              FESTIVAL(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      festival -    a text-to-speech system.
  10.  
  11. SYNOPSIS
  12.      festival [options]    [file0]    [file1]    ...
  13.  
  14.  
  15.  
  16. DESCRIPTION
  17.      Festival is a general  purpose  text-to-speech  system.   As
  18.      well as simply rendering text as speech it    can be used in an
  19.      interactive command mode for testing and developing  various
  20.      aspects of    speech synthesis technology.
  21.  
  22.      Festival has two major  modes,  command  and  tts    (text-to-
  23.      speech).    When in    command    mode input (from file or interac-
  24.      tively) is    interpreted by the command interpreter.     When  in
  25.      tts mode input is rendered    as speech.
  26.  
  27.  
  28. OPTIONS
  29.      -h    print help information
  30.  
  31.      -q          Start without loading any    initialization files.
  32.  
  33.      --libdir PATH
  34.          Specify alternate to default library directory (used
  35.          in     initializing  the  variable  load-path,  and for
  36.          loading most intinialisation files)
  37.  
  38.      -b    or --batch
  39.          Run in batch mode.     In batch mode no input     is  read
  40.          from standard input
  41.  
  42.      -i    or --interactive
  43.          Run in interactive    mode.  In intteractive mode input
  44.          (commands    or  text)  is  read  from standard input.
  45.          When in command mode (the default)    a readline  based
  46.          Lisp    read-eval-print   command     interpreter   is
  47.          presented.
  48.  
  49.      --server
  50.          Run in server mode.  Any file arguments  are  loaded
  51.          9and interpreted, before going into server    mode.  In
  52.          server mode Festival waits    for clients on port  1314
  53.          (by  default).   Note server mode can give    unauthor-
  54.          ised access to your machine, please read the section
  55.          in     the  manual  entitled    Server/client  API before
  56.          using this    mode.
  57.  
  58.      --tts     Run in tts mode.     All files argument  are  treated
  59.          as     text  files to    be said.  Unless interactive mode
  60.  
  61.  
  62.  
  63. SunOS 5.5.1        Last change: 4th Feb 1996            1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. FESTIVAL(1)          User Commands              FESTIVAL(1)
  71.  
  72.  
  73.  
  74.          is    explicitly specified no    input is read from  stan-
  75.          dard input, unless    no files are specified.
  76.  
  77.      --language    LANG
  78.          Where LANG    is one of english  (default)  spanish  or
  79.          welsh.  Select  that  language  for basic operation,
  80.          command or    tts.  This may be change during    a session
  81.          with the command select_language.
  82.  
  83.      -v          Display version number and exit.
  84.  
  85.  
  86. BUGS
  87.      More than you can imagine.
  88.  
  89.      A manual with much    detail (though not complete) is    available
  90.      in    info (or html) format.
  91.  
  92.  
  93. AUTHOR
  94.      Alan W Black and Paul Taylor
  95.      (C) Centre    for Speech Technology Research
  96.      University    of Edinburgh
  97.      80    South Bridge
  98.      Edinburgh EH1 1HN
  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. SunOS 5.5.1        Last change: 4th Feb 1996            2
  130.  
  131.  
  132.  
  133.