- Fix inconsistent docs about normalization flag for windows functions
- Building binary wheels for Windows using Appveyor (#28)
- Add Installation guide on windows (#25)
- Start Windows continuous integration on AppVeyor (#24). As part of the issue, binary dependency was updated so that SPTK library can be compiled on linux, osx and Windows as well.
- Remove unnecesarry array initialization (#23)
- Add
pysptk.synthesis
package that provides high level interfaces for speech waveform synthesis (#14) - Add cross-link to the docs
- Add
pysptk.conversion.mgc2b
- Add speech analysis and re-synthesis demonstration notebook (#13)
- Add
pysptk.util.example_audio_file
- Add
fftcep
(#18) - Add
mfcc
(#21) - Cython is now only required to build development versioni of pysptk. (#8)
- Include *.c to pypi distribution
- Initial release