Android streaming live microphone audio between two Android devices via Wi-Fi

The guys who are currently running the project, when you are talking with the Android device, it will send its audio output to another Android device connected to each other via Wi-Fi.

Well, I found this link useful Streaming voting between Android phones via WiFi , but my problem is with this code, I can’t even run the application. Can someone tell me this problem? and What request should I indicate in my manifest? thank

+3
source share
1 answer

I already found the answer by simply changing the sampling rate and minBufSize to 16000 Hz and 4096 minBufsize

+1
source

All Articles