I developed an Android app with libpd ( [adc~]
->[*~ 0.5]
->[dac~]
). The app works fine. I get the voice from mic in my earpiece.
My questions are:
- How can i catch the data from
[adc~]
into buffer array?
I want to send this buffer over network to another device and load it into [dac~]
.
- How can i load the buffer array into
[dac~]
?
This action should be done in real/near time. Writefs~ and readfs~ to a disk don't fullfill.