Tagged Questions
The voice tag has no wiki summary.
23
votes
16answers
2k views
Voice Recognition Software For Developers
Well the doc's finally said it, I need to take it easy on my wrist for a few months. Being that I'm a .NET Developer this could end my livelihood for a little while, something I'm not anxious to do. ...
7
votes
1answer
2k views
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 ...
7
votes
4answers
5k views
Voice Recognition in C++
I'm looking for a way to implement trainable voice recognition in C++.
I've found the SAPI 5.3 SDK which looks promising, but the only tutorials that I can find are for TTS which is the opposite of ...
6
votes
2answers
558 views
Live Microphone amplitude mesurement in c#
I am looking for simple solution which will return integer value of microphone input in c#. I was already checking available samples on net, but none of them worked in a x64 environment. (VS2008 + W7 ...
6
votes
3answers
588 views
Algorithm to remove vocal from sound track
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 ...
5
votes
4answers
1k views
Is it possible to intercept voice data during call?
I plan to develop Android application which will encrypt/decrypt voice data such that parties can communicate using secure channel. So the question is: how to intercept voice/audio data during GSM ...
5
votes
4answers
4k views
Is it possible to encrypt/decrypt voice calls in Android?
I want to know if I can create an application in android that encrypts your voice in a normal phone call and sends it to the destination where it can then be decrypted...
5
votes
1answer
314 views
IVR development
I need to build an IVR application (possibly 10 Phone lines). I am entirely new to this domain and am familiar with some concepts, Can someone please provide me with some links/advice on how I can go ...
5
votes
5answers
4k views
How to record voice in a browser?
I need users to record their voice on a browser and then automatically upload the resulting mp3 to a webserver.
I am thinking the user presses a big fat start record/stop record button to do this.
...
4
votes
1answer
766 views
Voice Recognition as a background service
Is it possible to implement an activity as a service? My activity is a voice recognition activity. I want to have the activity running in the background of the app constantly checking for voice and ...
4
votes
2answers
261 views
Is there any library in C# that change human voice timbre
I'm searching for library that change timbre of human voice. I want to make small changes like: change deep male voice to little bit higher (something like change bass to tenor).
I think that changing ...
4
votes
0answers
359 views
How to pass text to Google Voice SMS Programmatically?
I use the following code to start the SMS application:
Intent smsIntent=new Intent(Intent.ACTION_SENDTO, Uri.parse("sms:"));
smsIntent.putExtra("sms_body", "Message Body");
...
4
votes
2answers
1k views
flash voice recording, then upload to server
I'm looking for a flash widget that allows users to record their audio and then send it to the server.
There are a few similar questions:
Record Audio and Upload as Wav or MP3 to server
They ...
4
votes
4answers
1k views
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?
4
votes
1answer
1k views
How do Mel Frequency Cepstrum Coefficients work?
I allready have FFT and pitch + absolute frequency calculated in real-time from input of microphone.
Now I want to calculate the timbre.
I saw Mel Frequency Cepstrum Coefficients - MFCCs but I didn't ...
4
votes
3answers
630 views
Does anyone know any service similar to Tropo?
I have used tropo and pretty happy with the service http://tropo.com/
Does anyone know of a reliable alternative?
3
votes
1answer
97 views
How can I control my application with built-in voice control?
Let's say I develop audio player for iPod Touch 4/iPhone. Currently it can be controlled with standard panel (double click Home and scroll left).
But how can I control that with built-in voice control ...
3
votes
1answer
343 views
High quality, emotional, fluent and variable Text-to-Speech engine?
After looking at some of services/tools, I've come to a conclusion. Most Text-to-Speech tools have too techy, robotic - in other words, bad quality c voices.
And yeah, on top of that, it looks like ...
3
votes
3answers
49 views
What phone server should I use to read data from MySQL
I have been task with the mission of creating a phone solution where clients call a number and using the phone keypad they enter a product ID and base on that ID they should hear the product ...
3
votes
3answers
1k views
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 ...
3
votes
2answers
618 views
Voice transmission over LAN using java?
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 ...
3
votes
2answers
1k views
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 ...
3
votes
2answers
316 views
How to implement voice chat in cocoa?
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 ...
3
votes
5answers
1k views
Analyze “whistle” sound for pitch/note
I am trying to build a system that will be able to process a record of someone whistling and output notes.
Can anyone recommend an open-source platform which I can use as the base for the note/pitch ...
3
votes
1answer
2k views
How to make MFCC algorithm?
I wanna make the Mel-Frequency Cepstrum Algorithm but there are some things that I don't understand.
After FTT is done we need to "Map the powers of the spectrum obtained above onto the mel scale, ...
3
votes
2answers
1k views
Fundamental Frequency + Voice Detection in c#
I'm trying to detect voice throught input from the microphone in real-time.
I allready receive the input, execute FFT algorithm and have the result in dB. I have a frequency domain, a time domain and ...
3
votes
5answers
883 views
“Voice trigger” detection
I have a voice application that would be much-improved if there was the ability to use a "trigger word" to start recording audio. I don't need a full speech-text engine, just the ability to ...
3
votes
2answers
1k views
Video and Voice chat operability in Python
I'm trying to find resources on video and voice chat operability in Python... Does anybody know of some good resources or sample projects?
Any help would really be appreciated!
3
votes
14answers
1k views
What's your Interactive Voice Response Platform?
For those of you working in the voice space, what are you using as your IVR platform? I am using Microsoft Speech Server 2007. What are some equivalent packages? Is anyone using open source ...
2
votes
1answer
72 views
Compiling a C# .NET Application with a Google Voice API
So from scouring the internet I managed to find an apparently working "Google Voice API". Which is great! I'm working on an application that detects when a server process crashes / errors out and then ...
2
votes
0answers
189 views
How to develop web based voice chat app in C# [closed]
I'm looking for a set of library in C# that could help me develop a web based voice chat app. I would prefer to avoid using Flash or Silverlight if i can.
From searching the internet i found WebRTC, ...
2
votes
0answers
184 views
offline voice recognization for voice calculator
i am building an application "Voice Calculator" which takes input as a voice and display result based on the input.
i dont want to use a google servers for voice recognization, is there any way ...
2
votes
1answer
203 views
Voice morphing iphone sdk
I want to do voice morphing for the recorded voice (i.e) I want to change the voice that cat speaks,Can you please suggest me a way or an algorithm to do so.
Thanks in advance
2
votes
0answers
179 views
Problem in Pocketsphinx demo on Android
I try to download and run the offline voice recognization demo from this link - http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/ . I m successfully install and run this demo ...
2
votes
1answer
357 views
ASP.NET with Video and Voice? [closed]
I have to receive voice from my user's microphone into my webpage and save it into database. I want to know, is ASP.NET supports Voice and Video ? if yes then which namespace or dll required. Any ...
2
votes
1answer
224 views
Calling and Leaving Voice Messages with .Net?
I'm looking for a good a way to call phones and leave voice messages using .Net. The dialog will need to be constructed at runtime for each phone message. It would be nice if it could handle if the ...
2
votes
1answer
63 views
Text-to-Speech Voices on MacOS
Is there any documentation about the format Apple uses to save their Text-to-Speech voices?
Is there any application that already can generate such voices?
I guess it's just a definded structure ...
2
votes
5answers
507 views
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 ...
2
votes
2answers
454 views
HOW-TO Make computer sing
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 ...
2
votes
1answer
376 views
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?
2
votes
4answers
214 views
When calculating the fast fourier tranform..?
If we get the sound from microphone with two channels, to calculate the frequency spectrum we:
calculate the fast fourier transform of all the data input?
calculate the fast fourier transform of ...
2
votes
4answers
1k views
Voice recognition in .NET
How to implement voice recognition in .NET?
I've got a bunch of .mp3s with computer generated voice of relatively high quality. In each .mp3 the voice says some random text and then a sequence of 6-7 ...
2
votes
4answers
491 views
Visual Studio voice commands
Hey, you know how Iron man was using voice commands for his IDE in the movie? Are there any visual studio plugins that can do that kind of thing? If not, how do you go about making them yourself?
2
votes
2answers
2k views
How to extract frequency information from an input audio stream (using PortAudio)?
I want to record sound (voice) using PortAudio (PyAudio) and output the corresponding sound wave on the screen. Hopeless as I am, I am unable to extract the frequency information from the audio stream ...
1
vote
1answer
64 views
Counting real time audio frequency in java
I have a problem counting voice input frequency from the audio input of my microphone. Can anyone help me with this?
I'm supposed to get an audio input from my microphone and count its frequency.
...
1
vote
1answer
56 views
Setting up Voice Commands in my VB.net application
I wanted to put voice command options into my application. I read stuff online about grammers and SAPI but I can't seem to figure out how to actually use it in my VB.net applications. Does anybody ...
1
vote
0answers
32 views
Automatic telemarketing canceller
I want to be able to intercept/answer an incoming call on a per-cid basis and, when I find apropriate, stream a local audio file as the answer to the call - i.e over the speech channel of an ordinary ...
1
vote
1answer
78 views
How to capture voice PCM data over a serial port and process?
I have a telephony modem (SIM5320EVB) which gives voice data on ttyUSB0 as PCM with 1600 bytes each 100ms.Iam able to see the data on minicom. How to capture the PCM data in linux (i use ubuntu)and ...
1
vote
0answers
84 views
Is it possible to intercept voice data through bluetooth headset?
I know that in Android it's impossible to intercept voice data.
Nevertheless when device connected to bluetooth headset - there might be some exclusions.
So the question is: are there any ways to ...
1
vote
1answer
88 views
How to enable voice input on a numeric EditText?
I would like to leverage Android's ability to accept voice input on an EditText control that is configured for numeric input. I would like the numeric keyboard to pop up when the control gets focus. I ...