0
votes
2answers
25 views
Intelligent Voice Recording: Request for Ideas
Say you have a conference room and meetings take place at arbitrary impromptu times. You would like to keep an audio record of all meetings. In order to make it as easy to use as …
0
votes
4answers
70 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 four …
2
votes
1answer
139 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 on …
6
votes
4answers
429 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 …
1
vote
4answers
81 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 th …
0
votes
1answer
61 views
How do we calculate the filters in Mel-Frequency Cepstrum Coefficients Algorithm?
After calculating the FFT and with the frequency we need to do something like this:
http://instruct1.cit.cornell.edu/courses/ece576/FinalProjects/f2008/pae26%5Fjsc59/pae26%5Fjsc59/ …
1
vote
2answers
68 views
Is it possible to write an iPhone app which can be active while the person is making a call, and “talk” to the person on the other end?
For instance, the app could say something like, "Please wait." or "I'll be right back". A friend asked me if it was possible, and since I don't have an iPhone I couldn't answer th …
2
votes
1answer
83 views
Is there any japanese TTS voice to work with C# SpeechSynthesizer
Is there any Japanese voice for C#'s SpeechSynthesizer TTS?
If so please state detailed information about it, better if documentation provided.
Thanks in advance.
0
votes
1answer
109 views
Mel Frequency Cepstrum Coefficients algorithm
I want to get the timbre of some audio.
To use that I will make the Mel Frequency Cepstrum Coefficients algorithm.
The implementation looks simples (I allready made step 1):
1. …
1
vote
1answer
48 views
java voice recognition using .wav format [closed]
Possible Duplicate:
Voice recognition in J2ME
I'm developing a java (j2me) program which requires voice recognition.Is there any java libraries that can recognize voice, w …
1
vote
1answer
126 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 …
0
votes
1answer
116 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 domai …
3
votes
6answers
266 views
I have a .mp3 file. How can I seperate the human voice from the rest of the sound in C?
Is it even possible in C [I know it is possible in general -GOM player does it]? just let me get started... What do you say?
How exactly do you identify human voice distinguished …
0
votes
1answer
60 views
java : voice chat and text chat
I want to make a card game made in Java. People can run it on their pc. They can add their friends to their contacts list and when there are 4 players online they can begin a game …
0
votes
1answer
25 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?
