I want to use revSpeak command on app

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
sunkim
Posts: 23
Joined: Tue May 05, 2015 8:30 pm

I want to use revSpeak command on app

Post by sunkim » Sat May 09, 2015 7:42 pm

help me
I made a app
and I used revSpeak command for text to speech
but it's not works on android,
I need text to speech on android.

and I put this standalone apk file into my samsung phone
but not installed, what is problem?
please good answer me,

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: I want to use revSpeak command on app

Post by Mark » Sat May 09, 2015 10:53 pm

Hi,

RevSpeak isn't supported on Android. I hoped that speak.js could be a solution, but unfortunately, that doesn't work on mobile devices. The only option seems to be an external.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

sunkim
Posts: 23
Joined: Tue May 05, 2015 8:30 pm

Re: I want to use revSpeak command on app

Post by sunkim » Wed May 13, 2015 6:07 pm

thank you for reply,

jim1001
Posts: 143
Joined: Fri Jan 29, 2016 6:25 pm

Re: I want to use revSpeak command on app

Post by jim1001 » Tue May 16, 2017 4:57 pm

The only option seems to be an external
Just wondering if this is still the only option. If so does anyone have any examples of using an external for this? Does Mark mean external code or a ready made external app?

I tried using the Select to Speak option in my Android tablet’s Accessibility settings. This will read out loud text in a Google doc (for example) but for text on a LiveCode app screen gives the spoken error No text found at the location.

Was Android text to speech due to be in LiveCode 9 or was this just Android audio recording?

ps: perhaps this post would be better in the Android Deployment forum?

Thanks,
Jim

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: I want to use revSpeak command on app

Post by Mark » Wed May 17, 2017 9:36 am

Hi Jim,

Do you know externals? An external is a piece of compiled code that is installed next to the LiveCode engine. Using the externals property, LiveCode is told to read this compiled code into memory, making it available to all scripts in the message hierarchy. It originates from the HyperCard times and was known as XCMD for commands and XFCN for functions. Currently, we simply call them externals.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

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

Re: I want to use revSpeak command on app

Post by jmburnod » Wed May 17, 2017 10:37 am

Hi,
I use the external sunnytext2speech for my iOS app. Thierry Douez is the author.
As far I know there not an external for Androïd but I'd like to get one
Best regards
Jean-Marc
https://alternatic.ch

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7238
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: I want to use revSpeak command on app

Post by jacque » Wed May 17, 2017 5:30 pm

Does Android's native speech work if you use native input fields instead of LC fields? I haven't tried it but it seems logical that the OS would only recognize its own native fields.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

jim1001
Posts: 143
Joined: Fri Jan 29, 2016 6:25 pm

Re: I want to use revSpeak command on app

Post by jim1001 » Thu May 18, 2017 10:38 am

Mark - thank you for explaining externals. I haven't used them knowingly. I may have read about them in the past but obviously it didn't stick!

Jean-Marc - thanks for sharing what you use and know.

Jacque - didn't think of that but it does sound promising. I'll try asap - thanks!

Best wishes,
Jim

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”