ManimCommunity / manim-voiceover

Manim plugin for all things voiceover
https://voiceover.manim.community/en/stable
MIT License
154 stars 20 forks source link

manim-voiceover xtts AttributeError and voice cloning #76

Open manimator-code opened 7 months ago

manimator-code commented 7 months ago

I'm using Coqui TTS with xtts model.


class test(VoiceoverScene):
    def construct(self):
        self.set_speech_service(CoquiService(model_name="tts_models/multilingual/multi-dataset/xtts_v2",gpu=True))

gives AttributeError: 'TTS' object has no attribute 'languages' But it does have that attribute! With other models, it doesn't throw this error.

Also, where can I set speaker_wav=["speaker.wav"] for voice cloning?