Diffsptk Versions Save

A differentiable version of SPTK

v2.0.1

2 weeks ago

What's Changed

v2.0.0

2 months ago

What's Changed

  • Add functional for ease of use
  • Add CQT and ICQT based on librosa's implementation

Minor Breaking Changes

  • mode parameter in IIR has been removed
  • The order of the arguments of LPC has been changed

v1.2.1

3 months ago

What's Changed

v1.2.0

3 months ago

What's Changed

Minor Changes

  • LinearInterpolation module drops nn.ReplicationPad1d module
  • Restrict the version of vector-quantize-pytorch

v1.1.0

4 months ago

What's Changed

v1.0.1

7 months ago

What's Changed

v1.0.0

9 months ago

What's Changed

Major Breaking Changes

  • cascade parameter in MLSA has been changed to mode parameter
  • Minimal PyTorch version has been changed to 1.11.0

v0.6.0

1 year ago

What's Changed

v0.5.0

1 year ago

Fifth release

Additional implemented modules are:

  • cqt
  • entropy
  • excite
  • imglsadf
  • mglsadf
  • train

The recursive computation used in c2mpir, mpir2c, mgc2mgc, and mgc2sp has been changed to the FFT-based one for parallel processing.

v0.4.0

1 year ago

Fourth release

Additional implemented modules are:

  • delay
  • lar2par
  • mgcep (updated from mcep)
  • par2lar
  • pca
  • pitch
  • smcep
  • sopr

Note pca requires PyTorch 1.10+. Currently, only 16 kHz is supported in pitch. MLSA filter will be implemented in the next release.