14

I've just spent the morning writing a C# program that pops up a message when I say hello. It's the most basic thing when I look at it now but as I was writing it you'd swear I was breaking technological boundaries!

Comments
  • 0
    How did you do this? I've had a lot of problems with voice recognition. One of them was that the program couldn't find voice input. StackOverflow didn't know the answer (yeah, that's possible) so I stopped developing my app.
  • 1
    I'll try and send you over what I've got tomorrow. I ended up watching a YouTube video that went through the process. I used a Kinect v2 for my uni project and it was so much easier!
  • 0
    @JonRocke That'd be great! Sounds awesome!
  • 1
    I would like to see it on a github repo. I am also curious.
  • 0
    Voice recognition as in take raw data from microphone and analyze it or voice recognition as in sending data to google voice recognition API or voice recognition as in using Windows in-built recognition?
  • 0
    No it's using Microsoft Speech...
    This is the code in it's entirety

    https://drive.google.com/drive/...
Add Comment