A voice in programming may refer to voice synthesis (e.g. transforming text to speech) and voice recognition (e.g. transforming speech to text, voice commands).

learn more… | top users | synonyms

0
votes
1answer
9 views

Google Voice Search add to favorites on chrome

How can i add on chrome, a favorite button than take me directly to Google Voice Search? I just want to save me the go to google homepage and click into the mic. That will be really useful. Thanks.
-3
votes
0answers
13 views

How to judge whether the voice input in java [closed]

I write a recorder in Java,and I hope it stop recording when I stop speaking. How can I fix it?thx.
0
votes
0answers
11 views

how to Record analog telephone voice in computer by Data Port

I use a digital phone (Not VOIP) at home to attend my official calls.How can I record the conversation in my laptop My telephone has an RJ data port and my laptop also has a data port.I use the ...
0
votes
1answer
18 views

AR model lattice implementation

I'm trying to go through the procedure of Speech Synthesis via AR model, or LPC synthesis, IIR all-pole filter model, what ever you call it. The main idea is to get the auto-correlation(AR) ...
-4
votes
0answers
19 views

wake up phone and start an app by voice commands [closed]

I am very to android development and just started to learn it. I have an idea for an app but I have a question in my mind. Can i open my app and perform a series of instructions by just saying out ...
0
votes
0answers
20 views

Android voice modulator

I want to create an android app that inputs the user's voice and modulate it in real-time. Therefore, I wanted to ask if there are any libraries or functions to input the speech/voice and change its ...
1
vote
2answers
43 views

Synthesize speech from text in web app

How can one synthesize speech in a web app? Is there a way using the HTML5 Web Speech API? For example, if I wanted to synthesize the sentence 'A quick brown fox jumps over the lazy dog', how could ...
0
votes
0answers
16 views

Making the android application listenable when the icon cliked

I am developing an application that the user can login with voice recognition. When user tap the icon, it should start the voice recognition server and matches the voice with the user name until they ...
-1
votes
0answers
28 views

Java pause until keyword Speech Recognition

I need my program to constantly listen for a keyword, and until it is spoken It does nothing. Im trying to make a "simple" AI that runs in the background and will do nothing until I say its name (+ ...
0
votes
0answers
28 views

Use audio files or text to speech for iOS application

I am creating an iOS game in which I have to inform user about events in the game with voice, that you have moved one piece, 2 pieces or well done you have performed well. The problem is that voices ...
2
votes
0answers
31 views

Recognizer allocate Null Pointer Exception

I am trying to convert Speech to Text and im having no luck, I imported the JSAPI jar into my project but when I run my Script I get: ava.lang.NullPointerException at ...
0
votes
1answer
22 views

WP8 Voice Recognition UI Causing unhandled exeption

SpeechRecognizerUI sr = new SpeechRecognizerUI(); sr.Settings.ListenText = "Say the recipient and body of the E-Mail"; sr.Settings.ExampleText = "Mom saying Happy Mother's Day"; //await Speak("Say the ...
-1
votes
0answers
27 views

Google talk voice call on my website (using php) [closed]

I'm trying to add google talk-> voice call (so it's free for user, not like google voice ->voip) on my website. I'd like to put on my site a user list and they can speak each other (by voice) using g ...
0
votes
0answers
21 views

how to change audiotrack to ROBOTIC voice android?

