revSpeak/speechSpeakutterance?

panagiotis merakos merakosp at gmail.com
Mon Aug 12 13:04:10 EDT 2024


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 <
use-livecode at lists.runrev.com> wrote:

> OIC it only works in Livecode Builder. NVM.
>
> Bob S
>
>
> On Aug 12, 2024, at 8:42 AM, Bob Sneidar via use-livecode <
> use-livecode at lists.runrev.com> wrote:
>
> revSpeak works, speechSpeakUtterance does not.
>
> Bob S
>
>
> On Aug 12, 2024, at 6:36 AM, panagiotis merakos via use-livecode <
> use-livecode at lists.runrev.com<mailto:use-livecode at lists.runrev.com>>
> 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
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


More information about the use-livecode mailing list