]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/hts_engine_API/README
Merge commit 'refs/merge-requests/1577' of git://gitorious.org/fg/flightgear into...
[flightgear.git] / 3rdparty / hts_engine_API / README
1 ===============================================================================
2       The HMM-Based Speech Synthesis Engine "hts_engine API" version 1.08
3                            release December 25, 2013
4
5
6 The hts_engine API is an API version of hts_engine which has been released
7 since HTS version 1.1. It has been being developed by the HTS working group
8 (see "Who we are" below) and some graduate students in Nagoya Institute of
9 Technology (see "AUTHORS" in the same directory).
10
11 *******************************************************************************
12                                     Copying
13 *******************************************************************************
14
15 The hts_engine API is released under the Modified BSD license (see
16 http://www.opensource.org/). Using and distributing this software is free
17 (without restriction including without limitation the rights to use, copy,
18 modify, merge, publish, distribute, sublicense, and/or sell copies of this
19 work, and to permit persons to whom this work is furnished to do so) subject to
20 the conditions in the following license:
21
22 /* ----------------------------------------------------------------- */
23 /*           The HMM-Based Speech Synthesis Engine "hts_engine API"  */
24 /*           developed by HTS Working Group                          */
25 /*           http://hts-engine.sourceforge.net/                      */
26 /* ----------------------------------------------------------------- */
27 /*                                                                   */
28 /*  Copyright (c) 2001-2013  Nagoya Institute of Technology          */
29 /*                           Department of Computer Science          */
30 /*                                                                   */
31 /*                2001-2008  Tokyo Institute of Technology           */
32 /*                           Interdisciplinary Graduate School of    */
33 /*                           Science and Engineering                 */
34 /*                                                                   */
35 /* All rights reserved.                                              */
36 /*                                                                   */
37 /* Redistribution and use in source and binary forms, with or        */
38 /* without modification, are permitted provided that the following   */
39 /* conditions are met:                                               */
40 /*                                                                   */
41 /* - Redistributions of source code must retain the above copyright  */
42 /*   notice, this list of conditions and the following disclaimer.   */
43 /* - Redistributions in binary form must reproduce the above         */
44 /*   copyright notice, this list of conditions and the following     */
45 /*   disclaimer in the documentation and/or other materials provided */
46 /*   with the distribution.                                          */
47 /* - Neither the name of the HTS working group nor the names of its  */
48 /*   contributors may be used to endorse or promote products derived */
49 /*   from this software without specific prior written permission.   */
50 /*                                                                   */
51 /* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND            */
52 /* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,       */
53 /* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF          */
54 /* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE          */
55 /* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */
56 /* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,          */
57 /* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED   */
58 /* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,     */
59 /* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */
60 /* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,   */
61 /* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY    */
62 /* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE           */
63 /* POSSIBILITY OF SUCH DAMAGE.                                       */
64 /* ----------------------------------------------------------------- */
65
66 Although this software is free, we still offer no warranties and no
67 maintenance. We will continue to endeavor to fix bugs and answer queries when
68 can, but are not in a position to guarantee it. We will consider consultancy if
69 desired, please contacts us for details.
70
71 If you are using the hts_engine API in commercial environments, even though no
72 license is required, we would be grateful if you let us know as it helps
73 justify ourselves to our various sponsors. We also strongly encourage you to
74
75  * refer to the use of hts_engine API in any publications that use this
76    software
77  * report bugs, where possible with bug fixes, that are found
78
79 See also "COPYING" file in the current directory for details.
80
81 *******************************************************************************
82                                  Installation
83 *******************************************************************************
84
85 See "INSTALL" in the same directory for details.
86
87 *******************************************************************************
88                                  Documentation
89 *******************************************************************************
90
91 Reference manual of hts_engine API is available at
92
93 http://hts-engine.sourceforge.net/
94
95 *******************************************************************************
96                                Acknowledgements
97 *******************************************************************************
98
99 Keiichi Tokuda
100 Shinji Sako
101 Heiga Zen
102 Keiichiro Oura
103 Kazuhiro Nakamura
104 Keijiro Saino
105
106 *******************************************************************************
107                                   Who we are
108 *******************************************************************************
109
110 The HTS working group is a voluntary group for developing the HMM-Based Speech
111 Synthesis System. Current members are
112
113  Keiichi Tokuda      http://www.sp.nitech.ac.jp/~tokuda/
114  (Produce and Design)
115  Keiichiro Oura      http://www.sp.nitech.ac.jp/~uratec/
116  (Design and Development, Main Maintainer)
117  Kei Hashimoto       http://www.sp.nitech.ac.jp/~bonanza/
118  Sayaka Shiota       http://www.sp.nitech.ac.jp/~sayaka/
119  Shinji Takaki       http://www.sp.nitech.ac.jp/~k-prr44/
120  Heiga Zen
121  Junichi Yamagishi   http://homepages.inf.ed.ac.uk/jyamagis/
122  Tomoki Toda         http://spalab.naist.jp/~tomoki/index_e.html
123  Takashi Nose
124  Shinji Sako         http://www.mmsp.nitech.ac.jp/~sako/
125  Alan W. Black       http://www.cs.cmu.edu/~awb/
126
127 and the members are dynamically changing. The current formal contact address of
128 HTS working group and a mailing list for HTS users can be found at
129 http://hts.sp.nitech.ac.jp/
130 ===============================================================================