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

Win32::SAPI5 only implements the text to speech part of the SAPI5.
  • Comment on Re^2: Code example for perl speech recognition using SAPI 5.1 and Win32::OLE?

Replies are listed 'Best First'.
Re^3: Code example for perl speech recognition using SAPI 5.1 and Win32::OLE?
by Jouke (Curate) on Apr 24, 2005 at 10:17 UTC
    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?