voice Questions
7
Solved
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/pi...
3
Solved
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 c...
Planospore asked 29/9, 2010 at 14:28
1
i need change instream and outstream of voice call.
for example change voice of man to woman or change human voice to cartoon voice . on-demand
if you have any idea or android source code ,...
Overissue asked 10/7, 2014 at 12:14
2
Solved
I need to give users a method to launch their phone's voice assistant from my app, be it Google Now or anything else.
When searching on how to do this I keep finding explanations on how to get voi...
Druse asked 23/3, 2014 at 1:22
1
Solved
In my Twilio-based application I create outgoing calls via the Twilio REST API.
When the target side responds, I put him/her to the recently-created conference.
How can I play a certain set of DTMF...
3
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 inten...
Godden asked 23/2, 2010 at 16:15
1
Is there any way we can do voice matching in Android? Take the below scenario.
User "A" speak something in the app and record it in phone via the app.
User "B" speak something in the app an...
Dvandva asked 16/3, 2014 at 21:16
16
Solved
Well the docs 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 ...
Spec asked 17/9, 2008 at 21:45
1
How to develop voice recognizing app like Talking Tom?
1. My request is how to recognize the voice without any events like buttons, touch events)
2. All voice recording sample containing through ...
Abradant asked 6/7, 2012 at 7:38
2
Solved
We are looking to implement a group -voice- chat in the browser using node.js on the server. Is this possible?
Orrery asked 9/8, 2011 at 7:2
2
Solved
I'm working in app where I need to implement a simple voice functionality between two iOS devices in same network.
My doubt is about how to get audio units from master device and send over wifi or...
Canaster asked 28/5, 2012 at 15:17
3
Solved
I have set up a TCP connection between two iPhones and I am able to send NSData packages between the two.
I would like to talk into the microphone and get the recording as an NSData object and send...
Strutting asked 13/12, 2011 at 6:6
7
Solved
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?
Algar asked 4/8, 2009 at 19:54
1
I want two compare two voice files and find difference between them.
Suppose I have an original file of a music track and another file that is read out of that music by me, I want two compare these...
Mazzard asked 7/7, 2013 at 10:37
1
I am trying to find out how to use voice functions with a HUAWEI E173 dongle in linux.
My dongle is voice enabled (voice works with the windows application).
I can check the voice activation in li...
1
Solved
I am seeking for a C++ speech recognition/voice recognition API. I have gone through few, including VOCE and pocketphenix. However this is my requirement
Text to speech
Speech to text (voic...
Bucky asked 28/4, 2013 at 15:46
1
Solved
I have a PC (where java program is running), Bluetooth dongle (which supports A2DP) and Android device (2.3.6, which also supports A2DP).
I want to:
Send real time voice data from PC's micropho...
1
How can I compare two sounds for phonetic matching in android/Java?
Basically it's something simillar to voice recognition/text to speech, but Voice Recognition isn't available for my language.
My...
0
I'm making a iOS app like Talking Tom and unable to record only human voice. It gets so much background noise along with the human voice and hence its not, accurate like Talking Tom.
I wonde...
Aminaamine asked 26/10, 2012 at 10:26
1
Solved
I'm looking for a simple C# real-time voice detection library.
The input should be an audio stream, and the output should be "human voice" or "not a human voice".
I have no knowledge in speech reco...
Fourhanded asked 28/7, 2012 at 2:51
0
My target is to use a .wav file as a substitute for microphone input in the Emulator. The .wav file has to be recognized and processed by the Speech Recorder in the Android emulator.
I want ...
Softener asked 4/6, 2012 at 6:17
1
I am working with TTS.
But i need to change the voice of the tts from female to male and vice versa.
I know i can do it by eSpeak. But problem is that. In the setting page when i select the eSpea...
Kruger asked 17/1, 2012 at 7:14
1
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");
startActivity(smsInten...
2
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 + ...
Prussian asked 27/12, 2010 at 17:21
3
Solved
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....
© 2022 - 2024 — McMap. All rights reserved.