-
Notifications
You must be signed in to change notification settings - Fork 15
/
setup.cfg
58 lines (56 loc) · 1.34 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[metadata]
name = stftpitchshift
version = attr: stftpitchshift.__version__
author = Juergen Hock
author_email = juergen.hock@jurihock.de
url = https://github.com/jurihock/stftPitchShift
description = STFT based pitch and timbre shifting
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
keywords =
digital
audio
signal
processing
dasp
fft
stft
pitch
shifting
formants
spectrum
cepstrum
algorithms
analysis
synthesis
cpp
python
classifiers =
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Other Audience
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: C++
Programming Language :: Python :: 3
Topic :: Artistic Software
Topic :: Education
Topic :: Multimedia :: Sound/Audio
Topic :: Multimedia :: Sound/Audio :: Analysis
Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries
[options]
package_dir=
= python
packages = stftpitchshift
python_requires = >= 3
install_requires =
click
matplotlib
numpy >= 1.20.0
[options.entry_points]
console_scripts =
stftpitchshift = stftpitchshift.main:main