Voice Recognition Google API
Posted
by
user2966744
on Stack Overflow
See other posts from Stack Overflow
or by user2966744
Published on 2013-11-07T21:52:09Z
Indexed on
2013/11/07
21:53 UTC
Read the original article
Hit count: 133
voice-recognition
thanks for reading. I'm creating a simple web based drawing app that uses speech recognition.
I have created a simple page, the project is on github here: https://github.com/a5hton/speechdraw
It has a 16x16 pixel grid. I would like to be able to draw on this grid by using simple words. For example if you say "right", the pixel to the right will be colored black. If you say "down" the pixel below the last one will be colored black.
You can say up, down, left or right and the corresponding pixels will be colored.
Saying "erase" will switch to erase mode, colouring the pixels back to their original color.
Saying "lift" will lift the pen off the page.
Saying "draw" will enable the draw mode.
Could you please help me work out how to make this happen. Please see the simple page at to get an understanding.
Thank you!
Cheers,
Michael
© Stack Overflow or respective owner