[android-developers] Speech Recognition question

2016-04-06 Thread Kevin Janin
Hi Android Developers: I'm trying to develop an application with a speech recognition but I have a little problem : When I try to use a "personnal word" like "drauche" the recognizer do not understand and try to recognize with a real word (like "orange" and others). My question is : How can I

[android-developers] Speech Recognition Android API 8 10 second delay

2014-04-26 Thread dsurround
The speech recognition built into Android, supplied by Google, changed recently (within the last few months). It used to recognize the end of speech within 2 seconds of the last utterance. It now waits 10 seconds which is unacceptable to my voice based applications and an annoyance to any

[android-developers] Speech Recognition Listener does not detect end of speech in Jelly Bean

2012-08-02 Thread abo
I wrote an app implementing my own RecognitionListener and it was running fine under 2.3.6 up to ICS on my Nexus S. After the update to Jelly Bean, the RecognitionListener doesn't detect the end of speech anymore (so, once started the method onRmsChanged is called until the app is terminated).

Re: [android-developers] Speech Recognition

2012-04-17 Thread TreKing
On Mon, Apr 16, 2012 at 4:05 AM, Anurag Pratap Singh anurag1...@gmail.comwrote: I need to enable speech recognition on my board not only for the google search and maps but also for calling the various applications and text writing for messages and mails. OK. So what?

[android-developers] Speech Recognition

2012-04-16 Thread Anurag Pratap Singh
Hi I need to enable speech recognition on my board not only for the google search and maps but also for calling the various applications and text writing for messages and mails. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] speech recognition problem

2012-04-03 Thread louic
Hello, I am new here, when I test any application voice recognition on the emulator android SDK in eclipse I get the following message: 'speech recognition is not this device is avaibabel Will not this app work as Intended'. Thank you, -- You received this message because you are subscribed to

[android-developers] Speech Recognition in Android

2011-06-23 Thread khanh_qhi™
Hi, I need build a small application about Speech Recognition based-on Android platform, such as: port speech input to text. Hence, is there a way/open source that to do for this? --- Regards, Khanh. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] speech recognition

2011-04-26 Thread TreKing
On Sat, Apr 23, 2011 at 3:48 PM, z32000 dominic...@hotmail.com wrote: how can I get speech recognition to activate automatically once someone speaks You don't. - TreKing

[android-developers] speech recognition

2011-04-25 Thread z32000
how can I get speech recognition to activate automatically once someone speaks? -- 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 group, send

[android-developers] Speech Recognition Help

2010-10-13 Thread designer_uk
Hey guys, I was wondering if anyone of you can start me off on this. I want to create a Speech Recognition app that, when turned on, is always listening (even while sleeping) until it is manually turned off. Even if it doesn't recognise something or it dooesn't hear anything it should NOT prompt

[android-developers] Speech recognition without connecting to google?

