PyTSMod

An open-source Python library for audio time-scale modification.

GPL-3.0 License

Downloads
12.3K
Stars
192
Committers
2

Bot releases are hidden (Show)

PyTSMod - 0.3.8 Latest Release

Published by seyong92 11 months ago

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
PyTSMod - 0.3.7

Published by seyong92 about 1 year ago

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
PyTSMod - 0.3.6

Published by seyong92 about 2 years ago

7th version of 0.3 series.

It only just changed the dependency of soundfile.

PyTSMod - 0.3.5

Published by seyong92 over 2 years ago

The sixth release of PyTSMod.

Minor changes:

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

Published by seyong92 over 2 years ago

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.
PyTSMod - 0.3.3

Published by seyong92 almost 4 years ago

The fourth release of the 0.3 series.

Minor changes:

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

Published by seyong92 almost 4 years ago

The third release of the 0.3 series.

Minor changes:

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

Published by seyong92 about 4 years ago

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.
PyTSMod - 0.3.0

Published by seyong92 about 4 years ago

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.
PyTSMod - 0.2.0

Published by seyong92 about 4 years ago

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.
Package Rankings
Top 3.67% on Pypi.org
Badges
Extracted from project README
PyPI Build Status
Related Projects