You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way is very rudimentary. But Guess What D: ? Today speech recognition platforms like Siri works like this! And I programmed this 8 year ago... !
40
42
41
43
A Case Loop with several Microsoft commands was programmed, it selects the result given by the dictionary in the match process and call the selected process.
Once the command is submitted, it is compared in a case loop, so that the word registered entails the program to perform specific predefined actions.
44
48
45
49
## How does the speech is interpreted?
46
50
47
51
A grammar function is used to set the word parameters, because the dictionary is big and the application is not deployed in a Cloud environment, this method will index the words that we are trying to interpret. A word before the command we are trying to identify must be written in order to prevent the accidental command activation while speaking with other people. (This is a common mistake made even by first world companies, for example like Bancomer)
This work is obsolete, no applications must derive from it.
@@ -55,4 +61,4 @@ This work is obsolete, no applications must derive from it.
55
61
* It does not utilize restful services so it is not useful for any company.
56
62
* Finally the source code is made in Visual Basic, then there is no evolution guarantee.
57
63
* It was made of deprecated libraries and outdated Visual Studio version.
58
-
* I made it in 2011, so its 7 years aged Today there are much faster, more efficient, more scalable and easier solutions to implement today, that perform the same job but in a better way.
64
+
* I made it in 2011, so its 7 years aged Today there are much faster, more efficient, more scalable and easier solutions to implement today, that perform the same job but in a better way.
0 commit comments