Spaces:
Running
Running
File size: 773 Bytes
4f0b2c1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
Metadata-Version: 2.1
Name: pyworld
Version: 0.3.0
Summary: PyWorld is a Python wrapper for WORLD vocoder.
Home-page: https://github.com/JeremyCCHsu/Python-Wrapper-for-World-Vocoder
Author: Pyworld Contributors
Author-email: jeremycchsu@gmail.com
Keywords: vocoder
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: cython (>=0.24.0)
Provides-Extra: sdist
Requires-Dist: numpy ; extra == 'sdist'
Requires-Dist: cython ; extra == 'sdist'
Provides-Extra: test
Requires-Dist: nose ; extra == 'test'
PyWorld wrappers WORLD, which is a free software for high-quality speech
analysis, manipulation and synthesis. It can estimate fundamental frequency (F0),
aperiodicity and spectral envelope and also generate the speech like input speech
with only estimated parameters.
|