I'm doing some audio processing, and I'm having a hard time keeping up
with AudioRecord's output.  I know I can skip about 30 seconds' worth
of output after I detect a certain event, but I can't figure out how
to just not read that output, and still be able to access the data
after it.  Reading itself is quite slow, so I prefer not to read it
THEN ignore it.  I thought that changing the offset parameter in the
read operation would cover this but it doesn't seem to work that way -
am I missing something?
Thanks for your help!
Natalie

-- 
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

Reply via email to