1===============================================================================
2      The HMM-Based Speech Synthesis Engine "hts_engine API" version 1.10
3                           release December 25, 2015
4
5
6The hts_engine API is an API version of hts_engine which has been released
7since 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
9Technology (see "AUTHORS" in the same directory).
10
11*******************************************************************************
12                                    Copying
13*******************************************************************************
14
15The hts_engine API is released under the Modified BSD license (see
16http://www.opensource.org/). Using and distributing this software is free
17(without restriction including without limitation the rights to use, copy,
18modify, merge, publish, distribute, sublicense, and/or sell copies of this
19work, and to permit persons to whom this work is furnished to do so) subject to
20the 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-2015  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
66Although this software is free, we still offer no warranties and no
67maintenance. We will continue to endeavor to fix bugs and answer queries when
68can, but are not in a position to guarantee it. We will consider consultancy if
69desired, please contacts us for details.
70
71If you are using the hts_engine API in commercial environments, even though no
72license is required, we would be grateful if you let us know as it helps
73justify 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
79See also "COPYING" file in the current directory for details.
80
81*******************************************************************************
82                                 Installation
83*******************************************************************************
84
85See "INSTALL" in the same directory for details.
86
87*******************************************************************************
88                                 Documentation
89*******************************************************************************
90
91Reference manual of hts_engine API is available at
92
93http://hts-engine.sourceforge.net/
94
95*******************************************************************************
96                               Acknowledgements
97*******************************************************************************
98
99Keiichi Tokuda
100Shinji Sako
101Heiga Zen
102Keiichiro Oura
103Kazuhiro Nakamura
104Keijiro Saino
105
106*******************************************************************************
107                                  Who we are
108*******************************************************************************
109
110The HTS working group is a voluntary group for developing the HMM-Based Speech
111Synthesis 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 Shinji Takaki       http://www.sp.nitech.ac.jp/~k-prr44/
119 Heiga Zen
120 Junichi Yamagishi   http://homepages.inf.ed.ac.uk/jyamagis/
121 Tomoki Toda         http://spalab.naist.jp/~tomoki/index_e.html
122 Takashi Nose
123 Shinji Sako         http://www.mmsp.nitech.ac.jp/~sako/
124 Alan W. Black       http://www.cs.cmu.edu/~awb/
125
126and the members are dynamically changing. The current formal contact address of
127HTS working group and a mailing list for HTS users can be found at
128http://hts.sp.nitech.ac.jp/
129===============================================================================
130