VB.net - Using speech recognition - Part 2 (ambcoder)
Uploader Comments (ambcoder)
All Comments (36)
-
good tutorial but you made it too long... over 20 minut you could make it in 5 minut if u would focus on topic...
-
Hello, thanks for posting this tutorial, now I know that speech recognition technology is already possible..however, I'm just a beginner in the VB programming, I wonder if it is possible to make a program that understands(recognizes) other language that english? example: Korean, Japanese, Arabic....is it possible in VB? or should I use other programming language??
Please suggest anything that will help me develop this program, by the way, this is my thesis ::( and I'm so confused :(
-
Ashley:Do you like ducks?
Computer replies:No i Dont like ducks stop now asking me !
LOL
-
can i add a database to this speech library? i mean if the database is added, the contents of it will be recognised by the speech recognition. if yes, how is it done? thank you.
-
You are great! Thank you so so much, I really appreciate this work.
-
@TheCoeckiefication01 Just delete that line and it works fine!
-
Great video look forward to watching the others tomorrow.
How would i make it play a sound when i say a word?
Please could you help me with that.
Thanks.
it didn't work for me.i'm using vista, i couldn't hear the voice. and the message box only appear in the beginning, but when I give other command, nothing happen....neither voice or msg box appear, but on speech panel the word that I said appear
i did this before, with other app, but for this not working at all
please help
keanu2ain 1 year ago
@keanu2ain Please make sure your system meets the minimum requirements as stated on my website.
ambcoder 6 months ago
how can i make a speech recognition that can able to detect the mistake and correct pronounciation of the word in vb.net,,what is possible code i have to do?
please help he....
killah902002 1 year ago
@killah902002 This library is only a simple begginer one. It is not capable of auto-correcting words. Modding the library to do that might work for you.
ambcoder 6 months ago
ehh,, i'm sorry but it gives an error :o
Error 1 Interop type 'SpSharedRecoContextClass' cannot be embedded. Use the applicable interface instead.
:< i really want it to work
This is the code where the error is:
If (RecoContext Is Nothing) Then RecoContext = New SpSharedRecoContextClass 'Create a new RecoContextClass
If you remove "class" it still gives an error at debug.
TheCoeckiefication01 1 year ago
@TheCoeckiefication01 Please make sure your system meets the minimum requirements as stated on my website.
ambcoder 6 months ago