Page 1 of 1
Speech to code in Livecode ?
Posted: Tue Apr 04, 2023 9:15 am
by CAsba
Hi,
I am suffering from RSI from too much coding. Does anyone know of a facility for speech to code in livecode ?
Re: Speech to code in Livecode ?
Posted: Tue Apr 04, 2023 2:42 pm
by dunbarx
CAsba
You want to speak into the Script Editor and have it write down what you are saying?
No.
I have no idea if any of the many speech-to-text programs will act on a blinking cursor in the SE. I would be interested in having you try it. There must be a few free trials for these. Give it a whirl. Remember that there are formatting issues with this, for example, can you say:
put x space ampersand ampersand space quote X Y Z quote space into field 1
for
And even then, I think, you would have to lose spaces. The above is likely to give "X Y Z" instead of "XYZ"
Craig
Re: Speech to code in Livecode ?
Posted: Tue Apr 04, 2023 3:24 pm
by richmond62
I just spent 5 minutes looking fairly stupid.
-
Re: Speech to code in Livecode ?
Posted: Tue Apr 04, 2023 4:21 pm
by FourthWorld
CAsba wrote: ↑Tue Apr 04, 2023 9:15 am
Hi,
I am suffering from RSI from too much coding. Does anyone know of a facility for speech to code in livecode ?
When I had a hand injury years ago I tried coding vocally. It was very cumbersome. Code is so different from speech that no VTT handles it gracefully.
What eventually did help me was switching my typing to one-handed DVORAK. After a few weeks practice typing speed was more than 2/3 normal.
This may not help if the pain is severe in both hands. But if you can trade off it may be worth considering.
Re: Speech to code in Livecode ?
Posted: Thu Apr 06, 2023 8:45 am
by stam
I’m forced to use VTT in my daily work (apparently it’s not cost effective to ask the secretaries that we do employ anyway to transcribe dictations like we used to, but the huge amount of time I spend correcting the VTT output is invisible to the powers that be…)
I would definitely not recommend voice-to-text for anything, let alone coding, and that’s using enterprise software that’s supposedly specifically tailored to my profession…
Re: Speech to code in Livecode ?
Posted: Thu Apr 06, 2023 12:18 pm
by richmond62
22 years ago I got serious RSI while programming lots of CALL software (Toolbook for Windows 2000, for what its worth),
and had those horrible electro-conductivity tests where they stick needles in you, and so . . .
After escaping from the doctors (who wanted to slice my wrists open) . . .
. . . for a year I tilted my keyboard AWAY from me and used 2 of these:
-
Re: Speech to code in Livecode ?
Posted: Thu Apr 06, 2023 12:24 pm
by richmond62
For the last 20 years I have used these:
-

- 51S0+62NWaL._AC_SY300_SX300_.jpg (7.2 KiB) Viewed 3292 times
-
Left-handed ergonomic mouse.
-
-
Right-handed vertical mouse.
-

- LeftKB.jpg (8.18 KiB) Viewed 3292 times
-
Left-handed gaming keyboard.
Re: Speech to code in Livecode ?
Posted: Thu Apr 06, 2023 12:30 pm
by Klaus
I replaced my mouse with a trackball for similar reasons many years ago, and have no more problems ever since!
Re: Speech to code in Livecode ?
Posted: Fri Apr 07, 2023 12:29 pm
by CAsba
Thanks for the tips. Why didn't I think of that ?