I studied the Android code today to find a solution and I found:

public final class MicrophoneInputStream extends InputStream {
    static {
        System.loadLibrary("srec_jni");
    }
.....

Cedric, you have the library libsrec_jni.so in /system/lib (same size
as mine). Thus I suppose it should be now an option to activate, not a
lib to install.

Natalya, you don't use the Recognizer Intent? Because, if you use this
Intent, I wonder why you want to use it in emulator because there's no
microphone.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to