[android-developers] voice recognition

2016-04-27 Thread Pinkey Yadav
Can anyone suggest a voice recognition Api to integrate in my android app? It should recognize a voice for authentication. Already using VOICEIT but not working as required. Required urgently. -- You received this message because you are subscribed to the Google Groups "Android Developers" gr

[android-developers] voice recognition

2015-11-30 Thread mosa sleeman
i want to ask how I can use speech to text code on my emulator. My codes work on real device but not work on emulator -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] Voice recognition

2012-05-08 Thread asheesh arya
just go through this link http://developer.android.com/resources/samples/TtsEngine/index.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

Re: [android-developers] Voice recognition

2012-05-08 Thread Narendra Singh Rathore
On Mon, Apr 30, 2012 at 8:12 PM, venkat v wrote: > Hi, > I'm developing an application based in Text to Speech and Speech to Text > using Eclipse and I tried by getting code, VoiceRecognition.java from > developer website. But it Says the > message "Recognizer not present". > > Is it possible to

Re: [android-developers] Voice recognition

2012-05-08 Thread anup Jaipurkar
Hi Venkat, Even I am getting the same error on emulator. Most probably it will work on the actual device. Not sure though. On Mon, Apr 30, 2012 at 8:12 PM, venkat v wrote: > Hi, > I'm developing an application based in Text to Speech and Speech to Text > using Eclipse and I tried by getting code

[android-developers] Voice recognition

2012-05-01 Thread venkat v
Hi, I'm developing an application based in Text to Speech and Speech to Text using Eclipse and I tried by getting code, VoiceRecognition.java from developer website. But it Says the message "Recognizer not present". Is it possible to convert Speech to Text? Can anybody help me? -- You recei

Re: [android-developers] Voice Recognition and Inputmethod

2012-01-09 Thread Narendra Bagade
I am looking for the same... On Fri, Jan 6, 2012 at 9:36 PM, RW wrote: > Good morning, > Does anyone know how to add the voice recognition button and > functionality to a custom keyboard? > > Thanks > > -- > You received this message because you are subscribed to the Google > Groups "Android De

[android-developers] Voice Recognition and Inputmethod

2012-01-08 Thread RW
Good morning, Does anyone know how to add the voice recognition button and functionality to a custom keyboard? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.co

Re: [android-developers] voice recognition

2012-01-04 Thread Narendra Bagade
Hello All, Any help on Voice recognition? On Wed, Jan 4, 2012 at 12:02 PM, Narendra Bagade wrote: > Thank you for reply.. > But it is for NDK only... > Can i use with android sdk. > > > On Tue, Jan 3, 2012 at 6:21 PM, Omais Ali wrote: > >> Hint: Sphinxbase and Pocketsphinx. >> >> On Tue, Jan 3,

Re: [android-developers] voice recognition

2012-01-03 Thread Narendra Bagade
Thank you for reply.. But it is for NDK only... Can i use with android sdk. On Tue, Jan 3, 2012 at 6:21 PM, Omais Ali wrote: > Hint: Sphinxbase and Pocketsphinx. > > On Tue, Jan 3, 2012 at 4:21 PM, Narendra Bagade > wrote: > >> Hi All, >> >> I need a help regarding voice recognition & voice bi

Re: [android-developers] voice recognition

2012-01-03 Thread Omais Ali
Hint: Sphinxbase and Pocketsphinx. On Tue, Jan 3, 2012 at 4:21 PM, Narendra Bagade wrote: > Hi All, > > I need a help regarding voice recognition & voice biometric. > > Is any third party library is available for the same. > > pls. suggest me any sample application. > > -- > Regards, > Narendra >

[android-developers] voice recognition

2012-01-03 Thread Narendra Bagade
Hi All, I need a help regarding voice recognition & voice biometric. Is any third party library is available for the same. pls. suggest me any sample application. -- Regards, Narendra . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

[android-developers] Voice recognition through bluetooth

2011-12-30 Thread Eddie
Hi, I have speech recognition working in my activity. However, I realized that if I have a bluetooth headset connected to my phone, the recognition still only occurs through the phone mic and not my headset mic. How can I make it so that the recognition occurs through the bluetooth mic? Thanks.

[android-developers] Voice recognition (buffered speech)

