RE: Perl, OLE and Speech

2001-06-20 Thread Stephen Neu
:Why? What could I do to hear the audio output? Try printing the value of $speechObject... If it is 0 or "", your speak() function might not have succeeded for one reason or another.

Perl, OLE and Speech

2001-06-20 Thread Andreas Semt
Hello, I have a problem with following script: #!/usr/local/bin/perl use Win32::OLE; use Win32; $object = Win32::OLE->new('Speech.VoiceText'); $speechObject = $object->speak("Hello"); I use an OLE object from Microsoft Voice Text (Text to Speech). However, nothing is happen. No errors, no a