0
votes
0answers
32 views

Sending Audio from Android phone to a linux device resulted in a constant scrambled sound

I've written a code that sends voice from an android device's mic to a PC(Ubuntu) through sockets (Static IP). I've changed the audio format multiple times. The problem is that I receive only ...
1
vote
2answers
2k views

AudioRecord and AudioTrack echo

I'm streaming the mic audio between two devices, everything is working but i have a bad echo. Here what i'm doing Reading thread int sampleFreq = 22050; int channelConfig = ...