On 16 March 2012 15:22, paul <paulelsne...@googlemail.com> wrote:
> Then it would write out the data when the stop function is called.

..do you mean storing it in the buffer and creating a delay/jitter?

You will have to look at double buffering using 2 files ... while one
is being recorded to, the other will be sent through the socket. Once
writing is finished, you stop the recorder, point it at new file and
restart it, while taking  just finished file and sending it. Sent
files can be discarded or left for the sake of having a local copy.

-- 
Daniel Drozdzewski

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