2011-09-12 Thread the_edge123
Hello, I want to decode a buffered speech to text. Is it possible to send it to a voice recognizer ? If not, is it possible to use the jsapi ? Thanks in advance, Fabien -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Voice recognition without screen

2011-05-30 Thread moa-code
Currently true voice control is not possible, since if Andoid has an issue understanding the user or other error a dialog is displayed which needs dismissed via the screen. 1/ Is this going to be changed, so the developer can set an Intend to be called on error, so the screen user interaction can

[android-developers] Voice Recognition - cannot suppress the visual modal dialogue

2011-05-16 Thread Droid
I am trying to use google voice recognition in purely sound mode, BUT it displays a very annoying dialogue that often requires user to tap a 'speak again' button - i.e. it cannot be sound only operated and needs a sighted user. I want to handle all options through sound only but there is no way to

Re: [android-developers] Voice Recognition

2011-04-14 Thread TreKing
On Wed, Apr 13, 2011 at 1:47 PM, Dalvin wrote: > how android put the corresponding word into my EditText where i did not do > any voice recognition coding. It's all done for you - presumably in the stock keyboard implementation. It can send what you type to your edit text, it can start the spee

[android-developers] Voice Recognition

2011-04-13 Thread Dalvin
Hi All Before experimenting the voice recognition feature of Android I read the documentation provided by Android Developer site. Which tells us how to initiate the voice recognition activity for result which will return the result back in a callback. But what I have not implemented any such th

[android-developers] Voice Recognition Stop Explicitly?

2011-04-12 Thread Mike
I know you can increase the amount of time to consider input complete by calling : intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); intent.putExtra(RecognizerIntent.EXTRA_SPEECH_INPUT_MINIMUM_LENGTH_MILLIS, 5000); However, is there a way after kicking off the Android Voice recognitio

Re: [android-developers] voice recognition

2011-02-22 Thread TreKing
On Fri, Feb 18, 2011 at 1:51 AM, ikerib wrote: > I never developed for android/iphone but I need to especify my boss in how > many hours it could be done. > Good luck with that. > Is there any easy way for voice recognition? > Yes: http://tinyurl.com/3yluaq5 > is ther a way to listen a spec

[android-developers] voice recognition

2011-02-22 Thread ikerib
Hi! I need to develop an App witch detects voice when it´s running (not what are they saying, just if someone speaks) and if so, I need to launch an especific mp3 from my sd. I never developed for android/iphone but I need to especify my boss in how many hours it could be done. Is there any easy

Re: [android-developers] Voice Recognition

2010-12-09 Thread Zhenxing Zhou
RecognizerIntent is available on mand Android devices. And this artical may help. http://developer.android.com/resources/articles/speech-input.html RecongnizerIntent http://developer.android.com/reference/android/speech/RecognizerIntent.html 2010/12/10 Robin Talwar > Yes this is the same code

Re: [android-developers] Voice Recognition

2010-12-09 Thread Robin Talwar
Yes this is the same code which i am writting And in my emulator it is showing "Recognizer Not Present" So i think it will rather run on a device than an emulator. Could you direct me to some tutorial which explains that what applications or libraries should i first install in my device and how so

Re: [android-developers] Voice Recognition

2010-12-09 Thread Zhenxing Zhou
the RecognizerIntent.ACTION_RECOGNIZE_SPEECH is not available on the emulator. *// Check to see if a recognition activity is present* PackageManager pm = getPackageManager(); List activities = pm.queryIntentActivities( new Intent(RecognizerIntent.ACTION_RECO

[android-developers] Voice Recognition

2010-12-08 Thread Abhishek Talwar
Guys i tried the tutorial at http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html but my button is not clickable and says -> "Recognizer not present" I am testing this on emulator. Please let me know that does the emulator supports voice rec

[android-developers] voice recognition -- IVR on Android

2010-11-16 Thread Bruce Xia
hi, I'm developing an app which needs some IVR funtionality -- play a prompt, wait for user to respond, do an action, and loop... Do I have to call "SpeechRecognizer.startListening(new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH));" every time after I play the prompt? Is there a better way? T

[android-developers] voice recognition with voice input settings

2010-11-14 Thread kevindroid
Hi, I have seen there is a voice input setting introduced for android 2.2, it has a language setting for voice input recognitions. Is there a way to read this settings from my app? I read through the doc, didn't find anything. But I found out I can add extra language to the RecognizerIntent,

[android-developers] Voice Recognition for Voice Control?

