I'm working on an Android app that makes phone call recording 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?
In the computer I already have a server made in Delphi that communicates with the cell phone and vice versa. I also know how to do it, in Delphi, to receive the file on the computer. I just do not know how to make the code to send from the mobile.
Does anyone have an idea?