How to add Urdu Language to SpeechSynthesizer

283 views Asked by At

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.

1

There are 1 answers

2
Usman On

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.