in reply to Code example for perl speech recognition using SAPI 5.1 and Win32::OLE?

Maybe it's a good idea to use Win32::SAPI5


Jouke Visser
Using Perl to enable the disabled: pVoice
  • Comment on Re: Code example for perl speech recognition using SAPI 5.1 and Win32::OLE?

Replies are listed 'Best First'.
Re^2: Code example for perl speech recognition using SAPI 5.1 and Win32::OLE?
by Anonymous Monk on Apr 05, 2005 at 16:02 UTC
    Win32::SAPI5 only implements the text to speech part of the SAPI5.
      It most certainly does not. It implements all classes that the Microsoft Speech API 5 defines...


      Jouke Visser
      Using Perl to enable the disabled: pVoice
        You state that Win32::Sapi5.1 can do speech recognition. Can you give any examples of how this is done?