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 »

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: 135
Joined: Sun Feb 20, 2011 4:26 pm
Contact:

Re: Accessibility through voice as input

Post by PBH »

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

Re: Accessibility through voice as input

Post by samjith »

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 »

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