You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably a problem with WORLD though. However, since the exception does not get propagated to python its really hard to find this error. Cython just straight up exits. I would suggest to add python exceptions.
The text was updated successfully, but these errors were encountered:
May I have the original wav file and the arguments you passed to dio? As the pitch in test.npz.zip is totally out of range (extremely large positive and negative values; I don't think negative pitch is allowed), the behavior is unexpected and beyond the design of the WORLD vocoder.
Sorry it's been some time. I think I used harvest though. And I agree that it is unexpected behavior. But in the case of a faulty input, the process just terminates. So I would be nice to be able to catch these cases with python.
exits with:
libc++abi.dylib: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
test.npz.zip
Probably a problem with WORLD though. However, since the exception does not get propagated to python its really hard to find this error. Cython just straight up exits. I would suggest to add python exceptions.
The text was updated successfully, but these errors were encountered: