10
I’m working on an Android app that records the phone call on a mobile device.
I just need to send a copy of the audio file to the computer via TCP/IP. I already have a function that sends text to the computer. But how to send an audio file ?
On the computer I already have a server made in Delphi that communicates with the mobile and vice versa. I also know how to do, in Delphi, to receive the file on the computer. I just do not know how to make the code to send from the mobile.
Someone has an idea?
Hope you help in something this link sending-file-over-tcp-between-android-and-pc
– checkmate
Hello. Yes, this is exactly what I was looking for. It seemed very simple, just send bit-by-bit. I’ll try it now. Thank you.
– Valdomiro