1

I want to add the capability of "Text To Speech" in my application for lower languages (for example: pashto, ...)

there is a library in .NET

System.Speech.Synthesis.PromptBuilder PBuilder = new System.Speech.Synthesis.PromptBuilder();
PBuilder.AppendTextWithPronunciation("test", "riːdɪŋ"); // it will say 'reading'

Is there an engine exist in python for doing this activiy? I want to know whether there is "phonetic characters to speech" engine exists for python?

wjandrea
  • 28,235
  • 9
  • 60
  • 81

0 Answers0