I have a free app called "AudioCaps" on Play, which will iterate through all standard play/record modes/rates and create a list of them with the min buffer sizes, that your user can then email to you. I found this helpful when I initially released AudioTool - maybe it will provide more "remote insight" for you?
Julian On Wednesday, December 23, 2015 at 9:52:37 AM UTC-8, Robert Scott wrote: > > I first call *AudioRecord.getMinBufferSize(22050...* If this returns an > error (<1) then I call *AudioRecord.getMinBufferSize(44100...* Whichever > one of these calls succeeds, I use that rate in my call to "*new > AudioRecord(..,sampleRate..)*" > > I don't actually have one of these misbehaving devices, so my experiments > so far have been with the help of my customers. > > -Robert Scott > Hopkins, MN > > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/e02e3415-1020-4344-8e57-0d405ba99df0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