2010-09-02 Thread moa
Hi, Is it possible to use the voice recognition api in order to handle a known set of commands yet? For example; Text to speech prompts "Say Yes or No" User says "no" VR matches this against a specific valid vocabulary containing only "yes & no", and then returns "no". Can you do this yet?

[android-developers] Voice Recognition Development - problems working with SDK/emulator

2010-06-29 Thread tonym
I'm attempting to create an application that utilizes the speech recognizer (which is referenced how to use here [1]), but I am having issues getting it to work with the emulator. I've gotten to the point where I needed to install Voice Search and implement the RecognizerIntent class, but as soon a

[android-developers] Voice Recognition Libraries - Open Source?

2010-06-27 Thread Matthew Patience
I have an application, Twitoc, in the market that uses Google Voice Recognition to send Tweets to Twitter. The application only works for Android 2.1+ as I believe that is the only platform that has Google Voice recognition libraries pre-installed (I may be wrong). I found that it works on Android

[android-developers] voice recognition with sdk 2.1 does not work

2010-04-13 Thread Ravi
It appears that the emulator with SDK 2.1 does not include Voice Search. If this is the case how can I develop voice recognition applications using the emulator. I get the error "Recognizer not present". When using the Android Dev Phone image from HTC, it does have Voice Search, but I get the erro

[android-developers] Voice Recognition and String matching

2010-04-05 Thread kostaspap
I am currently developing an android mobile app that uses Voice Recognition. The result from the Voice Recognition is an ArrayList of the potential results. How can I compare these results to a another set of string candidades? Is there a Java lib that takes 2 Strings and returns a measure of their

[android-developers] Voice recognition API bug?

2010-03-06 Thread Krzysztof Wolny
Hey The voice recognition API and example (http://developer.android.com/ intl/de/resources/samples/ApiDemos/src/com/example/android/apis/app/ VoiceRecognition.html) says that the result intent of voice recognition intent contains the list of words that recognizer "heard". It I say few words all of

[android-developers] Voice Recognition using given words

2010-01-13 Thread Matt P
I've had a search of the docs and forums and unless i misunderstand can find nothing on the below. Is there a way to send Google a set of words that the recognizerintent should be expecting? i.e. if i'm trying to listen to recipes i want it to hear the word 'sausages' and not the words 'saw hedge

[android-developers] Voice recognition and voice decoding

2010-01-11 Thread tina lincon
How is it possible to implement voice recognition on android phones? Also to decode the voice and convert the male voice to female voice and vice versa?The voice data input from the user will be sent to the Google site for recognition through Internet, or will be processed and recognized locally on

[android-developers] Voice recognition

2009-10-09 Thread ani rudh
hi all , im trying to write an app which uses speech recognition.As per the introduction video , i can see a 'mike' next to the quick search box. But cant be seen in the emulator(1.6).do i need to do any configuration for the same or any application needs to be installed to enable that?? Or, is it

[android-developers] voice recognition on HTC Hero

2009-08-13 Thread Ivan Viola
Hi, has somebody managed to bring the voice recognition to run on the HTC Hero phone? I have experienced the "recognizer not found" problem (but it is not a vodafone from UK). Ivan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

[android-developers] Voice Recognition in Sample API not working

2009-05-11 Thread Joshua
Not sure what I am missing (using emulator not phone). I was trying to get the speech api working, however it gives me the error: No Activity found to handle Intent { action=android.speech.action.RECOGNIZE_SPEECH (has extras). So then I tried running the 1.5 r1 sample code (api) and tried the spe

[android-developers] Voice Recognition in API demos crashing

2009-04-16 Thread zlu
I tried to run the voice recognition in api demo from sdk 1.5 and it crashed with this stacktrace: 04-16 10:32:00.725: INFO/ActivityManager(568): Starting activity: Intent { comp={com.example.android.apis/ com.example.android.apis.app.VoiceRecognition} } 04-16 10:32:00.945: INFO/ActivityManager(5

[android-developers] Voice Recognition like in Voice Search? (STT)

2009-02-09 Thread Markus Junginger
Voice Search is new with RC33. I am wondering if the voice recognition will be part of the API 1.1. Or at least an Intent? Btw, is the SDK 1.1 JavaDoc available somewhere yet? Regards, Markus -- http://jars.de --~--~-~--~~~---~--~~ You received this message beca