Slashdot Mirror


Google Voice Controls Giant LED Display

compumike writes "What geek among us has never thought about how cool it would be if you could call your computer and have it do stuff? Josh Davis put together a quick video demo and source code of his Voice Controlled LED Marquee, powered by Google Voice speech recognition and a DIY LED Array Kit. Imagine using the same display for monitoring server uptime, or RSS feeds!"

2 of 66 comments (clear)

  1. Google's speech recognition is uncannily good by rolfwind · · Score: 3, Interesting

    Of course, they have been using Goog-411 to improve it, and Google Voice will only accelerate that (on the plus side, I don't need a landline at all anymore with cheap international calls).... but Google's voice search on the iphone is much better than I could ask of it.

    If they came out with a voice recognition product, the field currently dominated by the mediocre Dragon Naturally Speaking, I'm sure they could completely kill the competition.

  2. Re:Aurgh by GodKingAmit · · Score: 2, Interesting

    I used sphinx recently (pocketsphinx) to implement a voice recognition system for a sailboat, allowing quadriplegic sailors to control the boat. Sphinx is a decent voice recognition system but can't match big time commercial products like Google voice or Dragon naturally speaking. This is especially the case if you want recognition of natural speech (instead of the few code words used in my project). Have you considered the microsoft speech API (http://www.microsoft.com/speech/speech2007/default.mspx) ? I don't have any personal experience but I've heard that it is a fairly powerful system.