Shop OBEX P1 Docs P2 Docs Learn Events
voice recognition — Parallax Forums

voice recognition

mikeamikea Posts: 283
edited 2012-12-09 10:45 in Propeller 1
Hi, could someone recommend a good voice recognition module.Thanks-mike

Comments

  • RaymanRayman Posts: 14,668
    edited 2012-12-09 09:17
    You might want to check out Phil Pilgrim's code... Here somebody used it for a robot:
    http://forums.parallax.com/showthread.php?130825
  • Mike GreenMike Green Posts: 23,101
    edited 2012-12-09 09:31
    If you like what Phil did, you should also consider using a Propeller Board of Education (BOE) which has the same microphone and input circuitry, just connected to I/O pins 20 & 21 instead of I/O pins 8 & 9.
  • lardomlardom Posts: 1,659
    edited 2012-12-09 10:31
    Phil's object does speech recognition. "Mr. robot, please turn right." is pretty amazing!
  • Duane DegnDuane Degn Posts: 10,588
    edited 2012-12-09 10:45
    Parallax's SayIt module (discontinued) used a VR Bot (aka EasyVR) on a PCB to make it easier to plug into a Basic Stamp. The VR Bot also works with the Propeller.

    I've used the SayIt with a Propeller a little. It works fine.

    If you choose to go the VR Bot route, I have a bridge program to let the PC talk to the VR Bot module through the Prop. The bridge program is trivial if you know how to use a serial object, but I'd be happy to share mine if you want.

    You could also have the PC talk to the VR Bot module directly through a Prop Plug. IIRC the VR Bot uses 3.3V logic. You can actually program everything on the VR Bot from a Propeller, but it's easier to use the GUI program on a PC to enter custom words.
Sign In or Register to comment.