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
Hi, I want to use other vocoder such as paddlepaddle's waveflow vocoder to synthesis waveform from mel-spec.
But I get some problems:
I see in your repo's audio.py , it use linear-spec rather than mel-spec to synthesis waveform and it confused me.
Also I try to extract mel-spec from train.py and try use it in paddlepaddle's waveflow, but I get the sizemismatch.
Can I change the output mel-spec size? or Should I also use linear-spec?
The text was updated successfully, but these errors were encountered:
Hi, I want to use other vocoder such as paddlepaddle's waveflow vocoder to synthesis waveform from mel-spec.
But I get some problems:
I see in your repo's audio.py , it use linear-spec rather than mel-spec to synthesis waveform and it confused me.
Also I try to extract mel-spec from train.py and try use it in paddlepaddle's waveflow, but I get the sizemismatch.
Can I change the output mel-spec size? or Should I also use linear-spec?
The text was updated successfully, but these errors were encountered: