mirror of https://github.com/coqui-ai/TTS.git
unpin cython version and commentout pyworld in audio.py causing dep
issues
This commit is contained in:
parent
3eb00e8d93
commit
a30a231566
|
@ -292,6 +292,7 @@ class AudioProcessor(object):
|
||||||
return pad // 2, pad // 2 + pad % 2
|
return pad // 2, pad // 2 + pad % 2
|
||||||
|
|
||||||
### Compute F0 ###
|
### Compute F0 ###
|
||||||
|
# TODO: pw causes some dep issues
|
||||||
# def compute_f0(self, x):
|
# def compute_f0(self, x):
|
||||||
# f0, t = pw.dio(
|
# f0, t = pw.dio(
|
||||||
# x.astype(np.double),
|
# x.astype(np.double),
|
||||||
|
|
|
@ -21,5 +21,5 @@ cardboardlint==1.3.0
|
||||||
pylint==2.5.3
|
pylint==2.5.3
|
||||||
gdown
|
gdown
|
||||||
umap-learn
|
umap-learn
|
||||||
cython==0.29.20 # > 0.29.20 breaks pyworld installation with the min numpy req of Tensorflow 2.4.1
|
cython
|
||||||
pyyaml
|
pyyaml
|
Loading…
Reference in New Issue