vaibhav3002 / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

Very low audio volume #1037

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Everytime I make a call

What is the expected output? What do you see instead?
Very low audio volume

What version of the product are you using? On what device/operating system?
Sipdroid-2.5.apk and code 2.4 on Olivetti Olipad OP110 android 3.2

Which SIP server are you using? What happens with PBXes?
my asterisk installation

Which type of network are you using?
WiFi

Please provide any additional information below.
I hear the voice very low, I've tried to increase the audio volume with no 
success, I've tried to modify code with 
track.setStereoVolume(1.0f, 1.0f) 
in place of
track.setStereoVolume(AudioTrack.getMaxVolume()* 
org.sipdroid.sipua.ui.Settings.getEarGain()
        ,AudioTrack.getMaxVolume()*org.sipdroid.sipua.ui.Settings.getEarGain());
bat with no success. The audio remains very low. The speaker instead works fine 
and volume is good.

how can I solve this problem?
thanks

Original issue reported on code.google.com by gozer...@gmail.com on 19 Apr 2012 at 11:38

GoogleCodeExporter commented 9 years ago
track.setStereoVolume need check AudioTrack.getMaxVolume().you can track source 
code.

Original comment by changlia...@gmail.com on 8 Dec 2012 at 8:10