Thank you for your interest in contributing to SPTK.
Any kinds of contributions are welcome.
For the development of SPTK, you may need to install the following programs:
Then you can setup the development environment of SPTK by running
cd tools
makeSPTK provides a unit testing framework. Please perform unit testing before sending a pull request by running
make testClangFormat and cpplint are used to format source codes.
Please also perform the formatting before sending a pull request by running
make formatYou can generate the SPTK reference manual as follows:
make docThe generated manual is in doc/_build/html/.