text to speech

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

richardmac
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 211
Joined: Sun Oct 24, 2010 12:13 am

text to speech

Post by richardmac » Thu Nov 11, 2010 6:36 pm

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?

Ron Zellner
Posts: 106
Joined: Wed May 31, 2006 9:56 pm
Location: College Station, Texas
Contact:

Re: text to speech

Post by Ron Zellner » Wed Nov 24, 2010 8:11 pm

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.

ctflatt
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 243
Joined: Sun Dec 06, 2009 12:24 am
Location: Fredericktown, MO
Contact:

Re: text to speech

Post by ctflatt » Thu Nov 25, 2010 1:26 pm

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!

dvnmedia
Posts: 8
Joined: Wed Mar 03, 2010 10:06 am

Re: text to speech

Post by dvnmedia » Fri Mar 04, 2011 12:25 am

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.

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: text to speech

Post by Klaus » Fri Mar 04, 2011 1:31 pm

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 8)


Best

Klaus

Brittgriscom
Posts: 95
Joined: Wed Mar 30, 2011 10:15 am

Re: text to speech

Post by Brittgriscom » Wed Mar 30, 2011 10:41 am

4.6 doesn't support revSpeak, does it?

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: text to speech

Post by Klaus » Wed Mar 30, 2011 12:02 pm

Brittgriscom wrote:4.6 doesn't support revSpeak, does it?
No, it doesn't.

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4002
Joined: Sun Jan 07, 2007 9:12 pm
Location: Bochum, Germany

Re: text to speech

Post by bn » Wed Mar 30, 2011 12:09 pm

Hi Britt,

did a short test (just in case) 4.6: no, apparently not yet.

Kind regards

Bernd

scotttyang
Posts: 125
Joined: Sat Jan 31, 2009 12:01 am

Re: text to speech

Post by scotttyang » Fri Jul 15, 2011 5:11 am

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"

fpierron
Posts: 56
Joined: Thu Dec 16, 2010 11:12 am
Location: Paris, France
Contact:

Re: text to speech

Post by fpierron » Wed Aug 17, 2011 10:44 am

Hi,

I cannot find reference about rrnarrator into the iOS PDF nor in the main Document.
Where did you find it ?

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: text to speech

Post by Klaus » Wed Aug 17, 2011 11:58 am

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

JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Re: text to speech

Post by JosepM » Mon May 21, 2012 9:59 pm

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

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: text to speech

Post by jmburnod » Tue May 22, 2012 8:59 am

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
https://alternatic.ch

JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Re: text to speech

Post by JosepM » Tue May 22, 2012 9:18 am

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

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: text to speech

Post by Klaus » Tue May 22, 2012 3:18 pm

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

Post Reply

Return to “iOS Deployment”