Re: Speech on ios and android

2020-07-19 Thread Klaus major-k via use-livecode
Hi Frans,

> Am 19.07.2020 um 19:42 schrieb Frans Schoffelen via use-livecode 
> :
> 
> Thanks for the heads up on this one , totally missed it . Am going to try 
> this on a language training app i’m working on pronto when back from the 
> road.Will let you know if i can get it working on mac Klaus.

thanks to Matthias last posting I got it working:

on mouseup
  speechInitializeLibrary
end mouseup

on speechLibraryInitialized pSuccess
 if pSuccess then
   speechSpeakUtterance "Hallo Frans"
   get speechfinalizeLibrary()
 end if
end speechLibraryInitialized
--

> Frans Schoffelen
> KNLG knowlegistics
> Berlin

Best

Klaus

--
Klaus Major
https://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Speech on ios and android

2020-07-19 Thread Frans Schoffelen via use-livecode
Thanks for the heads up on this one , totally missed it . Am going to try this 
on a language training app i’m working on pronto when back from the road.Will 
let you know if i can get it working on mac Klaus.

Frans Schoffelen
KNLG knowlegistics
Berlin

> On 19. Jul 2020, at 18:01, use-livecode-requ...@lists.runrev.com wrote:
> 
> 
> Did someone could make this work on a Mac so far?
> 
> 
> Best
> 
> Klaus

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode