voice

c++ library/sample to transport voice and video over TCP/IP

Hi, Can someone point me some c++ samples or some c++ librarys that can transport video and voice over a LAN network. My objective is to activate a web cam in another pc and receive in my pc the video and voice of the another pc (this can be only one way or in both ways pc to pc call, but i only need one way for now, only see and hear ...

Android Custom TTS Language

For an Android application I want to have TTS functionality, but with a my own custom TTS language, ie, the TTS Language won't necessarily correspond to a pre-existing Locale. (for illustration purposes, lets say my app needs to speak Orcish). How do you make your own TTS Language for Android? I believe it is possible, as there are seve...

can anyone give me a sample to record and recognize voice for iphone?

Hi, can anyone give me a sample to record and recognize voice for iphone? Thanks. Best Regards, Naveed Butt ...

Does speech to text happens on device?

(I do not have any dev android phone and currently working on emulator only. As the emulator do not have voice input method, these silly question came up in my mind.) Does android process speech input on the device itsself (with limited computing power of 300-500MHz or 1 GHz) or it sends to Google Serves and gets text back? Does it w...

Android Voice Recognition API Question

I am developing an app that requires the voice recognition to stay active for an entire minute. Upon reviewing the docs, I discovered "SPEECH_INPUT_MINIMUM_LENGTH_MILLIS" added to 2.2. However Google's default voice recognition service doesn't seem to support it. Does anybody know a way that I could force voice recognition to last a ...

Listen to voice command in Android

Is it possible that an android app can listen to voice commands all the time without any other user input? ...

How to automate a Google text-messaging app?

I have a group that needs to send out announcements and current events via phone text message. I want to have a central phone number that when it receives a text message, it rebroadcasts that message to a growing list of subscribers. I'm hoping to use a Google Voice number to avoid buying an actual phone number. Any ideas? I've thought ...

Algorithm to remove vocal from sound track

Hi, I want to remove vocals from mp3 sound tracks. I searched google, and tried few softwares but none of them are convincing. I am planning to read the mp3 file, get a waveform and remove the waveform that is above a specified limit. do you have any suggestions on how to proceed. -- Update I just want code that can read mp3 file for...

How to provide a "Voicemail handler" to android (2.2) phone?

Just installed Google voice, works great, but the long-press #1 on the dialer does not access google voice mail, rather it works as if a third-party is calling my number. So, looking into the dialer preferences, I find a setting for "Voicemail handler", which has only one option: "None (Dial voicemail number)". I would like to contribu...

Finch make robot sound

Can Finch change the user's recorded voice into a robot's voice? By changing the pitch, rate, tempo etc? ...

Google ClientLogin Authorization Help

Hey, I'm using the ASIHTTPRequest library to authenticate with Google Voice. I get as far as getting the auth code but when I try to get send the auth token in the headers, it still takes me back to the login page. ASIHTTPRequest *rnrRequest = [ASIHTTPRequest requestWithURL:[NSURL URLWithString:@"https://www.google.com/voice/"]]; ...

android mediaRecorder.setAudioSource failed

I have android G1 firmware 1.6, I am trying to record voice from the app with the follow code. MediaRecorder recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB); recorder.se...

Where to find audio recordings for a 'learn to spell' program?

Where can I find or buy, in bulk, recordings of 20,000+ English words, read by native speakers? (preferably available as individual audio files with an index) I don't want to use a "text to speech" program if possible because the quality isn't good enough for people who are trying to learn a language. ...

Twilio, Tropo - who else for SMS and Voice apps?

I've found Twilio and Tropo so far as services to aid SMS and Voice apps. Are there others? I am interested mostly in real-time speech recognition (i.e. the user can speak things and the system can respond based on that). Also, if anyone knows what the speech recognition quality is like, it'd help! ...

how can i play call on website while call is on?

one of my client want following functionality in his site. Person 1 will call person 2 from our website When person 2 answers person 1 will hear his voice on website person 1 will click on any mp3 file on website while call is going on and person 2 will listen to that mp3 file and what person 2 speak will be played on our website so tha...

VoIP in Python then http

Hello there i wanted to know if it was possible to make a voip script in python and then if it works integrate it online on my web site thanks a bunch ...

Voice encoding in Flash/AS3

The only library I found is "shineMP3_alchemy.swc" that encodes to MP3 but I would like to encode in the Speex , Vorbis or some other voice optimized codec. ...

ASP.NET Voice Recognition Application

. Dear All, We are working on an ASP.NET Voice Recognition Project. The application is mainly aimed in training the end user in English Language. Here we need to capture the voice of what the logged-in user speaks against a displayed image. For example we need to capture & send the recorded voice of user “A man is dri...

Voice Activity Detection in Android

I am writing an application that will behave similar to the existing Voice recognition but will be sending the sound data to a proprietary web service to perform the speech recognition part. I am using the standard MediaRecord (which is AMR-NB encoded) which seems to be perfect to speech recognition. The only data provided by this is the...

Developing a voice chat mobile application using J2ME ?!

Hey , Hope all you fine. I'm looking for a good company that provides voice chat hosting service. Could you please advice me a list of companies ? Another question , is there a company that provides APIs that you can use to develop your own voice chat application or even provides a documentation for that ? My need is to develop a mobile ...