|
From: Keiichiro O. <ur...@us...> - 2015-12-21 01:19:30
|
Update of /cvsroot/hts-engine/hts_engine_API/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3981 Modified Files: COPYING NEWS README configure.ac Log Message: update to version 1.10 Index: README =================================================================== RCS file: /cvsroot/hts-engine/hts_engine_API/src/README,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** README 1 Dec 2014 02:05:25 -0000 1.22 --- README 21 Dec 2015 01:19:27 -0000 1.23 *************** *** 1,5 **** =============================================================================== ! The HMM-Based Speech Synthesis Engine "hts_engine API" version 1.09 ! release December 25, 2014 --- 1,5 ---- =============================================================================== ! The HMM-Based Speech Synthesis Engine "hts_engine API" version 1.10 ! release December 25, 2015 *************** *** 26,30 **** /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2001-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 26,30 ---- /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2001-2015 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ *************** *** 116,120 **** (Design and Development, Main Maintainer) Kei Hashimoto http://www.sp.nitech.ac.jp/~bonanza/ - Sayaka Shiota http://www.sp.nitech.ac.jp/~sayaka/ Shinji Takaki http://www.sp.nitech.ac.jp/~k-prr44/ Heiga Zen --- 116,119 ---- Index: NEWS =================================================================== RCS file: /cvsroot/hts-engine/hts_engine_API/src/NEWS,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** NEWS 2 Dec 2014 03:42:43 -0000 1.12 --- NEWS 21 Dec 2015 01:19:27 -0000 1.13 *************** *** 1,2 **** --- 1,5 ---- + Version 1.10: + * bug fixes. + Version 1.09: * add '-g' option to change volume. Index: configure.ac =================================================================== RCS file: /cvsroot/hts-engine/hts_engine_API/src/configure.ac,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** configure.ac 11 Dec 2014 10:01:10 -0000 1.17 --- configure.ac 21 Dec 2015 01:19:27 -0000 1.18 *************** *** 3,9 **** AC_PREREQ(2.59) ! AC_INIT(hts_engine_API, 1.09, hts...@li..., hts_engine_API) AC_CONFIG_AUX_DIR([config]) ! AC_COPYRIGHT(Copyright 2001-2014 Nagoya Institute of Technology) AC_COPYRIGHT(Copyright 2001-2008 Tokyo Institute of Technology) AM_INIT_AUTOMAKE --- 3,9 ---- AC_PREREQ(2.59) ! AC_INIT(hts_engine_API, 1.10, hts...@li..., hts_engine_API) AC_CONFIG_AUX_DIR([config]) ! AC_COPYRIGHT(Copyright 2001-2015 Nagoya Institute of Technology) AC_COPYRIGHT(Copyright 2001-2008 Tokyo Institute of Technology) AM_INIT_AUTOMAKE Index: COPYING =================================================================== RCS file: /cvsroot/hts-engine/hts_engine_API/src/COPYING,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** COPYING 1 Dec 2014 02:05:25 -0000 1.9 --- COPYING 21 Dec 2015 01:19:27 -0000 1.10 *************** *** 5,9 **** /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2001-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 5,9 ---- /* ----------------------------------------------------------------- */ /* */ ! /* Copyright (c) 2001-2015 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ |