vijigerm has asked for the wisdom of the Perl Monks concerning the following question:

Hello All, Actually I have Microsoft Speech SDK 5.1 which is downloaded from http://www.microsoft.com/speech/download/sdk51/ and It works for speech recognition(speech to text) and text to speech. I have an interface in perl for Microsoft Speech SDK 5.1 downloaded from http://search.cpan.org/dist/Win32-SAPI5/ Check this link for additinal details http://search.cpan.org/dist/Win32-SAPI5/lib/Win32/SAPI5.pm so I want a program in perl such that whatever I speak in Microsoft speech sdk 5.1 (in Microphone) the program should capture that text using this Win32-SAPI5-0.5 interface. and there is a help file where you can find about the objects, methods to be used. Here is the download link http://download.microsoft.com/download/speechSDK/SDK/5.1/WXP/EN-US/sapi.chm Thanks for your help, Viji.

Replies are listed 'Best First'.
Re: Need help for Win32::SAPI5-0.5
by PodMaster (Abbot) on Aug 19, 2005 at 20:25 UTC
    so I want a program in perl such that whatever I speak in Microsoft speech sdk 5.1 (in Microphone) the program should capture that text using this Win32-SAPI5-0.5 interface.
    So why don't you write one (you have all the manuals you need to read, what's the holdup)? It would seem to me that you need to read How (Not) To Ask A Question or visit http://jobs.perl.org.

    update: You should also read How to RTFM, since a simple search for SAPI5 yields something of interest.

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.