Speech on ios and android
    Klaus major-k 
    klaus at major-k.de
       
    Sun Jul 19 13:46:25 EDT 2020
    
    
  
Hi Frans,
> Am 19.07.2020 um 19:42 schrieb Frans Schoffelen via use-livecode <use-livecode at lists.runrev.com>:
> 
> 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
klaus at major-k.de
    
    
More information about the use-livecode
mailing list