===============================================================================
HTS voice version 1.00
release September 29, 2008
HTS voice trained by using "CMU ARCTIC database"
(http://www.festvox.org/cmu_arctic/) is released as a part of
hts_engine API (http://hts-engine.sourceforge.net/). This voice
consists of HMMs trained by using HMM-based Speech Synthesis
System (HTS) version 2.1 (http://hts.sp.nitech.ac.jp/).
*******************************************************************************
Copying
*******************************************************************************
HTS voice:
/* ----------------------------------------------------------------- */
/* The HMM-Based Speech Synthesis System (HTS) */
/* HTS voice developed by HTS Working Group */
/* http://hts-engine.sourceforge.net/ */
/* ----------------------------------------------------------------- */
/* */
/* Copyright (c) 2001-2008 Nagoya Institute of Technology */
/* Department of Computer Science */
/* */
/* 2001-2008 Tokyo Institute of Technology */
/* Interdisciplinary Graduate School of */
/* Science and Engineering */
/* */
/* All rights reserved. */
/* */
/* Redistribution and use in source and binary forms, with or */
/* without modification, are permitted provided that the following */
/* conditions are met: */
/* */
/* - Redistributions of source code must retain the above copyright */
/* notice, this list of conditions and the following disclaimer. */
/* - Redistributions in binary form must reproduce the above */
/* copyright notice, this list of conditions and the following */
/* disclaimer in the documentation and/or other materials provided */
/* with the distribution. */
/* - Neither the name of the HTS working group nor the names of its */
/* contributors may be used to endorse or promote products derived */
/* from this software without specific prior written permission. */
/* */
/* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND */
/* CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, */
/* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF */
/* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE */
/* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS */
/* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, */
/* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED */
/* TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, */
/* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON */
/* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, */
/* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY */
/* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */
/* POSSIBILITY OF SUCH DAMAGE. */
/* ----------------------------------------------------------------- */
CMU ARCTIC database:
############################################################################
### ##
### Carnegie Mellon University ##
### Copyright (c) 2003 ##
### All Rights Reserved. ##
### ##
### Permission to use, copy, modify, and licence this software and its ##
### documentation for any purpose, is hereby granted without fee, ##
### subject to the following conditions: ##
### 1. The code must retain the above copyright notice, this list of ##
### conditions and the following disclaimer. ##
### 2. Any modifications must be clearly marked as such. ##
### 3. Original authors' names are not deleted. ##
### ##
### THE AUTHORS OF THIS WORK DISCLAIM ALL WARRANTIES WITH REGARD TO ##
### THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY ##
### AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY ##
### SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES ##
### WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN ##
### AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ##
### ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF ##
### THIS SOFTWARE. ##
### ##
############################################################################
### ##
### See http://www.festvox.org/cmu_arctic/ for more details ##
### ##
############################################################################
*******************************************************************************
Installation
*******************************************************************************
0) Download "hts_voice_arctic_slt-1.00.tar.gz" from
http://hts-engine.sourceforge.net/ and expand it.
1) type:
% hts_engine \
-td tree-dur.inf -tf tree-lf0.inf -tm tree-mgc.inf \
-md dur.pdf -mf lf0.pdf -mm mgc.pdf \
-df lf0.win1 -df lf0.win2 -df lf0.win3 \
-dm mgc.win1 -dm mgc.win2 -dm mgc.win3 \
-cf gv-lf0.pdf -cm gv-mgc.pdf -ow output.wav \
input.lab
(If you use flite+hts_engine)
% flite_hts_engine \
-td tree-dur.inf -tf tree-lf0.inf -tm tree-mgc.inf \
-md dur.pdf -mf lf0.pdf -mm mgc.pdf \
-df lf0.win1 -df lf0.win2 -df lf0.win3 \
-dm mgc.win1 -dm mgc.win2 -dm mgc.win3 \
-cf gv-lf0.pdf -cm gv-mgc.pdf -o output.wav \
input.txt
2) Now you can synthesize speech (output.wav) using the HTS voice.
*******************************************************************************
Who we are
*******************************************************************************
The HTS working group is a voluntary group for developing the HMM-Based Speech
Synthesis System. Current members are
Keiichi Tokuda http://www.sp.nitech.ac.jp/~tokuda/
(Principle Designer)
Keiichiro Oura http://www.sp.nitech.ac.jp/~uratec/
(Main Maintainer)
Heiga Zen http://www.sp.nitech.ac.jp/~zen/
Junichi Yamagishi http://homepages.inf.ed.ac.uk/jyamagis/
Alan W. Black http://www.cs.cmu.edu/~awb/
Takashi Masuko
Shinji Sako http://www.mmsp.nitech.ac.jp/~sako/
Tomoki Toda http://spalab.naist.jp/~tomoki/index_e.html
Takashi Nose
and the members are dynamically changing. The current formal contact address
of HTS working group and a mailing list for HTS users can be found at
http://hts.sp.nitech.ac.jp/
===============================================================================