Computer, lights - low.
July 24, 2007 3:14 PM
Subscribe
Whole-room voice control of lights using open-source software. Can it be done? Has it been done?
Currently, I'm controlling multiple room lights via a relay board hooked up to a Linux server. I've got a
LIRC remote setup to use a script to control the status of individual lights, as well as a microphone that
responds to a clap by running the same script to toggle the status of a specific subset of lights.
What I'm looking to do next is implement something like
this product, but in software. In other words, I want to be able to say, "Computer, switch desk lamp on" and have it Do The Right Thing - that is, run a script under Linux with the appropriate command line.
I am specifically looking for a solution that:
- can run under Linux, not Windows
- is compatible with my existing solution
- doesn't require a microphone directly in front of the face
- isn't too expensive - preferably free
- is preferably open-source
Can it be done? Has it been done? Or should I go back to watching Babylon 5 and forget about it?
posted by ArbiterOne to technology (8 comments total)
9 users marked this as a favorite
"CVoiceControl (which stands for Console Voice Control) started its life as KVoiceControl (KDE Voice Control). It is a basic speech recognition system that allows a user to execute Linux commands by using spoken commands."
posted by rancidchickn at 3:21 PM on July 24, 2007