Skip to content

Voice Cloning Support for fairseq #171

Answered by eginhard
tap222 asked this question in Q&A
Discussion options

You must be logged in to vote

The Fairseq models don't support voice cloning. You can only do TTS followed by voice conversion like this:

from TTS.api import TTS
api = TTS("tts_models/ory/fairseq/vits")
api.tts_with_vc_to_file(
  text="ନମସ୍କାର",
  file_path="output_ory.wav",
  speaker_wav='./example_1.wav',
)

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tap222
Comment options

@eginhard
Comment options

@tap222
Comment options

@eginhard
Comment options

@tap222
Comment options

Answer selected by tap222
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants