it's really fantastic that
i can get my program to speak
with just this little bit of code.
> #if targetmacos then
> Declare Function SpeakString lib "SpeechLib"
> (SpeakString as pstring) as Integer
> i=speakstring(s)
> #endif
a few questions, though...
it seems i can only feed it a 255-character string?
i can live with that, but is there any way around it?
more importantly, when i send two strings at a time,
the second one wipes out the first one, not what i want.
is there any way i can "store them up" instead?
or how would i check to see if it's done
with one string before sending another?
-bowerbird
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|