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 audio output. Why? What
could I do to hear the audio output?


 --
Best regards,
Andreas


Reply via email to