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
I used these steps to run your code (from your main README)
Even though these small steps have avoided the error block for me. I would like the maintainer to check if these changes are valid and align with your logic.
The text was updated successfully, but these errors were encountered:
I was correcting some errors for another person, and I'm just a casual coder, not an expert. So pardon if I say something foolish.
I installed the package using
pip install parallel-wavegan
Scipy Kaiser Import Error
Error:
ImportError: cannot import name 'kaiser' from 'scipy.signal'
From the file:
.../python3.10/site-packages/parallel_wavegan/layers/pqmf.py
Sampling_rate Error
Error:
fs == config["sampling_rate"]
'audio.wav' seems to have a different sampling rate.
From the file:
.../python3.10/site-packages/parallel_wavegan/bin/preprocess.py
Ending Notes:
The text was updated successfully, but these errors were encountered: