ederwander / PyAutoTune

Autotune Module for Python "PyAutoTune"
141 stars 20 forks source link

Segmentation Fault #3

Closed alien35 closed 6 years ago

alien35 commented 6 years ago

This port looks awesome. Running python FromFileAutoTune.py ./teste.wav ./test2.wav returns:

FromFileAutoTune.py:52: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison while datas !='': . [1] 10645 segmentation fault python FromFileAutoTune.py ./teste.wav ./test2.wav

schanq commented 5 years ago

I have this same issue, what was the solution?

ederwander commented 5 years ago

while datas is not None:

let me know if it works for you