realbasic-nug
[Top] [All Lists]

text-to-speech questions

To: realbasic-nug at lists dot realsoftware dot com, Bowerbird at aol dot com
Subject: text-to-speech questions
From: Bowerbird at aol dot com
Date: Fri, 19 Dec 2003 17:27:05 EST
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>

<Prev in Thread] Current Thread [Next in Thread>