voice

voice chat software for websites - flash?

Hi I am a .NET & Flash developer and looking for any keywords, software, tutorials on how i could implement a voice chat system which runs through a website so a client could talk to a customer for example. I've had a look and I can see a lot of Flash based software which is ok....any recommendations? thanks ...

How to implement voice chat in cocoa??

Hi all, I have made a simple chat application using AsyncSocket class where client nodes can send message to each other via chat server application. I want to integrate voice chat functionality in it but I am not getting any material over net which can show me correct direction to move on. Can anyone suggest me some useful link or ide...

SSpeechRecognizer delegate to be called for any word spoke

Hi all, I read about NSSpeechRecognizer and found that it can recognize a set of commands beings associated with it in delegate: -speechRecognizer:didRecognizeCommand: I have a simple question: can this delegate be called for any word spoken by user?? as I think.. only a finite number of words can be associated with it! Thanks, Miraaj...

jabber based server and client application in cocoa

Hi all, I have implemented an application which supports text chat. Now I want to implement voice chat and later video chat in it, but I have less time provided by client :( So I am planning to go for some open source code in cocoa, which I can use and easily in-corporate in my application. After analysis over net I found that Jabber ...

Writing a grammar in VoiceXML to match # terminated digits or *1 or *2

I an writing a VoiceXML app and i am having a problem. The application listens for DTMF tones only. The user enters a confirmation number followed by #. They can also enter *1 or *2 to speak to customer service, or resend the confirmation message. I am having trouble creating a grammer that will work for this. I've been able to use t...

What software or service can I use to programatically make phone calls with?

I'm looking to programatically make phone call reminders to customers based upon their opt-in requests. I am NOT a telemarketer. I need to make a phone call, and play a message. I need to leave a message after the beep if an answering machine or voicemail is detected. I need to know if the message was successfully delivered. Ideally, I...

Voice recognition on android with recorded sound clip?

I've used the voice recognition feature on Android and I love it. It's one of my customers' most praised features. However, the format is somewhat restrictive. You have to call the recognizer intent, have it send the recording for transcription to google, and wait for the text back. Some of my ideas would require recording the audio ...

voice chat with java rmi

hi, i have a client/server application with java rmi, i want it to transfer voice between cllients, but i dont know how! i have written this classes: public class MicReader extends Thread implements Serializable { private static final long serialVersionUID = 7170035360785238031L; private TargetDataLine line; private boolean ...

I want to play a Wav file by voice modem

I have got a voice modem. What I want is that the application will call a particular number and when the user picks up the call, a wav file should be played and after it the application will disconnect the call. Can anyone direct me to the appropriate path. ...

Google Voice, in C#: how to delete a sms or how to mark it as read?

With C#, how do I delete a sms on Google Voice? Alternatively, how do I mark a sms as read? I'd rather delete it but marking it would be ok too. As far as marking it as read I tried this public String markAsRead(string _authToken, string _msgID, string rnrSEE) { String smsdata = HttpUtility.UrlEncode("auth", Encoding.U...

Problem with sending RTP packets to the SIP server

Hi all! I have a strange problem, mayby you'll help me sort out what's happening. I'm developing a softphone, and sometimes it even works! :) So "sometimes" is the key word. There is a problem with sending voice through microphone over the phone: sometimes it works, sometimes it doesn't. I can't sort out why this is happening. I chec...

How to Record piano voice in Android

Hi, I want to make piano application in Android phone, I want to record piano voice, How i record own phone voice. ...

Online voice chat: Why client-server model vs. peer-to-peer model?

I am adding online voice chat to a Silverlight app. I've been reviewing current apps, services and SDKs found thru online searches and forums. I'm finding that the majority of these implement a client-server (C/S) model and I'm trying to understand why that model versus a peer-to-peer (PTP) model. To me PTP would be preferable because go...

Looking for voice command code/library for obj-c/c

C/Obj-C Developers- I am looking for a way to listen for a specific word or small set of words to be spoken and fire an event. Needs to be able to run on the iPhone/iPad ... Looking for ideas? ...

dealing with voice in java

does any one know how to capture voice and send it through a network then play it on another computer in java ...

Making a phone call from within an app

Is there any way to make a call from within an app without quitting the app? If yes please help. If not, what should I do to save the state of the app before quitting the app and resuming from that state on restart? Thanks for any reply.. ...

Voice transmission over LAN using java?

Hello I'm building a java application which works in a LAN environment, every computer on that LAN have this application installed on it, at some point i need this application to transfer voice simultaneously to all computer over the LAN (voice broadcasting) according to the following mechanism: Only one computer of the LAN can send v...

GKVoiceChat Example? - iPhone SDK

Does anyone have a GKVoiceChat example for the iPhone SDK in 4.0 or later? I would really appreciate it if they could share it with me. It will surely help with my iphone game. Sincerely, Kevin ...

HOW-TO Make computer sing

Hi, I'm trying to develop an online application where the user writes some text and the software sings it back to the user. I can currently generate the audio file with the words spoken by the computer using espeak, but I have no idea how to make it sound like a song, how to add rhythm to it. I'm able to change the pitch and tempo usin...

can anyone give code for voice recorder as an application on android phone?

i want to develop an application on android phone regarding voice recorder.i have to record a sound for about 30 seconds and then stop and save the recorded sound in gallery.can anyone post the code if you have please? ...