Giulio Paci wants to merge 3 commits from /u/giuliopaci/sp-tk/ to master, 2021-08-24
Hi all,
I am opening this merge request to submit several changes that I have maintained over the years.
Changes to autoconf/automake files have been done to improve their reliabilities.
With the above changes, it is now possible to compile SPTK by:
autoreconf -is
mkdir build
cd build
../configure --prefix=$(pwd)/install
make -j
make -j install
Without polluting the source tree.
Some changes are there to fix:
- Compilation with GCC 10
- Errors reported by cppcheck
- Mispellings
I have added also a few new behaviors:
- 2 new commands (nacorr, str) from my former colleague Fabio Tesser, which we needed for speech synthesis;
- pitch command: we introduced a new output, which we also needed for speech synthesis;
- getfp() function: we implemented basic support for stdin/stdout so that we can avoid temporary files in some of our scripts;
- rawtowav: minimal support for -h flag (to avoid printing the error line if this flag is provided)
Please consider merging this request.
If you prefer to have separate requests for different features, please let me know.
Once this merge request is applied, several files becomes obsolete and can be removed. If you want, I can take care of those as well in a separate merge request.
Cheers
I am one of the SPTK development members.
Thank you for sending us your request.
We apologize for the long delay in replying.
As a result of discussion among the SPTK development members, we have decided to adopt the following two commits, except for gmm.c and lmadf.c.
If you send us a request for these, we would like to merge them.
Then, please agree to transfer the copyright to us.
https://sourceforge.net/u/giuliopaci/sp-tk/ci/9bc2e42fbdbb3a768737f442ad44c209044cb107/
https://sourceforge.net/u/giuliopaci/sp-tk/ci/ed9d54dc81fde8b79c14d02cf3e2b5d7e841e72f/
Please check it.
Hi Mizuki,
I have updated the PR according to your request (I assumed your comment "except gmm.c and lmadf.c" only applied to commit ed9d54. I added a new commit since I noticed that one of the error messages did not sound well, even after correction of the spelling error.
Best regards,
Giulio
I also agree to transfer the copyright of my changes to the SPTK team.
Thank you for your kind response. Your request has been merged. Sorry for our late reply.
Regards,
Takenori