[android-developers] using microphone in speech recognition

2009-10-18 Thread srihari m
hi all,
im developing a simple voice recognition software in android..i was using
sdk 1.5 and it didnt have any activity for handling speech recognition..so i
downloaded an image from htc's website and now my application is recognizing
the activity and invoking it..but now the problem is with my microphone..its
not detecting my microphone...do i have to make some changes in the emulator
in order to detect the microphone??
thanks in advance

-- 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: using microphone in speech recognition

2009-10-18 Thread srihari m
BTW..i have included the permission for RECORD_AUDIO

On Sun, Oct 18, 2009 at 5:40 PM, srihari m et.the.gr...@gmail.com wrote:

 hi all,
 im developing a simple voice recognition software in android..i was using
 sdk 1.5 and it didnt have any activity for handling speech recognition..so i
 downloaded an image from htc's website and now my application is recognizing
 the activity and invoking it..but now the problem is with my microphone..its
 not detecting my microphone...do i have to make some changes in the emulator
 in order to detect the microphone??
 thanks in advance

 --
 




-- 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Query about speech recognition

2009-10-07 Thread srihari m
@lance
thanks a lotthat sure helped me

On Sun, Oct 4, 2009 at 10:30 PM, Lance Nanek lna...@gmail.com wrote:


 The docs mention a required extra that must be added to that intent
 called RecognizerIntent.EXTRA_LANGUAGE_MODEL:

 http://developer.android.com/intl/fr/reference/android/speech/RecognizerIntent.html#ACTION_RECOGNIZE_SPEECH

 So one thing to check is to make sure you are calling putExtra on the
 intent for that. You can see example code here:

 http://developer.android.com/intl/fr/guide/samples/ApiDemos/src/com/example/android/apis/app/VoiceRecognition.html

 On Oct 4, 2:27 am, srihari m et.the.gr...@gmail.com wrote:
  hi all..
 
  im working with android for a while...im particularly interested in the
  speech recognition feature that is included in the latest release of
  android(1.5)...tried some programs with the recogniser intent
 interface..but
  that didnt work out well...the android developer site had very little to
  offer..and there was not much help in the web...all i want to know is how
  the  ACTION_RECOGNIZE_SPEECH actually works...i created an intent object
  passing the  ACTION_RECOGNIZE_SPEECH in the constructor and invoked the
  activity(which obivously didnt work... though it compiled) . iam using
  eclipse ganymede and android 1.5..thanks in advance
  --
  
 



-- 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Query about speech recognition

2009-10-04 Thread srihari m
hi all..

im working with android for a while...im particularly interested in the
speech recognition feature that is included in the latest release of
android(1.5)...tried some programs with the recogniser intent interface..but
that didnt work out well...the android developer site had very little to
offer..and there was not much help in the web...all i want to know is how
the  ACTION_RECOGNIZE_SPEECH actually works...i created an intent object
passing the  ACTION_RECOGNIZE_SPEECH in the constructor and invoked the
activity(which obivously didnt work... though it compiled) . iam using
eclipse ganymede and android 1.5..thanks in advance
-- 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---