home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / festival / examples / benchmark.text < prev    next >
Encoding:
Text File  |  2006-05-21  |  2.8 KB  |  138 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.          for architecture-specific libraries and programs)
  36.  
  37.      --datadir PATH
  38.          Specify alternate to default shared-data directory (used
  39.          in     initializing the  variable  load-path,  and for
  40.          loading most initialisation files). Typically, the voice and
  41.          dictionary files reside here.
  42.  
  43.      -b    or --batch
  44.          Run in batch mode.     In batch mode no input     is  read
  45.          from standard input
  46.  
  47.      -i    or --interactive
  48.          Run in interactive    mode.  In intteractive mode input
  49.          (commands    or  text)  is  read  from standard input.
  50.          When in command mode (the default)    a readline  based
  51.          Lisp    read-eval-print   command     interpreter   is
  52.          presented.
  53.  
  54.      --server
  55.          Run in server mode.  Any file arguments  are  loaded
  56.          9and interpreted, before going into server    mode.  In
  57.          server mode Festival waits    for clients on port  1314
  58.          (by  default).   Note server mode can give    unauthor-
  59.          ised access to your machine, please read the section
  60.          in     the  manual  entitled    Server/client  API before
  61.          using this    mode.
  62.  
  63.      --tts     Run in tts mode.     All files argument  are  treated
  64.          as     text  files to    be said.  Unless interactive mode
  65.  
  66.  
  67.  
  68. SunOS 5.5.1        Last change: 4th Feb 1996            1
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. FESTIVAL(1)          User Commands              FESTIVAL(1)
  76.  
  77.  
  78.  
  79.          is    explicitly specified no    input is read from  stan-
  80.          dard input, unless    no files are specified.
  81.  
  82.      --language    LANG
  83.          Where LANG    is one of english  (default)  spanish  or
  84.          welsh.  Select  that  language  for basic operation,
  85.          command or    tts.  This may be change during    a session
  86.          with the command select_language.
  87.  
  88.      -v          Display version number and exit.
  89.  
  90.  
  91. BUGS
  92.      More than you can imagine.
  93.  
  94.      A manual with much    detail (though not complete) is    available
  95.      in    info (or html) format.
  96.  
  97.  
  98. AUTHOR
  99.      Alan W Black and Paul Taylor
  100.      (C) Centre    for Speech Technology Research
  101.      University    of Edinburgh
  102.      80    South Bridge
  103.      Edinburgh EH1 1HN
  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. SunOS 5.5.1        Last change: 4th Feb 1996            2
  135.  
  136.  
  137.  
  138.