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
ADVERTISEMENT
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
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
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
Feb 18, 2010
converting a picture button into activating a voice call. I know that to send a text mssage using this is
Dim s As New Microsoft.WindowsMobile.PocketOutlook.SmsMessage("123456", "Hello")
s.Send()
But not sure how to trigger a voice call.
View 3 Replies
Jan 30, 2009
I spent some time with data modems till I realized it's a voice modem that I'm going to need in my application. I see that there are some other commands for a voice modem, although nothing very elaborate. I would imagine you make the call as you would in a data modem ATDT etc and it looks like there is really just one command to send audio...
AT+VTX
AT#VTX
Not sure what this is all about except maybe just different standards? Still not sure about how to detect when the call is answered though. I won't be talking to another modem. Maybe the serial port itself has a pin change or something? You would think there would be a bit "somewhere" that the modem would generate when it quits ringing. I may have build my own outboard box to do this. (easy enough -- probably more reliable too -- modems sure need rebooting a lot it seems).
Here is the goal though --Voice modem calls out, call is answered, and I inject my audio from the PC sound card for a minute or so and then tell the modem to hangup.
View 5 Replies
Oct 2, 2011
I'd like to write a simple Windows form that will make it easy to record a voice message before uploading it to a remote web server and sending the URL to the recipient(s):
[URL]
Currently, the user has to use Sound Record to record the message, use an FTP client to upload it to a web server, and finally, use an e-mail client to send the URL. I'd like to combine those three features into one.
View 14 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
May 10, 2010
Is there any way of recording who makes an outbound call from a phone port in my house? and if so what number they dailed etc??
View 8 Replies
Nov 10, 2011
i need some function like adodb.recordset on vb6.0 on vb.net but seem i cant manipulate it like recordset because i want to manipulate in retrieving,inserting and updating my record on just only how call on the database im using mysql database..
View 4 Replies
Apr 18, 2009
I hav a web service which pull records from a database and I am hosting these services in IIS which works fine but I am trying to retrieve the record and display the record in a listbox displaying the time field as the text for that record.I have created the following function
public sub get_data()
dim dt as new data.dataTable
dim service as ws webservice.webservice
[code]...
View 1 Replies
Aug 9, 2010
I am trying to check a record in database before inerting a new record here is my code but problem is when i enter a names first alphabet it imediatly populate massage. i want to check it after entering whole name
Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
Try
Dim cnString As String = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" &
[CODE]...
View 2 Replies
May 17, 2010
How do I force users to save the current record (if current record has changed) and not let user go to the next record unless the save button is pressed?
View 5 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
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
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
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
Jan 21, 2010
which algorithm used for voice compression mailing and decompression
View 2 Replies