[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 add a personal word to my application ? I use 
the SpeechRecognizer class from here : 
http://developer.android.com/reference/android/speech/RecognitionService.html

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a442201a-172b-48c8-9302-d9f8d02118c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 users.  The parameters to set that time delay do not work.  Will this 
be changed back so the default will be what it used to be?  I highly 
recommend that approach.  If not, please make the parameters have a real 
effect.  Please advise.

(My apps effected are Teachem US capitals, Talkteme and Tungs

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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).
If I start the recognition and do not speak, the onError method with "No 
match" error is never reached as it did before. 
Apart from that, starting the listener produces a sound which was not there 
before.
 
mSTT = SpeechRecognizer.*createSpeechRecognizer*(context);

mSTT.setRecognitionListener(*this*);intent = *new* Intent(RecognizerIntent.*
ACTION_RECOGNIZE_SPEECH*);

intent.putExtra(RecognizerIntent.*EXTRA_CALLING_PACKAGE*, 
getClass()..getPackage().getName());

intent.putExtra(RecognizerIntent.*EXTRA_LANGUAGE_MODEL*,RecognizerIntent.LA*
NGUAGE_MODEL_FREE_FORM*);

intent.putExtra(RecognizerIntent.*EXTRA_MAX_RESULTS*, 2);

intent.putExtra(RecognizerIntent.*EXTRA_LANGUAGE*, prefLang);

mSTT.startListening(intent);
 
I do not explicetly set the minimum time as described in the documentation 
nor do I call stopListening because that was not necessary before.
 
Any idea what was changed in Jelly Bean or what needs to be changed when 
programming a recognition listener?
And how to get rid of the sound when starting listening (or can anyone tell 
me if there are also some new sounds when end of speech or an error is 
detected)?
 
 
 

-- 
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

Re: [android-developers] Speech Recognition

2012-04-17 Thread TreKing
On Mon, Apr 16, 2012 at 4:05 AM, Anurag Pratap Singh
wrote:

> 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?
http://www.catb.org/~esr/faqs/smart-questions.html

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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] 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 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] 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 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] 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" 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

Re: [android-developers] speech recognition

2011-04-26 Thread TreKing
On Sat, Apr 23, 2011 at 3:48 PM, z32000  wrote:

> how can I get speech recognition to activate automatically once someone
> speaks
>

You don't.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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] 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 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] 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 the user to "retry" or "cancel" and just
keep listening. Once it recognises a command it should execute it and
go back to listening again. I want it like totally hands free.

Can anyone please start me off with the code for this, java, xml etc,
I use Eclipse. I'll be honest, I'm new to coding and stuff but once I
get started I'm ok on my own.

Thanks,
Tan

-- 
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] 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 or wifi and it worked). Is there a way to do speech
recognition using whatever local methods voice dialing uses? (Or any
other methods that don't require the constant disconnecting /
reconnecting to google).

John Licato

-- 
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] 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 emulator then
how to install it in my virtual device?

regards,

/minhaz

-- 
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


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  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 button press are a problem.
>
> Is there a way to prevent this dialog from displaying?
>
> Is there a way to programming perform the button click?
>
> Is there a way to programmatically close the dialog?
>
> This is how I'm firing the RecognizerIntent:
>
>Intent intent= new
> Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
>intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
>RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
>intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speech
> recognition demo");
>startActivityForResult(intent, VOICE_RECOGNITION_REQUEST_CODE);
>
> --
> 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
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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] 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 button click?

Is there a way to programmatically close the dialog?

This is how I'm firing the RecognizerIntent:

Intent intent= new
Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speech
recognition demo");
startActivityForResult(intent, VOICE_RECOGNITION_REQUEST_CODE);

-- 
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] 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 java.util.List;

import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.os.Bundle;
import android.speech.RecognizerIntent;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.ListView;
import android.widget.TextView;

public class SpeechRecognizer extends Activity {

private Button butSpeak;
private TextView txtRecSpeech;

private static final int VOICE_RECOGNITION_REQUEST_CODE = 1234; //
Check this
private ListView mList; // Check this

/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

// Inflate our UI from its XML layout description.
setContentView(R.layout.main);

// Get display items for later interaction
butSpeak = (Button) findViewById(R.id.butSpeak);

mList = (ListView) findViewById(R.id.list);

 // Check to see if a recognition activity is present
PackageManager pm = getPackageManager();
List activities = pm.queryIntentActivities(
new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH),
0);
if (activities.size() != 0) {

butSpeak.setOnClickListener(
new OnClickListener() {
public void onClick(View v) {
 startVoiceRecognitionActivity();
}
}
);

} else {
butSpeak.setEnabled(false);
butSpeak.setText("Recognizer not present");
}

}

/**
 * Fire an intent to start the speech recognition activity.
 */

