voice

Algorithm for voice comparison

Given two recorded voices in digital format, is there an algorithm to compare the two and return a coefficient of similarity? ...

Voice Stress Analysis in Python

I'm interested in playing with this, anyone know of any code for this already existing? or what libraries would be useful to get started on something like this? ...

Need direction in creating a voice chat application

I want to create a voice chat application as a part of a project. However, i am totally lacking direction regarding the programming language to use, the technologies involved. Can somebody please guide me as to how i should proceed ? Here are the features that i require : user to user voice chat ability to chat in conference (more th...

Is it possible to programmatically edit a sound file based on frequency?

Just wondering if it's possible to go through a flac, mp3, wav, etc file and edit portions, or the entire file by removing sections based on a specific frequency range? So for example, I have a recording of a friend reciting a poem with a few percussion instruments in the background. Could I write a C program that goes through the entir...

How to Find Frequency while recording voice in iphone?

Hi Friends, In my application i have done to record the voice and playing in the device. Now i want to find the audio frequency of that recorded voice(While recording). How can i find?.I dont have any idea. I have downloaded "aurio Touch" program.But its too difficult to understand me. So is there any tutorials are avilable(in iPhone)?....

Using UCMA to connect to 3CX?

Has anyone used Microsoft's UCMA 2.0 SDK to connect to 3CX's free IP PBX to add voice capabilities to their application? If so, does it work? What I am trying to accomplish is having a windows form app running on 2 or more computers, and each person can connect to another person and carry on a voice conversation using their headset con...

Speech Recognition in iPhone app

Hello, Is it possible to access speech recognition in an iphone app,similar to voice dialing available in iphone 3gs...when the user says something that related information needs to be fetched... Is there any particular api for the same? I have seen apps on itunes..but how to go about it? Thanks in advance. ...

Why am I getting GKVoiceChatServiceUnableToConnectError? What's wrong?

I'm trying to implement GK's voice chat. I have the underlying network done over wifi instead of bluetooth. Between the simulator and my test device, I was able to accept the invitation. But immediately after, I get the call didNotStartWithParticipantID, with the following error: Error Domain=GKVoiceChatServiceErrorDomain Code=32002 Use...

voice recognition in android

Hi, I am an android application developer. I was curious as to how does voice recognition could be implemented using android. There is inbuilt support for speech recognition in android, but how can it be used to implement voice recognition...Are there any links which would help me in learning on this topic.. Thanks ...

Identifying voice as male or female

I'm not much into audio engineering, so please be easy on me. I'm receiving an audio file as input, and need to detect whether the speaker is male or female. Any ideas how to go about doing this? I'm using php, but am open to using other languages, and don't mind learning a little bit of sound theory as long as the time is proportionat...

Free UsersVoice

Hey guys, I'm looking for a free website similar to usersvoice.com or a free script to generate some feedback towards my website, if you know the answer, I will appreciate it a lot... ...

Audio conversation over ASP.NET page !

Hello, How can I create an ASP.NET page, that allows users to communicate with audio voice. What must I do to accomplish this job. Thanks. ...

Is there a way to launch Voice Control programatically on the iPhone?

Is there a way to launch Voice Control programatically just like you can launch Safari? If so, how? ...

Voice recognition with android

Hey guys, I was wondering if it were possible to translate audio without having to call a recognizer intent (ie a dialog that says you are recording audio). I want to be able to recover the results of the voice recognition every 2 to 3 seconds or so and plan to use this with a bunch of listviews. Is this possible? If so any ideas? Thanks...

Transfer the audio stream of Skype

I am trying to transfer the sound stream of Skype to another application. I have already read in some forums that the Virtual Audio Cable can be used to do this. But, can this be done using the Skype4Com dll? I am looking for a sample C++ implementation of voicestream redirection using Skype4Com dll. ...

Voice Form Matching in Visual C++

Are there SDK's for voice-form matching / comparison for Visual C++? Or, possibly converting sounds to phonetics. Usage: Program will do different things from input from certain command words given in a made-up foreign language. (Klingon) Analysis - comparison of user's voice with existing pre-recorded voice segment Rather than using...

silverlight speech to text

Hello, Does anybody knows if it's possible to record a voice and transcribe it to text in real time? I want to do that with silverlight or if it's not possible with the standard .Net framework thanks for help ...

How to install Google Voice Action on emulator

Ho do I install the new Google Voice Actions on the emulator? Android Market is not available on emulator. I found one APK at android.modaco.com, but it's not working. The application crashes with following error (via ddms.bat): 08-13 22:44:51.658: ERROR/AndroidRuntime(434): FATAL EXCEPTION: main 08-13 22:44:51.658: ERROR/AndroidRunti...

An app with a translator

I have an idea for an app that requires a voice recognition translator. I want to be able to speak in a few select languages and have the app translate it in to English text on screen. I know apps like this already exist but mine has a special edge to it that makes it profitable. Basically my question is... how do I get the coding for a...

Implement Google Voice Actions in Android

How can I implement the fairly new Voice Actions from Google, in Android? I'm thinking about the possibility to listen to the Listen to action as used by some music application. Is there a specific broadcast my app must register as a receiver to? ...