How can i change audiotrack that has been recorded to ROBOTIC voice android. audioTrack = new AudioTrack( AudioManager.STREAM_MUSIC, ...
-3
votes
0answers
46 views

Is possible to change voice frequency by text hash? [closed]

I have web application, where I need to change human voices by specific key. I would like to have something like that for input: $word = "Oh my god"; $hash = "adce9200bedaa726a75407c4f225c6bb"; ...
0
votes
1answer
31 views

How to create a voice using JavaScript?

Is there any simple way that I can create a text-to-speech function with JavaScript? Preferably, I would like it in this form: <script type="text/javascript"> function createVoice(text) { some ...
0
votes
0answers
42 views

Creating Siri-Like program on Mac OSX (Obj-C) [closed]

I am trying to built a program in Obj-C, a background module that would loop everything coming from my microphone until it hears his name (of the program) then he starts listening for a vocal command ...
-3
votes
0answers
49 views

Voice to Text and Text to Voice with QT [closed]

Can someone please tell me about a good library where "Voice to Text" and "Text to voice" is possible with QT C++? Please be kind enough to give the setup instructions and QT .pro settings required as ...
0
votes
2answers
23 views

Cloud service for outbound call messaging

I would like to integrate a service as. Apart of our product signin that will call the user to give them a code. I can generate codes as mp3 without issue but I don't know of a service that can place ...
0
votes
0answers
6 views

Algorithm to change voice to another reference voice? [duplicate]

I have voice1 and voice2 (both human). Is it possible to make one voice "sound" like other ? Are there any algorithms that may be useful here ?
0
votes
0answers
24 views

Julius voice recognition : How to set default for arbitrary pattern

Can someone suggest a solution to this : Using Julius if I define say 3 choices in vocabulary file : choice1, choice2, choice3 and if user says something completely different say "hello" then I want ...
-1
votes
1answer
34 views

Speech to text engine from scratch [closed]

I have been searching the web for weeks trying to find a tutorial for building a STT engine but have been unsuccessful. I am trying to learn how STT works and need some sort of starting point. If ...
2
votes
1answer
89 views

Voice commands for Huawei GSM/UMTS usb dongles?

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 linux ...
1
vote
2answers
116 views

C++ API for “Text To speech” and “Voice to Text”

I would like to know whether there is a good API for "voice recognition" and "text to speech" in C++. I have gone through Festival, which you can't even say whether the computer is talking because it ...
0
votes
1answer
70 views

No output..No errors

I am using voce voice recognition API which is built for Java and C++. And below is my code #include "C:/Users/yohan/Documents/voce-0.9.1/src/c++/voce.h" #include <iostream> using namespace ...
0
votes
1answer
229 views

C++ Speech recognition API

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 (voice ...
0
votes
1answer
52 views

How to select the idiom to understand my voice recognition software C#

Well Hello guys im making right now a little ap for voice recognition, but now he is only understanding spanish, if i talk in english he puts random words on the textbox list, do you now how to make ...
-2
votes
0answers
28 views

How to read an audio input from microphone and how to compare two sounds? [closed]

My question is, how is possible to read the input from microphone and how to compare to different inputs, for example the sound i read form the microphone is "mac" and basically what I want is to ...
0
votes
1answer
26 views

How to stop Android TextToSpeech when there is a phone call come in

My android app got rejected by Amazon because of this reason. I have this TextToSpeech playing while the phone call come in. They wanted me to stop playing. How do I do that?
0
votes
1answer
26 views

Lookup word in dictionary by voice

I have 1000 words in 3 different dialects for the Gaelic language. I have each word in the form of three mp3 recordings. I wish to have functionality in my application, be it a website or a mobile ...
-3
votes
0answers
20 views

Recording mp3 into memory Stream [closed]

Hello every body I want to use NAudio to record sound into a memory stream. Because my code always sets the property of memory stream "Can read" by false value. Even the problem fixed , ...
1
vote
1answer
118 views

How to make Google Voice run continually in the background on android

I have a app idea in mind, but I havent been able to figure out one part yet. In "Google Now" on android, it gives you the following options to search: Type to search Click microphone to say your ...
0
votes
3answers
60 views

Obtaining real values from a WAV file c++

So I'm working on a very importan school project. I know now how to read everything from a WAVE file, including the data. The thing is that not only I need the real~ data values, but the sign as well. ...
0
votes
0answers
32 views

Google Voice JSON urls?

Does anyone know of a more complete list of JSON url's than what I have: https://www.google.com/voice/request/contacts http://google.com/voice/request/messages I am well aware of the 'xml' ...
0
votes
0answers
18 views

How can I make a voice application with XMPPFramework

Hi~ I am a beginner of this field. and I really wanna make a voice chat mobile application. I have already made a text chat application and understand how to send,receive data But... I don`t know ...
1
vote
1answer
62 views

What kinds Java APIs can I use to build a simple voice communications program?

I want to build a voice chat program for a group of friends, as several of them were hit by viruses that we believe to have been sent from an unknown user for Skype. Skype also has other security ...
0
votes
0answers
12 views

no voice when using Zylgsm

I tried to make the application SMS and telephone via modem using ZylGSM components. The problems are: On receipt of telephone, telephone voice can be heard with the default application from modem ...
-2
votes
0answers
51 views

How to use Android voice recognition to trigger action [closed]

I'm trying to buying an add where someone would say something and based on what the person said it would change a picture from one to another. If someone could give me a hint and specific directions ...
-1
votes
0answers
38 views

How to modify recorded voice to Starcraft 1 Terran adjutant's one [closed]

I really like the SC1 Terran Advisors (adjutants) voice! The idea is to modify an audio file of one's speech so that it sounded like adjutant's one. Or, if it is easier, to adjust some automatic ...
-1
votes
0answers
166 views

how to integrate android offline voice typing with my Input method service [closed]

I want to integrate the offline voice typing with my own input method service, I looked into the voice typing sample, it says I should force change the current input method to google's voice typing. ...
0
votes
1answer
178 views

Reading and processing WAV file data in C/C++

I'm currently doing a very very important school project. I need to extract the information of a WAVE file in C/C++ and use the information to obtain the LPC of a voice signal. But, in order to do ...
0
votes
1answer
48 views

Wait for tts completion and wait for voice recognition to complete. Android App

I have many sections of code that utilize TTS and voice recognition. However when there are multiple tts in a row or multiple voice recognition in a row, it either crashes or skips them entirely. ...
0
votes
0answers
51 views

Real-Time Letter Recognition via Voice for Android

I would like to implement an Android application that would allow a user to speak letters and have them show up on-screen in real-time, offline. This is so they can practice their spelling. Something ...
0
votes
1answer
138 views

Encrypt Voice over GSM in android

Is it possible to perform encryption and decryption on Voice call over gsm in android on Application level or Android OS level?
0
votes
0answers
26 views

How check is audio streaming works in Microsoft bluetooth stack?

I have bluetooth dongle(v3.0 support audio streaming) and iAnywhere bluetooth stack driver with it. If I install drivers, I can stream music from my android phone to PC's speakers. If I uninstall ...
0
votes
1answer
82 views

Get voice stream during android call

I have wifi connection between java desktop app and android app. I need to transfer opponent's voice during call to desktop side and also transer my voice from desktop's microphone to opponent. How ...
1
vote
0answers
83 views

A2DP HFP drivers for Microsoft bluetooth stack

I have bluetooth dongle, which support voice transfer, but drivers for dongle are for iAnywhere bluetooth stack, which I cant use with bluecove library. If i'm not install iAnywhere bluetooth stack, ...
-1
votes
1answer
84 views

smack jitsi-jingle examples

I want to develop a project that can support voice chat, and I decide to use jitsi-jingle and smack, but I don't know where to start, are there any tutorials or little examples for me to learn ...
0
votes
0answers
56 views

How to send mp3 file in a android voice call instead of speech [closed]

I want to achieve the following: Initiate voice call in android. Send mp3 file over this voice call, instead of what is spoken over mic. Please let me know if this is possible & if yes, how to ...
0
votes
0answers
69 views

How to control Music Player using Voice

I'm developing an application, it can control music player using Voice. For example, when i say "play" music player play song, or say "next" music player will play next song, etc..I have Googleed, but ...

1 2 3 4 5 10