Just wondering, how much would Spring benefit from voice commands?
Currently there are alot of keyboard shortcuts in use and maybe some of them could be doubled by voice commands.
It could even go as far as having some intelligent functions, like giving an order to reclaim all corpses on screen with nearby free constructors, or to call out the names of units you want selected in range of the screen and telling them to go to route a or b or tell certain factories to do something.
I imagine the easiest way to do this would be to have some kind of a lua widget/gadget that communicates with an external app for speech recognition plus translation and then lua performs the requested commands.
There are already lots of free/kind of free solutions/API-s available for speech recognition so the main challenge would be to make the part that deciphers the command that you have said.
Although most speech reco soft is platform specific(like MS-s Speech API), the lua and text deciphering would be universal.
Currently, there doesn't seem to be any known games out there that have this feature.
I guess it would look something like this:
http://www.youtube.com/watch?v=owJS5XwXAEA (not my vid ofc.)
If it's deemed a good idea, I might give a shot at it.
You know... just sayin(let the trollin' begin).

PS. This is not a feature request.