private void startVoiceRecognitionActivity() {

 ArrayList potentialResults = new ArrayList();

 potentialResults.add("hi");
 potentialResults.add("hello");
 potentialResults.add("bye");
 potentialResults.add("welcome");
 potentialResults.add("Good Morning");
 potentialResults.add("android");

 Intent intent = new
Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
 intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL,
RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
 intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Tips:\n 1) Speak
clearly into the Mic.\n 2) Speak Loudly");
 intent.putExtra(RecognizerIntent.EXTRA_RESULTS,
potentialResults);

 startActivityForResult(intent, VOICE_RECOGNITION_REQUEST_CODE);
}

/**
 * Handle the results from the recognition activity.
 */

@Override
protected void onActivityResult(int requestCode, int resultCode,
Intent data) {
if (requestCode == VOICE_RECOGNITION_REQUEST_CODE &&
resultCode == RESULT_OK) {
// Fill the list view with the strings the recognizer
thought it could have heard
ArrayList matches =
data.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);

butSpeak.setText(matches.toString());
mList.setAdapter(new ArrayAdapter(this,
android.R.layout.simple_list_item_1,
matches));
}

super.onActivityResult(requestCode, resultCode, data);
}



}

-- 
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] 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
 VOICE_DOWNLINK_INPUT = 2

If not with RecognizerIntent is there any creative ideas on how it
might be done in real time like RecognizerIntent works?

Not by recording it to to a file with media recorder but in real
time.

I don't need anything fancy here. I do not need to recognize words and
all that.
All I need to do is to detect when the person on the phone is talking
vs not talking.

I am thinking there has to be a way. It's just a different audio
source. Right?

Thank you for any help
-Chris

-- 
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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.


[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 to be exact) everything runs fine and
there is no issue. Speech Recognition works perfectly and it detects
exactly what I say. However I recently went to Paris, France and
tested my app, this time unfortunately the Speech Recognition did not
work. I did not receive any error or anything, it simply did not
recognize what I was saying. If anyone can provide me with any
assistance that would be great. Thanks.

Petar K.

-- 
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] 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 the
user getting the apps attention. Hence, the app gets into an infinite
loop where the user cancels, it hears the cancel beep, it brings up
the speech dialog again, the user cancels again, the app beeps, the
app brings up the speech dialog again

My question: How do I make the speech dialog stop beeping?

Bigger question: In general, how do I gain better control over the
android speech dialog? There's nothing I can do currently, but launch
it.

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.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


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 would
> like to be able to restrict the SR to only try and match against those
> two words. Otherwise on full vocabulary I get "Snow" and other false
> words. Limiting the vocabulary should make matching 90%+ accurate on
> limited words.
> 
> Is this possible?

Not that I can tell from the RecognizerIntent options. Your only
constraints are free-form vs. Web search and what natural language to use.

> Also, can I limit the SR to only match numerics for number input only?

Again, not that I can tell from the RecognizerIntent options.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android App Developer Training: http://commonsware.com/training

-- 
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] 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 able to restrict the SR to only try and match against those
two words. Otherwise on full vocabulary I get "Snow" and other false
words. Limiting the vocabulary should make matching 90%+ accurate on
limited words.

Is this possible?

Also, can I limit the SR to only match numerics for number input only?

The internal dialer seems to be able to do this sort of this, so can
I?

-- 
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] 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" 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] 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 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] 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 application directly on the phone, or should I use a
server to take care of the 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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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

--~--~-~--~~~---~--~~
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] 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 grammar..
mSrecGrammar = mSrec.new Grammar(SREC_DIR + "/grammars/BTvoice.g2g");

can someone please let me know where to configure this .g2g file?

Regards,
Bhargavi
--~--~-~--~~~---~--~~
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] 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 app without user intervention.". That means
that the private-API's still use low-level APIs that are public? So I
can pull the sources for the android.speech.recognition.* package and
it should compile just fine against the public SDK? (ok, I guess I
have to pull some more "convenience classes that are part of the
system that aren't ready for public use" but you get the idea..). So I
can just include the classes in my application and I don't have to
fear that you change/remove them in a later release (since they all
use public APIs a the end of the day)?

My point is that if your speech recognition is good enough for you
that you use it in your own apps (voicedialer) then it surely is good
enough for me to use it in my application!

Open source programming has always been about (for me at least) "don't
invent the bicycle". If I add something to the code or fix a bug, I'll
submit a patch and if I don't change anything then I can just use the
code and be happy with it?

Or are you suggesting that I write my own speech rec from scratch and
then when you are happy with the state of your implementation of it
and release it as a public API, I can throw away my implementation and
use your version of it?

I just want to know the personal opinion of the Android team regarding
taking private-APIs and bundling them with our apps :)

Tauno

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 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
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---