stream infer can support default speaker? #4081
Unanswered
estuday
asked this question in
General Q&A
Replies: 1 comment
-
Yes, you can get the latents and embedding for default speakers like this: gpt_cond_latent, speaker_embedding = model.speaker_manager.speakers[speaker_name].values() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
i followed the code in https://docs.coqui.ai/en/dev/models/xtts.html#streaming-manually ,
i found that it could not pass the speaker param and must pass reference.wav, can stream infer support use default speaker?
Beta Was this translation helpful? Give feedback.
All reactions