Libraries: cIntSpeech

 

cIntSpeech:

It speaks the specified text using the speech engine.

The cIntSpeech class has an only Say() method, it has two parameters. The first is the text to speak, the second is used to allow printing the text in "Experts" tab.

Author: Дмитрий

 

Great stuff, I really appreciate your continued work building out code that plays well with others.

 
Automated-Trading:

cIntSpeech:

Author: Дмитрий

cool :)

 

can you make it other way round? make MT5 recognize your voice?

I had this idea a few weeks ago, it would help handicapped people play with forex. 

 

Does not works on my Vista HB.

Some text to speech apps from sourceforge works on my Vista (http://sourceforge.net/directory/os:windows/freshness:recently-updated/?q=text%20to%20speech), though I only recommend this one (http://sourceforge.net/projects/espeak/), which actualy came from here (http://msdn.microsoft.com/en-us/library/ms720410(v=vs.85) )

My advice, if we save sound to some .wav file and then later we play it with MQL PlaySound(), its better to add Sleep() about 500 right afterward.

PlaySound ("You have connection.wav");
Sleep (500);

:D

Reason: