How can one get audio input on the Android Emulator? I'm using the 2.2 SDK, and emulating on Ubuntu 10.10.
I have the hw.audioinput property set to yes on my emulator, but I get the message "Recognizer not present" when I run the Voice Recognition API demo app on the emulator. On my phone, of course, it works fine.
I'm trying to use the speech input stuff from the SDK as mentioned here: http://developer.android.com/resources/articles/speech-input.html. They don't mention a thing about getting it to work on the emulator.
I've seen postings all over the forums about this with little to no sure solutions or successes. You know how it goes with forums. That's why I'm posting this question to StackOverflow; hopefully we can get one clear-cut answer!