You are not logged in.
I want use the edge-tts for the speech dispatcher.
In the speechd.conf I have add the config data:
AddModule "edge-tts" "edge-tts" "edge-tts.conf"
DefaultModule edge-tts
But I do not know about the module edge-tts and edge-tts.conf
Anyone can help me?
Last edited by jiangkero (2024-05-24 15:56:01)
Offline
I have sloved this problem.
This is speechd.conf
AddModule "edgetts" "sd_generic" "edgetts.conf"
DefaultModule edgetts
This is edgetts.conf
GenericExecuteSynth "edgetts '$DATA'"
GenericCmdDependency "edgetts"
GenericSoundIconFolder "/usr/share/sounds/sound-icons/"
#for chinese encoding
GenericLanguage "zh" "chinese" "utf-8"
Offline