Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

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

by TROGDOR (Scribe)
on Nov 24, 2004 at 03:04 UTC ( [id://410043]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    use Win32::OLE::Const ("Microsoft Speech Object Library");
    ...
    my $recognizer = Win32::OLE->new('SAPI.SpSharedRecognizer');
    my $recoctxt = $recognizer->CreateRecoContext();
    
  2. or download this
    Win32::OLE(0.1403) error 0x80040154: "Class not registered"
        in METHOD/PROPERTYGET "CreateRecoContext" at speech.pl line 11
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://410043]
Approved by NetWallah
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-18 05:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found