Link to home
Start Free TrialLog in
Avatar of ahwind
ahwind

asked on

Text-to Speech and Speech recognition

I intended to develop a intranet system that enables user to learn german language. User can type in the word, then system can pronouce the word they typed. Besides, user can practice the pronunciation and system will score it. As i'm new to java, any solution for text-to-speech and speech recognition functions? I have tried to find TTS system for German language and JSAPI, but can't find a solid solution or illustration how should the TTS system and JSAPI can be implemented in intranet?

Thanks to anyone who can provide me the solution! Your help is much appreciated.
ASKER CERTIFIED SOLUTION
Avatar of mmuruganandam
mmuruganandam
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Think of a client server architecture.  Your server will have the speech engine and your clients will receive the audio stream.

You can think of Socket / RMI implementation for this.


Regards,
Muruga
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial