Page 1 of 2
text to speech
Posted: Thu Nov 11, 2010 6:36 pm
by richardmac
The iPad is starting to get a lot of attention in the realm of assistive technology - think Stephen Hawking. There are a lot of situations where the iPad could be beneficial to people with disabilities. But currently I don't see a way to do text to speech via LiveCode on the iPad. Am I wrong, or is this just something that is a feature request?
Re: text to speech
Posted: Wed Nov 24, 2010 8:11 pm
by Ron Zellner
LiveCode has the text to speech function
Code: Select all
on mouseUp
revSpeak field "MyText"
end mouseUp
But as you suggest this feature does not work directly in the iPad simulator. Maybe something has to be added.
Re: text to speech
Posted: Thu Nov 25, 2010 1:26 pm
by ctflatt
Ron:
Your code works in the IDE, but not on either mobile device (iPad/iPhone).
Is the "VoiceOver" feature of the iPad open to the mobile plugin? Is it controlled some other way or supported at all?
Richard makes a good point... it would be extremely beneficial.
Thanks!
Re: text to speech
Posted: Fri Mar 04, 2011 12:25 am
by dvnmedia
Is there any sign of this yet. I am working on a number of iPad programs for people who have a learning disability and limited speech. Does anyone know an alternative way to incorporate this feature if it's going to be sometime before this feature is added to LiveCode iOS.
Re: text to speech
Posted: Fri Mar 04, 2011 1:31 pm
by Klaus
Hello friends,
"RevSpeak", like "RevDB", "RevXML" etc., is realized with externals which are currently not supported on iOS!
LC 4.6 will start to support externals!
But I am sure that RunRev will also supply a new external development kit at that point, so please be a little more patient
Best
Klaus
Re: text to speech
Posted: Wed Mar 30, 2011 10:41 am
by Brittgriscom
4.6 doesn't support revSpeak, does it?
Re: text to speech
Posted: Wed Mar 30, 2011 12:02 pm
by Klaus
Brittgriscom wrote:4.6 doesn't support revSpeak, does it?
No, it doesn't.
Re: text to speech
Posted: Wed Mar 30, 2011 12:09 pm
by bn
Hi Britt,
did a short test (just in case) 4.6: no, apparently not yet.
Kind regards
Bernd
Re: text to speech
Posted: Fri Jul 15, 2011 5:11 am
by scotttyang
rrnarrator is included in the 4.6.2 iOS SDK. it works, but someone like me can't make out how to incorporate it into a typical stack for iOS. any smartypants out there can take a look and see if how it can be usable, eg. incorporated into revspeak "hello"
Re: text to speech
Posted: Wed Aug 17, 2011 10:44 am
by fpierron
Hi,
I cannot find reference about rrnarrator into the iOS PDF nor in the main Document.
Where did you find it ?
Re: text to speech
Posted: Wed Aug 17, 2011 11:58 am
by Klaus
Hi guys!
@fpierron
the SDK with the example stacks/externals can be found here:
http://www.runrev.com/developers/docume ... rnals-sdk/
@Scott
what exactly is you problem?
I did not work with it, but the example stack shows what and how it can be done.
To add the external to your standalone, you need to select the folder "binaries" inside
of the example folder in the standalone builder setting "Copy files"!
Best
Klaus
Re: text to speech
Posted: Mon May 21, 2012 9:59 pm
by JosepM
Hi,
I'm testing rrNarrator external but I can't listen any sound... seems that do something but nothing sound.
Any experience? I need build from Xcode the external? I'm on LC5.5 with MacOSX Lion
Salut,
Josep M
Re: text to speech
Posted: Tue May 22, 2012 8:59 am
by jmburnod
Salut Josep
rreNarrator work for me (LC 5.0 OSX Lion). Unfortunately english only ( i search a way for french voices)
Best regards
Jean-Marc
Re: text to speech
Posted: Tue May 22, 2012 9:18 am
by JosepM
Salut Jean-Marc,
Thanks for answer. Can you explain step-by-step the process?
1.I download the SDK R10 files with the externals XCode projects.
2. I installed the LiveCode extensions before.
3. I opened the LC rrnarrator.livecode stack and setup the certificates.
4. Save and with Organizator loaded into one iPhone4 with iOS5.1.1
5. Nothing happen.
I test the same building the external from XCode but I'm not sure if I do it correctly but the result is the same, nothing sound.
The same with rrMicrophone external...
Salut,
Josep M
Re: text to speech
Posted: Tue May 22, 2012 3:18 pm
by Klaus
Hi Joseph,
you also made this step?
To add the external to your standalone, you need to select the folder "binaries" inside
of the example folder in the standalone builder setting "Copy files"!
This will add the actual "externals" to your standalone!
Best
Klaus