python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is it even possible to record from a device and play the recording on another device simultaneously?
Currently using AudioTrack and AudioRecord to record and play simultaneously, it's working great on the same device (either headset mic + headset speakers or phone mic + phone speakers). However, what...
uR6
Votes: 0
Answers: 0
audioManager not working on Android 11 and 12
I am making an internal calls application, when I call a number, the native android dialer opens and then instead of following the call in the native dialer, I follow the call in the app. The problem ...

Rob Aberan
Votes: 0
Answers: 1
Speaker not working during calls on Android 11
Problem:
I'm trying to enable speaker during a call, but the below code only works on Android 8,9 and Android 10. And in devices with Android 11, doesn't work.
Does anyone know a solution that works o...

Rob Aberan
Votes: 0
Answers: 0
AudioManager auto switching own mode + not respecting setSpeakerphoneOn()
I want to play some audio with volume lvl adjusted to ear aka. "phone call mode". For this purpose, I'm using well-known and commonly advised
audioManager.setMode(audioNormalState ?
...
snachmsm
Votes: 0
Answers: 2