-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spec-to-wav synthesis produces some errors from existing mels #513
Comments
related to #507 |
I also stumbled on this using everyvoice synthesize from-spec \
--input preprocessed/spec/LJ033-0048--speaker_0--eng--spec-22050-mel-librosa.pt \
--model logs_and_checkpoints/VocoderExperiment/base/checkpoints/last.ckpt
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reason I had to change
write(f"{data_path}.wav", sr, wav)
towrite(f"{data_path}.wav", sr, wav[0])
- I should investigate inhfgl/cli.py
The text was updated successfully, but these errors were encountered: