Hi,
I've been working with the AudioRecord class.  When I first started
running my code, when I called AudioRecord.read, I would get a bunch
of messages in logcat beginning with AudioStreamInGeneric::read etc.
but these messages have stopped coming up, and I also have found that
the buffer I'm reading into has only zeros stored in it.  The read
function is returning the expected value (when I call read(buffer, 0,
CHUNK_SIZE), CHUNK_SIZE is returned), but it seems that the read isn't
going through.  Does anyone have any idea of what might be wrong or a
debugging technique I could use to figure it out?
Thanks!!
Natalie
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to