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
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme