Skip to content

Releases: sp-nitech/diffsptk

diffsptk version 3.4.0

18 Oct 08:18

Choose a tag to compare

What's Changed

Breaking Change

  • Renamed the sr argument to sample_rate in get_alpha, read, and write.

diffsptk version 3.3.1

09 Aug 14:38

Choose a tag to compare

What's Changed

diffsptk version 3.3.0

30 Jun 07:26

Choose a tag to compare

What's Changed

diffsptk version 3.2.0

28 May 12:27

Choose a tag to compare

What's Changed

diffsptk version 3.1.0

13 May 08:32

Choose a tag to compare

What's Changed

diffsptk version 3.0.2

08 Apr 03:16
a001762

Choose a tag to compare

What's Changed

  • Add a learnable option to MDCT by @takenori-y in #125
  • Restrict penn version to < 1.0 due to issues with the package

diffsptk version 3.0.1

01 Apr 03:40
380f782

Choose a tag to compare

What's Changed

diffsptk version 3.0.0

16 Mar 09:22

Choose a tag to compare

What's Changed

Breaking Changes

  • The double argument in diffsptk.read has replaced with dtype
  • The argument order has changed in the following classes:
    • MinimumPhaseImpulseResponseToCepstrum
    • NegativeDerivativeOfPhaseSpectrumToCepstrum
    • CepstralAnalysis
    • MelCepstralAnalysis
    • SecondOrderAllPassMelCepstralAnalysis
    • MelFilterBankAnalysis
    • MelFrequencyCepstralCoefficientsAnalysis
    • PerceptualLinearPredictiveCoefficientsAnalysis

diffsptk version 2.5.0

18 Feb 07:10

Choose a tag to compare

What's Changed

  • Dropped support for Python 3.9
  • Dropped support for PyTorch <= 2.3.0
  • Removed librosa dependency
  • Removed upper limit for numpy and scipy versions
  • Added support for Python 3.13
  • Added CheapTrick in pitch_spec module
  • Added D4C in ap module
  • Added FCNF0 in pitch module

Changes by @takenori-y in #116

diffsptk version 2.4.0

04 Feb 10:06
7d4275f

Choose a tag to compare

What's Changed