Skip to content

Releases: sp-nitech/diffsptk

diffsptk version 2.0.1

03 May 11:17
b318818
Compare
Choose a tag to compare

What's Changed

diffsptk version 2.0.0

11 Mar 02:46
bf388aa
Compare
Choose a tag to compare

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

diffsptk version 1.2.1

05 Feb 05:47
c41e0cd
Compare
Choose a tag to compare

What's Changed

diffsptk version 1.2.0

31 Jan 06:41
09d866e
Compare
Choose a tag to compare

What's Changed

Minor Changes

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

diffsptk version 1.1.0

19 Dec 02:18
2b9413f
Compare
Choose a tag to compare

What's Changed

diffsptk version 1.0.1

05 Oct 08:17
08fb5cd
Compare
Choose a tag to compare

What's Changed

diffsptk version 1.0.0

23 Jul 16:02
Compare
Choose a tag to compare

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

diffsptk version 0.6.0

28 Feb 02:23
24f4969
Compare
Choose a tag to compare

What's Changed

diffsptk version 0.5.0

22 Nov 08:23
07d25b2
Compare
Choose a tag to compare

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.

diffsptk version 0.4.0

01 Jul 11:55
Compare
Choose a tag to compare

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.