From: Keiichiro O. <ur...@us...> - 2015-12-25 06:42:52
|
Update of /cvsroot/sp-tk/SPTK/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22036 Modified Files: COPYING NEWS README configure.ac Log Message: update documents Index: README =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/README,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** README 11 Dec 2014 08:30:28 -0000 1.29 --- README 25 Dec 2015 06:42:49 -0000 1.30 *************** *** 1,5 **** =============================================================================== ! Speech Signal Processing Toolkit (SPTK) version 3.8 ! release December 25, 2014 --- 1,5 ---- =============================================================================== ! Speech Signal Processing Toolkit (SPTK) version 3.9 ! release December 25, 2015 *************** *** 30,34 **** /* Science and Engineering */ /* */ ! /* 1996-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 30,34 ---- /* Science and Engineering */ /* */ ! /* 1996-2015 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ Index: NEWS =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/NEWS,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** NEWS 11 Dec 2014 09:51:45 -0000 1.22 --- NEWS 25 Dec 2015 06:42:49 -0000 1.23 *************** *** 1,2 **** --- 1,8 ---- + Version 3.9: + * support full covariance for 'gmmp' command. + * add -B, -c1 and -c2 option to 'gmmp' command to specify block size and structure of covariance matrix. + * change temporary file path for csh. + * bug fixes. + Version 3.8: * add 'c2ndps' command for transform from cepstrum to negative derivative of phrase spectrum. Index: configure.ac =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/configure.ac,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** configure.ac 11 Dec 2014 09:51:45 -0000 1.52 --- configure.ac 25 Dec 2015 06:42:50 -0000 1.53 *************** *** 2,9 **** # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) ! AC_INIT(SPTK, 3.8, http://sourceforge.net/projects/sp-tk/, SPTK) AC_CONFIG_AUX_DIR([config]) AC_COPYRIGHT(Copyright 1984-2007 Tokyo Institute of Technology) ! AC_COPYRIGHT(Copyright 1996-2014 Nagoya Institute of Technology) AM_INIT_AUTOMAKE([nostdinc subdir-objects]) AC_SUBST(PACKAGE_NAME) --- 2,9 ---- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) ! AC_INIT(SPTK, 3.9, http://sourceforge.net/projects/sp-tk/, SPTK) AC_CONFIG_AUX_DIR([config]) AC_COPYRIGHT(Copyright 1984-2007 Tokyo Institute of Technology) ! AC_COPYRIGHT(Copyright 1996-2015 Nagoya Institute of Technology) AM_INIT_AUTOMAKE([nostdinc subdir-objects]) AC_SUBST(PACKAGE_NAME) Index: COPYING =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/COPYING,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** COPYING 11 Dec 2014 08:30:28 -0000 1.8 --- COPYING 25 Dec 2015 06:42:49 -0000 1.9 *************** *** 9,13 **** /* Science and Engineering */ /* */ ! /* 1996-2014 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ --- 9,13 ---- /* Science and Engineering */ /* */ ! /* 1996-2015 Nagoya Institute of Technology */ /* Department of Computer Science */ /* */ |