Releases: KAIST-MACLab/PyTSMod
Releases · KAIST-MACLab/PyTSMod
0.3.8
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
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
7th version of 0.3 series.
It only just changed the dependency of soundfile.
0.3.5
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
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
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
The third release of the 0.3 series.
Minor changes:
- Fix bug in padding when using NumPy version 1.16.x
0.3.1
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
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
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.
- 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.