//--------------------------------------------------------------------------- Little Voice Commander by mouser@donationcoder.com http://www.donationcoder.com/forum/index.php?topic=26725.0 v1.33.01 - May 23, 2011 //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- USAGE: Speak into mic to bring up photos; or hit letters on your keyboard. TO EXIT: Hit Ctrl+Alt+Escape //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- IF YOU GET AN ERROR AT STARTUP: If you get an OLE error when you start the program, it means you don't have the SAPI 5 Microsoft Speech Recognition components installed. You can install them using this: http://www.donationcoder.com/Software/Mouser/littlevoicecommander/downloads/Sapi5_SpeechRecognition_Runtime.msi //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- HOW TO CONFIGURE: There are a *ton* of options in the program; to bring up the options hit Ctrl+Alt+O. Most importantly, you probably want to make it so that hitting normal keys won't exit the program or bring up the options; do this from the General Options tab. //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- ADDING YOUR OWN CUSTOM IMAGES: You can put images in your own subdirectory of the program files LittleVoiceCommander\VpMedia path Or in a MyDocuments\DonationCoder\LittleVoiceCommander\VpMedia subdirectory And they will automatically be found and used by the program. Just remember to name each image file with word_# (the number isn't important it's just to make filenamess with same word unique). //---------------------------------------------------------------------------