Replies: 2 comments 3 replies
-
There is no need for doing that. You can select, after training, which voice you want to synthesize:
where |
Beta Was this translation helpful? Give feedback.
0 replies
-
Of course, you have to train with all the speakers. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to swap voice A into voice B. I have tried Nemo fine-tuning, but it needs a bit of time for training and fine-tuning.
My idea is that to generate mel spectrogram for Voice A (say mel 1) and then generate mel spectrogram for Voice B (say mel2). So we will have something like this:
audio1 -> mel1 -> mel2 -> audio2
My question (s):
(1) will this be reasonable
(2) if so, is there some tool in Nemo to do such conversion between mel1 to mel2
Thank you in advance for any hint about this
Beta Was this translation helpful? Give feedback.
All reactions