File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# PyTSMod
22
33[ ![ PyPI] ( https://img.shields.io/pypi/v/pytsmod.svg )] ( https://pypi.python.org/pypi/pytsmod )
4- [ ![ Build Status] ( https://img.shields.io/travis/ KAIST-MACLab/PyTSMod/main )] ( https://travis-ci.org /KAIST-MACLab/PyTSMod )
4+ [ ![ Build Status] ( https://img.shields.io/github/workflow/status/ KAIST-MACLab/PyTSMod/Python%20package )] ( https://github.com /KAIST-MACLab/PyTSMod/actions/workflows/python-package.yml )
55![ Python] ( https://img.shields.io/pypi/pyversions/pytsmod.svg )
66![ license] ( https://img.shields.io/github/license/KAIST-MACLab/PyTSMod.svg )
77![ downloads] ( https://img.shields.io/pypi/dm/pytsmod.svg )
@@ -46,11 +46,10 @@ $ poetry build
4646
4747### Requirements
4848
49- To use PyTSMod, Python with version >= 3.6 and following packages are required.
49+ To use the latest version of PyTSMod, Python with version >= 3.8 and following packages are required.
5050
51- - NumPy (>=1.16.0)
52- - SciPy (>=1.0.0)
53- - libROSA (>=0.8.0)
51+ - NumPy (>=1.20.0)
52+ - SciPy (>=1.8.0)
5453- soundfile (>=0.10.0)
5554
5655## Using PyTSMod
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pytsmod"
3- version = " 0.3.3 "
3+ version = " 0.3.4 "
44description = " An open-source Python library for audio time-scale modification."
55authors = [" Sangeon Yong <koragon2@kaist.ac.kr>" ]
66
Original file line number Diff line number Diff line change 1- __version__ = '0.3.3 '
1+ __version__ = '0.3.4 '
22
33from .tdpsolatsm import *
44from .wsolatsm import *
You can’t perform that action at this time.
0 commit comments