[android-developers] Re: Google voice recognition on Emulator

2012-05-03 Thread dede pradana
i think, you can record your voice from the phone microphone.. then, stream it to your own speech recognition service.. :) try this, http://java.sun.com/products/java-media/speech/forDevelopers/jsapi-guide/Recognition.html On May 3, 8:46 pm, venkat v wrote: > Hi, > > Does anyone succeeded in spe

[android-developers] Re: Google voice recognition on Emulator

2012-05-03 Thread venkat v
Hi, Does anyone succeeded in speech recognition? -- 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 email to android-developers+unsu

[android-developers] Re: Google voice recognition on Emulator

2009-05-11 Thread Joshua
I would also like clarification. Is Google Voice going to be default app on the phone? Why can't we run the sample code (API) within the 1.5 r1 SDK? Does our phone emulator need the google app and simply not have it? If so how do we add it? On May 5, 6:42 am, qvark wrote: > Hi Dave, so... thi

[android-developers] Re: Google voice recognition on Emulator

2009-05-05 Thread qvark
Hi Dave, so... this is what I have understood about speech recognition in Android 1.5: - The only thing included (and public) in the 1.5 platform is the RecognizerIntent class, which is just a bunch of constants to standardize the use of speech recognition applications. - The actual speech recog

[android-developers] Re: Google voice recognition on Emulator

2009-05-04 Thread Dave Sparks
Google Voice Search is a Google application, not part of the Android platform. It will only be present on devices that have a Google license agreement. However, because it uses the intent system, it is possible for someone else to provide competing solution. On May 4, 2:12 pm, qvark wrote: > Hi

[android-developers] Re: Google voice recognition on Emulator

2009-05-04 Thread qvark
Hi Dave, I don't understand this very well... does it mean that speech recognition is not part of the platform but provided by a Google app? Can we expect it to be present in every device with Android 1.5? Is the Google Voice Search application always needed even if we are not using speech recogn

[android-developers] Re: Google voice recognition on Emulator

2009-05-04 Thread Dave Sparks
This intent is handled by the Google Voice Search application. Do you have it installed? On May 4, 6:12 am, Yash Patel wrote: > Hi Dave > > Here is the error i am getting. > > android.content.ActivityNotFoundException: No Activity found to handle > Intent { action=android.speech.action.RECOGNIZE

[android-developers] Re: Google voice recognition on Emulator

2009-05-04 Thread Yash Patel
Hi Dave Here is the error i am getting. android.content.ActivityNotFoundException: No Activity found to handle Intent { action=android.speech.action.RECOGNIZE_SPEECH (has extras) } and here is the code sample that i am using for Sppech recognize in emulator. OnClickListener mTabButton = new On

[android-developers] Re: Google voice recognition on Emulator

2009-05-01 Thread Dave Sparks
What is the error? On May 1, 5:18 pm, Yash Patel wrote: >  I mean to say Speech Recognization. I tried to create one small application > but it gives me error. > > Thanks > Yash Patel > > On Fri, May 1, 2009 at 4:54 PM, Dave Sparks wrote: > > > Voice recognition is a technology. You need an app

[android-developers] Re: Google voice recognition on Emulator

2009-05-01 Thread Yash Patel
I mean to say Speech Recognization. I tried to create one small application but it gives me error. Thanks Yash Patel On Fri, May 1, 2009 at 4:54 PM, Dave Sparks wrote: > > Voice recognition is a technology. You need an application to make use > of it, for example the voice dialer. > > On May 1

[android-developers] Re: Google voice recognition on Emulator

2009-05-01 Thread Dave Sparks
Voice recognition is a technology. You need an application to make use of it, for example the voice dialer. On May 1, 11:17 am, Yash Patel wrote: > HI, > > does any one know How to  turn on Voice Recognition on Emulator. or is it > required to have phone or dev phone to test voice recognition ap