Hey Nando- Don't know if this helps, but I was having trouble initializing AudioRecord instances too. Here's what I found: http://ilessendata.blogspot.com/2010/07/android-audiorecord.html (short answer: make sure you're using 44100 hz, mono, and 16 bit) Good luck! Dan
On May 31, 11:06 am, Fernando Morais <[email protected]> wrote: > Hey, > > Can someone point me to some example on how to use AudioRecord with the 2.1 > SDK? > I've seen many examples and they work fine withe 1.6 but not with 2.1. > On 2.1 I can't get anything because the AudioRecord instance never > gets initialized so I can't use it. > > Thanks! > > -Nando > > Sent from my Sinclair ZX81 -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

