We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a61cc commit 752600bCopy full SHA for 752600b
pyproject.toml
@@ -41,6 +41,8 @@ requires-python = ">=3.11"
41
dependencies = [
42
"click",
43
"numpy",
44
+ "qdft",
45
+ "resampy",
46
"soundfile",
47
"stftpitchshift",
48
"tqdm",
requirements.txt
@@ -7,6 +7,8 @@
7
# install some additional packages
8
click
9
numpy
10
+qdft
11
+resampy
12
soundfile
13
stftpitchshift
14
tqdm
0 commit comments