Virtual Assistant Voice Recognition
Well, I am planning to build a Voice Recognition Virtual Assistant program, I have been following tutorial on You tube of 16 videos in Portuguese which basically shows the full development of this program in Portuguese, showing how to build voice recognition system using Windows application forms C#. The problem is in the tutorial it shows that I have to install MicrosoftSpeechRecognition and MicrosoftSpeechServer on my laptop in order to carry with the project to able to apply voice commands. There is following link video in Portuguese that shows how to install and link the voice recognition packs with the project.
https://www.youtube.com/watch?v=Cwtt75DOR4Y&list=PL39zyvnHdXh82ZPNs_gS8YovTLt1xs8v3&index=12
These are the following packs installed:
First Problem
On the video it was downloaded “MSSpeech_SR_pt-BR_TELE” because is being made in Portuguese. But in my situation, I am doing the program in English I downloaded the following pack.
There is where I am stuck, After, installing the packs I couldn't manage to link the MicrosoftSpeech packs with the project. I am getting the following error:
Second Problem (Error/bug)
Applied the same code on my program written on the video of 2nd tutorial of you tube, I had the following error to be fixed:
Link of the 2nd tutorial of you tube in Portuguese that shows how the code was written:
https://www.youtube.com/watch?v=_OgIOFVp3HM&list=PL39zyvnHdXh-4bQn1dBhz6Hlq3xO-wfQo&index=2
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of