Saving audio input of Android Stock speech recognition engine

You haven’t included your code for actually writing out the PCM data, so its hard to diagnose, but if you are hearing strange noises then it looks most likely you have the wrong endian when you are writing the data, or the wrong number of channels. Getting the sample rate wrong will only result in … Read more

What are language codes in Chrome’s implementation of the HTML5 speech recognition API?

Ok, if it is not published, we can try to at least figure this out. Let me put this table for the beginning and we will refine it if someone has more information. I’m making assumption that supported languages shall be similar to those supported by voice search and that google uses standard language codes … Read more