2010-07-23 Thread RespeckKnuckles (John Licato)
Hello, I am developing on an android 2.1 build. I am trying to use speech recognition in my application but the whole process of connecting to google each time gets very annoying. I have noticed that the voice dialing does not seem to connect to google (I've tried it in an area with no reception

[android-developers] Speech Recognition

2010-05-24 Thread minhaz
Hi In my emulator isRecognitionAvailable method from SpeechRecognizer class returns false and also when i run VoiceRecognition.java sample code on API level 8 platform 2.2 i got Recognizer not present message. Any idea hints whats going on? If problem is Speech recognition is not available in my

[android-developers] Speech recognition: prevent or automatically handle No matches found dialog

2010-04-20 Thread pac
My speech recognition app needs to work without human intervention, so the situations where the No speech heard or the No matches found dialogs come up and require a button press are a problem. Is there a way to prevent this dialog from displaying? Is there a way to programming perform the

Re: [android-developers] Speech recognition: prevent or automatically handle No matches found dialog

2010-04-20 Thread Dianne Hackborn
Sorry, the current API does not provide this kind of control. On Tue, Apr 20, 2010 at 10:45 AM, pac patty.c...@gmail.com wrote: My speech recognition app needs to work without human intervention, so the situations where the No speech heard or the No matches found dialogs come up and require a

[android-developers] Speech Recognition App

2010-04-19 Thread Mangesh
Hi, I am beginner to Android development and trying to develop speech recognition software using speech recognition apis available in Android. I am not able to get the recognized speech. Please can anybody help me in this. Here is my code. package com.Speech; import java.util.ArrayList; import

[android-developers] Speech Recognition question

2010-03-25 Thread chris harper
Hi I know to recognize speech from the user holding the phone you can use Recognizer Intent. Cool. Has anyone tried (or is it possible) to use Recognizer Intent to detect when someone on the phone is talking? I imagine this would have to be tied somehow to: VOICE_UPLINK_INPUT = 1 or

[android-developers] Speech Recognition Problem

2010-01-26 Thread Petar K.
Hello, I have an issue that I have ran into and was wondering if anyone can help. I recently developed an app (Android 1.6) that uses speech recognition to detect what the user is saying. Based on what the user says certain options are displayed. When I ran my app in North America (Toronto, Canada

[android-developers] Speech Recognition makes a beep when the user Cancels. This is bad.

2009-11-14 Thread GregM
If the user cancels the speech dialog, it makes a little beeping sound. You might think that beeping sounds is an innocent little thing, but it broke my app. See, after my app is done speaking, it starts listening again for the user to get its attention. When the app beeps, it assumes this is

[android-developers] Speech Recognition

2009-11-01 Thread moa
I want to use the SR api to handle commands in my application. I know at any given point in my application what the valid commands would be at that point so would like to limit the results that the SR is matched against. For example, if the only valid commands were Yes or No I would like to be

Re: [android-developers] Speech Recognition

2009-11-01 Thread Mark Murphy
moa wrote: I want to use the SR api to handle commands in my application. I know at any given point in my application what the valid commands would be at that point so would like to limit the results that the SR is matched against. For example, if the only valid commands were Yes or No I

[android-developers] Speech Recognition for more then English

2009-10-27 Thread dsurround
Anyone have any idea when more languages will be added to Voice Recognition Engine? Would appreciate any insight out there. Thanks, dsurround --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Speech Recognition on the Emu PROB

2009-08-24 Thread Vexile
Does anyone get a solution for running speech recognition on the emulator? Or is there any other way to do the recognition on emulator? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Speech Recognition application

2009-07-10 Thread campi
Hi, such as the name of the topic says, I am developping an application based on speech recognition. I intend to develop the recognition part. Since it requires quite a lot of operations, I was wondering wether an Android Phone, such as the Dev Phone 1, could handle it. So could I develop such an

[android-developers] Speech Recognition

2009-07-07 Thread Steven
I am confused after reading through this group about speech recognition in android. Is it possible for me as a developer to create an application that uses speech recognition in the 1.5 SDK. I want to be able to base my code on the examples/api/voicerecognition.java code. Is this possible. Thanks

[android-developers] Speech Recognition Grammar

2009-05-29 Thread Bhargavi
Hi, can someone please tell me how to create a new Grammar for speech recognition..when i tried to do this , iam seeing the following error D/RecognizerEngine( 236): start new grammar E/Srec( 236): ESR_READ_ERROR: Problem loading syntax from image This is how iam trying to create a

[android-developers] Speech recognition private-API

2008-10-23 Thread Tauno T
Hi, a quick question about copying internal-APIs to my own project. hackbod has said that There should be nothing the regular built-in apps do that you can't do in your own apps, except for some carefully considered scenarios, such as dialing an emergency phone number or directly installing an

[android-developers] Speech Recognition API

2008-08-18 Thread april
I hvae used speech recognition API in older SDK.But I found they were not available in new SDK. Does anyone know the API change? Do you know the new API which can provide same functionality? --~--~-~--~~~---~--~~ You received this message because you are subscribed