Releases: KAIST-MACLab/PyTSMod
Releases · KAIST-MACLab/PyTSMod
0.3.8
22 Nov 05:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
7th version of 0.3 series.
It only just changed the dependency of soundfile .
0.3.5
03 Jun 05:56
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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.