datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
273 stars 229 forks source link

Is it possible to boost microphone gain? #207

Open DrSchmurge opened 4 years ago

DrSchmurge commented 4 years ago

Hello, Firstly, thanks for a good package. I am testing my app on two different android phones, and it seems to be that audio stream from microphone is a bit deaf and silent. Is it possible to boost it? Even in native code, it would be ok. I found an issue about this problem, tried the solution, but the result is not as I expected: datso/react-native-pjsip#186

habilpekdemir commented 2 years ago

DrSchmurge is there any update to boost mic gain ?

DrSchmurge commented 2 years ago

DrSchmurge is there any update to boost mic gain ?

I tried a solution from https://github.com/datso/react-native-pjsip/issues/186 I set MODE_IN_COMMUNICATION instead of MODE_IN_CALL , seems a bit better now

also I have a thread here, the solution from there works for me https://github.com/florindumitru/react-native-sip/issues/9