Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 2.29 KB

NEWS.md

File metadata and controls

72 lines (55 loc) · 2.29 KB

News for pysptk

v0.1.7

  • Extend vec2vec functions to mat2mat #49
  • Support automatic type conversions #48

v0.1.6

  • Add mcepalpha. #43
  • Add mc2e. #42
  • Add sp2mc and mc2sp. #41

v0.1.5

  • Fix mcep eps check and input length #39

v0.1.4

  • Add developer documentation (#34)
  • Separate cython implementation and interface (#35)
  • Add RAPT (#32)
  • Add excite function (#31) @jfsantos
  • Fix inconsistent docs about normalization flag for window functions
  • Fix test failure in c2dps / ndps2c (#29)

v0.1.3

  • 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)

v0.1.2

  • 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)

v0.1.1

  • Include *.c to pypi distribution

v0.1.0

  • Initial release