0

I am working on a queue management system which is developed in Dot Net. I need to enable this system to speak Token number in urdu. How I add Urdu Language to SpeechSynthesizer. Any help will be appreciated.

nalzok
  • 14,965
  • 21
  • 72
  • 139
Shahab
  • 49
  • 5

1 Answers1

1

Speech Synthesizer does not support urdu and you cant add custom language to the speech synthesizer so you can use cmusphinx CMU Sphinx as it is pretty open and scalable solution and I think it can be used at both client and server side and read its documents to add a custom languge and train it.

Usman
  • 4,615
  • 2
  • 17
  • 33
  • no it dont support urdu you have to add it manually by reading documents because you have to train it to understand urdu and its not easy – Usman Dec 14 '16 at 05:45
  • Ok, I will try. I just need to pronounce numbers in urdu. – Shahab Dec 14 '16 at 06:18