ManimCommunity / manim-voiceover

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

add edge_tts service #93

Open Maxwin-z opened 2 weeks ago

Maxwin-z commented 2 weeks ago

Example:

       self.set_speech_service(
            EdgeTTSService(
                rate="+20%", volume="+10%", pitch="+0Hz", voice="en-US-AriaNeural"
            )
        )