rany2 / edge-tts

Use Microsoft Edge's online text-to-speech service from Python WITHOUT needing Microsoft Edge or Windows or an API key
https://pypi.org/project/edge-tts/
GNU General Public License v3.0
4.21k stars 444 forks source link

Support for pitch in the python api? #221

Closed joseph16388 closed 1 month ago

joseph16388 commented 1 month ago

Is there support for pitch in the python api? In the example, it seems that only communicate = edge_tts.Communicate(text, voice, rate=rate, volume=volume) parameter, pitch is not found. thanks!

rany2 commented 1 month ago

It is available, you need to update your edge-tts