How To Implement Voice Control

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


ADVERTISEMENT

Implement Voice Recognition By Matlab And Net?

Oct 28, 2009

Implementing voice recognition by matlab and VB.net

View 1 Replies

Unlock With Voice - Program That Can Compare Voices To Stored Voice Files And Identify People

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

VS 2008 Broadcast / Specific (one Person) A Live Voice Over A Tcp Connection For Voice Chat Room?

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

Implement Control + S And Control + C Shortcuts?

Feb 15, 2010

Implement Control + S and Control + C Shortcuts?

View 19 Replies

VB 2010 Speech Recognition / Speech-To-Text / Voice Control

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

Implement Pagination In Gridview Control?

Feb 11, 2011

I am trying to implement pagination in my gridview control. Here is the code for databind and pageindexchanged

Private Sub BindGrid()
Dim dataTable as DataTable = CType(Session.Item(APPLICATION_DATA), DataTable)
Grid.DataSource = dataTable.DefaultView

[Code].....

View 1 Replies

Implement Paging Effect In A FlowLayoutPanel Control?

Feb 2, 2011

The implementation is pretty simple. I read the available images within the directory and call the following sub procedure.[code]...

View 1 Replies

Asp.net - Implement Jquery Easily Slider In The Datalist Control?

Dec 4, 2011

i doing asp.net and using vb.net.I have a datalist control which inside it show a product img, description, price the problem is that i was to show the product another img, so i want to have a small picture below the img, so when click on the picture the img change to another.

i want something similar to this link : [URL]..this link they use flash to come out with the effect that i want, but they are not in datalist, so think that i may need to use ajax but which one?anyone have any sample or example ? if i was to use the jquery easy slider numeric navigation how am i going to implement onto the datalist?

View 1 Replies

Declare Properties/Events Such As IsPostBack/Init On An Interface That A User Control Will Implement?

May 2, 2012

I'm having trouble porting some .NET2-era C# to .NET2-era VB.NET. Specifically, I am trying to define an interface that an ASP.NET user control will implement.(For background, I am trying to re-implement Phil Haack's Model-View-Presenter example from several years ago: http://haacked.com/archive/2006/08/09/ASP.NETSupervisingControllerModelViewPresenterFromSchematicToUnitTestsToCode.aspx)

The C# interface I'm working from defines properties and events (IsPostBack, Load) that are already implemented by the base control.However, VB.NET is forcing me to explicitly implement these properties/events in the user control (Public Property IsPostBack() As Boolean Implements IView.IsPostBack...). I'd like to just define these in the interface and not have to do anything special in the code-behind of the implementing user control.I'm assuming that I can do this in VB.NET, I just don't know how. I've spent all sorts of time googling/bing-ing, and haven't come up with the answer.

View 1 Replies

VS 2008 How To Implement A Silverlight Control In Vb 2008

Dec 23, 2011

I want to build a flip clock for my vb 2008 form.But I cant seem to get it done.So I searched and found a flip clock control for not Vb but silverlight.Here is the link

[URL]

Is there a way I can use this clock in my vb form.

View 4 Replies

Communications :: Record A Voice From Mic?

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

Dialing A Voice Modem?

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

Get App To Recognize My Voice After I Name It Pookie?

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

How To Make Voice Command App

Aug 12, 2011

How can I make voice command app??

View 1 Replies

Record A Voice Call

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

Record Voice From Telphone To PC

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

Record Voice From Telphone To PC?

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

System.Speech Has No Voice?

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

TAPI And Voice Modems?

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

Voice Chat Program In .net?

Mar 18, 2009

Voice Chat program in vb.net

View 1 Replies

Voice Conferencing On The Web Pages

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

Voice Recognition In .NET With SAPI 5.1?

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

Voice Recognition System Using .net?

Mar 11, 2010

voice recognition system using .net

View 1 Replies

Voices For Voice Synthesizer

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

VS 2008 Saving Voice In A .wav?

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

VS 2010 Voice Recognition In .NET?

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

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

What Voice Compression Algorithm To Use

Jan 21, 2010

which algorithm used for voice compression mailing and decompression

View 2 Replies

Application To Transfer Voice Call On LAN

Jun 16, 2011

How to make an application in VB .net that can transfer voice call on (LAN). Just like the capabilities of "Skype" or "Yahoo messenger". Or it is much better if you have it for online using ASP .net.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved