Thanks. As usual, I didn’t read the manual. It works, but I can’t get or change 
the voices. Not sure if I can get more voices. I tried, “I’m sorry Dave, I’m 
afraid I can’t let you do that.” but it sounded like Hal had most of his 
modules removed already. ;-)

I will poke around on the internet.

Bob S


On Aug 12, 2024, at 10:04 AM, panagiotis merakos via use-livecode 
<[email protected]> wrote:

Hello Bob,

The speechSpeakUtterance should work. The library is *implemented *in LCB,
but its handlers (such as "speechSpeakUtterance") should be called from LCS
(LiveCode Script)

Make sure you initialize the library first by calling
speechInitializeLibrary.
See the dictionary for more details.

Kind regards,
Panos
--




On Mon, 12 Aug 2024 at 19:01, Bob Sneidar via use-livecode <
[email protected]<mailto:[email protected]>> wrote:

OIC it only works in Livecode Builder. NVM.

Bob S


On Aug 12, 2024, at 8:42 AM, Bob Sneidar via use-livecode <
[email protected]> wrote:

revSpeak works, speechSpeakUtterance does not.

Bob S


On Aug 12, 2024, at 6:36 AM, panagiotis merakos via use-livecode <
[email protected]<mailto:[email protected]><mailto:[email protected]>>
wrote:

Hello Klaus,

It is not the same library:

- The "revSpeak" one is the old speech library, implemented in the engine
level, available for Windows and macOS

- The "speechSpeakUtterance" is the new speech library, implemented in LCB,
available for macOS, Android, iOS

Also, each one of them has a slightly different feature set - see the
dictionary for more details.

Kind regards,
Panos

_______________________________________________
use-livecode mailing list
[email protected]<mailto:[email protected]>
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
[email protected]<mailto:[email protected]>
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to