Skip to content

Releases: KAIST-MACLab/PyTSMod

0.3.8

22 Nov 05:04
67a5e29
Compare
Choose a tag to compare

9th version of 0.3 series.

It has a few minor updates, which are not related to the usage.

  • Now we remove the support of Python 3.8
  • Remove upper limits on dependency versions

0.3.7

13 Sep 12:27
5b72892
Compare
Choose a tag to compare

8th version of 0.3 series.

It has a few minor updates.

  • Now we support Python 3.11 and Python 3.12
  • Fix some bugs of windowing in TD-PSOLA
  • Remove deprecated numpy.float and numpy.complex

0.3.6

15 Oct 10:58
Compare
Choose a tag to compare

7th version of 0.3 series.

It only just changed the dependency of soundfile.

0.3.5

03 Jun 05:56
Compare
Choose a tag to compare

The sixth release of PyTSMod.

Minor changes:

  • Add variable pad length for TD-PSOLA, which causes errors for the audio with low f0.

0.3.4

28 May 11:30
Compare
Choose a tag to compare

The fifth release of the 0.3 series.

Minor changes:

  • Now we do not support Python 3.6 and Python 3.7 because of NumPy and SciPy dependency.
  • Instead of previous Python versions, we are now supporting Python 3.9 and Python 3.10 officially.
  • Implement HPSS function in the package, so now we do not need librosa.
  • Now we use GitHub Actions for testing codes.

0.3.3

24 Nov 12:47
Compare
Choose a tag to compare

The fourth release of the 0.3 series.

Minor changes:

  • Fix bug in TD-PSOLA when using NumPy version <=1.18.x

0.3.2

21 Oct 06:35
Compare
Choose a tag to compare

The third release of the 0.3 series.

Minor changes:

  • Fix bug in padding when using NumPy version 1.16.x

0.3.1

06 Oct 11:53
Compare
Choose a tag to compare

The second release of the 0.3 series.

Minor changes:

  • Fix bug in CLI mode. (Change description file to .conf)
  • Fix HPTSM to support multi channel audio file.

0.3.0

29 Sep 15:19
a9eb050
Compare
Choose a tag to compare

The first release of the 0.3 series.

Major changes:

  • Command-Line Interface is now available.
    Minor changes:
  • Fix bug in phase_vocoder_int with a stereo audio file.

0.2.0

29 Sep 03:17
efd7830
Compare
Choose a tag to compare

First release of the 0.2 series.

Major changes:

  • Now cover audio with shape (n_samples, n_channels) also.
  • Test code for utils and WSOLA is now available.
    • Now using travis-ci.
  • Update requirements.

Minor changes:

  • Fix stft.py, pvtsm.py to become more readable.
  • Fix bugs in the sin window function.
  • Fix bugs while finding peaks for phase-vocoder.