Page 1 of 1
saving text to speech "speechSpeakUtterance" to file or Var
Posted: Thu Jan 07, 2021 3:51 pm
by trevix
Is it possible, on Android and iOS, to save the sound file of a speechSpeakUtterance to a variable or a file? (not that I know from the dictionary)
I am referring to the new Speech Library.
Any info on this would be helpful.
Thanks
Re: saving text to speech "speechSpeakUtterance" to file or Var
Posted: Thu Jan 07, 2021 7:12 pm
by richmond62
As far as I am aware LIveCode is (and has always been) unable to export sound files.
Re: saving text to speech "speechSpeakUtterance" to file or Var
Posted: Thu Jan 07, 2021 7:24 pm
by Klaus
LC does not create a sound file, but the given text is being spoken in real-time!
The API does not show any way to do this, so you will need to ask Jean-Marc or better the two french guys,
who created the widget:
viewtopic.php?f=4&t=33895
Re: saving text to speech "speechSpeakUtterance" to file or Var
Posted: Fri Jan 08, 2021 11:25 am
by jmburnod
Hi Both,
LC unable to export sound files
No, Bernd made it
Here is a Bernd's stack use Applescript to export sound file from textospeech. Unfortunatly it is only for Mac.
http://forums.livecode.com/viewtopic.ph ... rnd#p42120
Jean-Marc