Accessibility through voice as input

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
samjith
Posts: 85
Joined: Tue Mar 31, 2015 10:09 am

Accessibility through voice as input

Post by samjith » Mon May 30, 2016 6:55 am

Is there any way to do a task as voice as input?

eg:- if i said "s" then i want to show my name
and
if i said "a" then i want to show my pet name
like that :?:

i am using mac


Thanks in advance
-/-
Samjith

PBH
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 132
Joined: Sun Feb 20, 2011 4:26 pm
Contact:

Re: Accessibility through voice as input

Post by PBH » Sat Jun 04, 2016 4:37 pm

On a Mac you can use Apple Dictation to input text into a field, then just use the textChanged handler to monitor the field for changes and use a switch handler for the decisions.

There is a sample stack attached to demonstrate.

Paul
Attachments
Voice Stack.lc.zip
(1.86 KiB) Downloaded 274 times

samjith
Posts: 85
Joined: Tue Mar 31, 2015 10:09 am

Re: Accessibility through voice as input

Post by samjith » Tue Jun 07, 2016 1:57 pm

Hi Paul,

Apologies for the late reply and thanks for the simple sample stack.
Is there any way to on dictation through livecode? If no, no problem.

Thanks

Samjith

Mikey
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 755
Joined: Fri Jun 27, 2008 9:00 pm

Re: Accessibility through voice as input

Post by Mikey » Tue Jun 07, 2016 2:09 pm

Email Monte. He wrote an external for us that connects to Dragon.

Post Reply