VS 2010 Voice To Text?
Feb 1, 2011
I am having trouble with a project I'm currently working on.. I've searched everywhere, and haven't been able to get anything to work. How can I make a program convert voice (for example, if someone were slowly talking over a mic, and the sound was coming through the computer the program is on) to text, and put that text into a text box? This has stumped me for some time now,
View 3 Replies
ADVERTISEMENT
Oct 23, 2011
I'm trying to create a Speech Recognition support for my program. I want to make it so that if I say something in my microphone, the program just writes what I said in Label1. I looked for Speech Recognition codes in MSDN and Google, but I didn't find anything useful. I found a code, but it was for VB.net, I tried but it didn't work in VB 2010.
View 1 Replies
Mar 25, 2009
I have a voice program that can compare voices to stored voice files and identify people based on that. It's not the most accurate thing, since being sick or other weird things can make it fail, but it does work for the most part. I was wondering if there was a way to keep the voice recognition running during an unlock and wait for the person who locked it to come back. Upon giving the command and voice verification, if it passes, the computer is unlocked by my program. Is there anyway to do this in VB.NET?Summary: Can a program unlock a computer after it's locked?
View 4 Replies
Feb 25, 2010
How would i broadcast/specific(one person) a live voice over a tcp connection for my voice chat room im making.
View 1 Replies
Oct 8, 2009
I would like to cause SpeechLib-Voice to read a textbox-text in german. If it is possible, how can I do that.Can s.o. give me a hint?Jochen45
View 4 Replies
May 15, 2012
Is it possible? Is it done by someone or achieved yet?I need to detect voice saying "Hey" and "Good Morning", and I don't know how.
View 4 Replies
Mar 20, 2012
Basically I'm aware that using the code shown below you can get the default 'microsoft Sam' voice to work and read a textbox for example.
[Code]...
View 2 Replies
May 18, 2012
I finally managed to do it, create a Voice Recognition in VB.NET (Credit goes to Microsoft for showing the example), but I want to add new words to the grammer, so it can detect custom words. [code]
View 2 Replies
Jul 11, 2010
Is it possible for visual basic to have commands sent to it when it is minimised. ie i am using internet explorer and i say "Click submit" and the submit button will be pressed even though the window isnt focused.
View 1 Replies
May 24, 2009
i need vb.net code for insert text into text box by voice ,for examele when i speek "computer" it write in to textbox computer
View 1 Replies
Jul 17, 2009
I want to use text to speech to say what is in my textbox. I have added the reference into the solution (MS speech object libarary) and inserted the "imports speechlib but i am getting an error when building.
error BC30451: Name 'voice' is not declared.
according to turtorials i have everything right, but i am still gettiing this error. here is my code;
Imports SpeechLib
[CODE]...
The very last "voice.speak" is the problem child.
View 4 Replies
Aug 12, 2009
I have written this voice synthesiser code in vb.net that converts text to speech using an application. I need to include emotions using rules I dont know if anyone can help with what to do..
View 2 Replies
Aug 4, 2010
Anyone have any examples, or source code or SDK's that are FREE?I'd like to setup a simple voip program to play with.Was curious whats the simplest way of doing it, using UDP across an IP.I planned on having a server program, as i'd want multiple clients.My question is, how can i stream voice, without using alot of bandwidth with minimal delay between talking?
View 1 Replies
Jul 31, 2010
How can i record voice directly from mic
so i want to have a record button when the user clicks it the system will start recording from the mic. and once the user finish recording then save it in a mp3 format file
View 1 Replies
Oct 2, 2010
I need to develop a simple application. That is, with a click of a button, it will call a telephone number through a voice modem.I'm using MS Visual Basic 2010 Express Edition.I refer to this link : [URL]I tried it, by changing phone number and my COM port. I added System as reference too.Unfortunately, it's not doing any good.
View 7 Replies
Aug 9, 2009
i would like to be able to type a complete word, and if that word is in my list of sound wav's, then to play that wav.. basically, i need it to find the space before the word and the space after, so when i press the spacebar, it will only try to locate the last word in between those spaces, and if the word is tru , then it would say tru , if i type in tru jade, it would say tru . . then say jade .also, if possible, to pick up the first typed word also, which would not contain the space before it.. how to get my app to recognize my voice after i name it pookie ,so when i say " pookie, load vb ", it would say, " sure tru jade, you are the best, of course i wil l " and shut down my p.c.
the loading of the app should not be a problem for me.just getting my app to listen for pookie, and a command..links are also welcomed to other good pookie sites..
View 1 Replies
Apr 1, 2009
im planing to do some kind of program to suport me, using my voice.
would be better if theres something arroud i could use or else im gonna try to do it myself.
im having some issues with my right hand, which i wont be able to use for some time.
its there any kind of guide of how use voice control? i mean the basics at least.
View 3 Replies
Aug 12, 2011
How can I make voice command app??
View 1 Replies
Feb 19, 2010
I have an application where in tcp/ip voice communication will takes place. When voice call is going on, I need to record that voice call in my application. How can I do that? I need to record that call in any better audio format and save into the pc.
View 1 Replies
Mar 9, 2012
I want to ask you a question. Can you tell me how can i record a call from my phone to my PC? What method should i adopt? Should my telephone is is connected to my PC through a wire?All is Well
View 4 Replies
Mar 8, 2012
I want to ask you a question.Can you tell me how can i record a call from my phone to my PC?What method should i adopt? Should my telephone is is connected to my PC through a wire?
View 4 Replies
Jan 21, 2012
Just toying with text to speech am getting no sound.
Try
Dim synth As New SpeechSynthesizer
synth.Speak(TextBox1.Text.ToString)
Catch ex As Exception[code......
View 2 Replies
Jul 27, 2010
I have a modem that CLAIMS to be voice, i still can not get it to do what I want.
1) The modem dials and makes my phone ring, when I pick it up the program does not reconize the event. I have to physically click on button that says Talk. Then my CallStateChanged fires.
2)My other issue is that I can not get any sound to come over the line. I essentially have a wav file that play nicelys on the computer but the modem is not picking it up. Is there some way that I can test the modem to be voice?
View 2 Replies
Mar 18, 2009
Voice Chat program in vb.net
View 1 Replies
Aug 18, 2010
i need to have Voice Conferencing on the web pages through internet with asp.net(c#).i found some voice chat application. but i couldn't convert it to web (it leads into error).
View 1 Replies
Apr 7, 2012
I want to incorporate Voice Recognition in my program using SAPI 5.1. So I looked for a tutorial and found this:[URL]..I downloaded the SDK and I can't seem to find a .dll file to include in my program for the SpeechLib. Am I missing something?
View 4 Replies
Mar 11, 2010
voice recognition system using .net
View 1 Replies
Dec 1, 2010
i am a student studying A level computing and i am making a quiz program. part of this quiz program is that i want it to be able to speak the question and the selection of answers.at school this works fine using the code [code] however at home i dont have the voice vw kate only Microsoft anna. at school they have windows xp profesional 32 bit and at home i have windows ultimate 64 bit..i am using visual basic express addition 2008 as this is what they have at school and 2010 is not compatible..is there any way of getting vw kate and any other voices.
View 3 Replies
Jan 26, 2011
I am trying to save the sound that comes from my text to speech program. I want it so if i click the save button it will read the text in textbox1 and then it will save it.
Imports System.Speech.Synthesis
Imports System.Collections.ObjectModel
Public Class Form1
[Code].....
View 2 Replies
Jan 21, 2010
which algorithm used for voice compression mailing and decompression
View 2 Replies