update news
add takumi voices and update mei voices
modify motion filenames
add 3D model and motions of Takumi
Possible bug: lpc2lsp
Thank you very much for your report! It was fixed. https://sourceforge.net/p/sp-tk/SPTK/ci/b7d3b2a5f27496fe4a88ba9c09f74df98fdc0ec3/
Hi, Could you try following change? .insert(std::make_pair<std::string, std::string="">(key, value)); -> .insert(std::make_pair(key, value)); I suppose that the format of "make_pair" differ depend on compiler. Regards, Keiichiro Oura
modify README
remove fillz(y,size).
change release date from 11/12 to 11/14.
remove all '//' comments.
change README for version 3.2
remove "makedist" dir.
update html for version 3.2
change release date from 11/11 to 11/12.
add .cvsignore for dct.
Suggested by Takashi Nose: Remove typo of fdrw in reference.
add dct binary file name into src/bin/dct/.cvsignore
Fix suggested by Akira Tamamori:
Bug fix suggested by Ranniery Maia: Inverse filter in mlsadf
add main.log to .cvsignore
add .cvsignore to rawtowav directory.
remove old Japanese reference.
remove Makefile.in if dct directory.
add Makefile and remove Makefile.in
add *.sh and *.pl to .cvsignore
update COPYING for version 3.3
update AUTHORS for version 3.3.
update 'last modified' date in HTML.
add line break to EXAMPLE in mcep command.
update all latex files to 2009 version.
remove imglsadf and iglsadf commands.
Update all documents to SPTK-3.3.
Small adjustment of reference PDF.
update examples.pdf to SPTK-3.3.
Add documents of cat2 command to reference.
Update HTML for version 3.3
Add LOG2 and POW2 options to sopr document.
Re-fix all indent in all source codes.
An overfull suggested by Takashi Nose:
Add i3 option to raw2wav.
Change the appearance of *.c by using 'indent -kr -nut -i 3 -l 80' command.
Fix all indent in all source code by using 'indent -kr -nut -i 3 -l 80' command.
Remove old file (Makefile.lib.in)
Fix double-compile for nmake.
Add 'Akira Tamamori' to AUTHORS and README.
Suggested by Takashi Nose: Fix typos.
Modify indent of text.
Modify readme for copyright of snack.
remove an old source.
remove an old source.
Modify documents.
Fix the pitch comand.
Add output format option for minmax.
Fix option parsing part in mlsacheck.
Fix a downsampling error in snack F0 estimator.
Change log gain option for mgc2mgclsp and mgclsp2mgc
Fix source code format
Fix copyrights of ds/us filter coefficients.
Add filter coefficients for 7:4 down-sampling, 3:5 and 7:8 up-sampling.
Remove gcc warning in c2ndps.
Remove autotools warning messages.
Optimize makefiles for latest autotools.
remove stderr message in full covarinace calc. from gmm command.
fix frame shift calc. in swipe
update swipe to version 1.5
remove compiler warning message in mlsacheck.
update makefiles for automake 1.14.1
fix code format
fix pointer type in swipe
update NEWS
update html
fix a bug about memory allocation in root_pol: suggested by Ian Chen.
update comments to 3.5 and format them by using indent -kr -nut -i 3 -l 30
apply patch by Kazuhiro Nakamura: fix vc command
fix a bug in theq() suggested by Ryuichi Yamamoto.
update copyright
udpate hts_engine API to latest version
update docs
fix wrong message in rawtowav: suggested by Celsius813.
fix code format.
update examples and add wav files.
remove unused vailables.
update copyright to 3.9
update comments to 3.9
update hts_engine API to latest version
update copyright to 3.9
update configure to 3.9
update copyright
update documents
update examples.pdf
format source code using indent command
revert copyright of hts_engine API
small modification
fix gc2gc bug. when input/output is norm=false && gamma-multiply=true, c0 must be modified.
add menu after guide
Warnings in building SPTK-3.10
mfcc: heap-buffer-overflow bug
Done. Thank you for your report!
Thank you very much. It was fixed.