Built-in edge speech api for text-to-speech #569
Replies: 1 comment 1 reply
-
I follow you step to replace app_sadtalker.py and add t2a.py file ,but I run wubui.bat file , some error is occure: venv "venv\Scripts\Python.exe" During handling of the above exception, another exception occurred: Traceback (most recent call last): Is other configuration need to set it? |
Beta Was this translation helpful? Give feedback.
-
Seems sadtalker has no text to audio feature, I try to use edge speech api to make it.
SadTalker with Edge Speech api (edge-tts): sad_talker-git.zip
app_sadtalker.py
file under root path with the same name file in uncompressed dir And addt2a.py
file under<root>/src/
(Suppose you have configured the sadtalker runtime environment)
with the Edge Speech api, you can choose
voice, rate, volume
to generate audio from text:Beta Was this translation helpful? Give feedback.
All reactions