Closed GoogleCodeExporter closed 9 years ago
Have you tried adjusting volume (by pressing the up/down keys)?
Original comment by pmerl...@googlemail.com
on 26 Aug 2009 at 7:15
Yes I have.
Unfortanly is de maximum of the volume by Sipdroid still the half of my normal
mobile
calls though my network carrier.
Original comment by jpvzi...@gmail.com
on 26 Aug 2009 at 7:25
I had this very problem myself. Solved it by editing
src/org/sipdroid/media/RtpStreamReceiver.java
Replaced all (2) ocurrances of:
track.setStereoVolume(AudioTrack.getMaxVolume()/3,AudioTrack.getMaxVolume()/3);
by
track.setStereoVolume(0.8f, 0.8f);
Value 0.33f was barely audible, 1.0f caused annoying local echo.
Tested ok on pbxes.org, voxalot.com and local asterisk.
Original comment by asand...@gmail.com
on 29 Aug 2009 at 8:51
Which hardware have you been using?
Original comment by pmerl...@googlemail.com
on 29 Aug 2009 at 9:52
htc magic pvt 32a
btw, I have only tested value 1.0f with *600 voxalot echo test
Original comment by asand...@gmail.com
on 29 Aug 2009 at 10:31
What about a value of 0.5? This could be a good compromise between Dream and
Magic. 0.8
is already causing echo on Dream.
Original comment by pmerl...@googlemail.com
on 30 Aug 2009 at 3:18
I have done some test today, with different values.
The have obtained the worse results calling an echo test number and with the
local
asterisk (in the same room).
With the magic, even a value of 1.0 is ok when calling via voipbuster through
voxalot. (0.5 is too low for use in the street or in any noisy environment)
Since I don't have a g1 to play with, and since we don't know yet what to
expect from
an htc hero, samsung galaxy, coming motorolas, etc, I would suggest adding a
"gain"
menu entry in advanced settings, with eventually a 0.5 default value.
Original comment by asand...@gmail.com
on 30 Aug 2009 at 3:16
@asandini:
I agree with you to add a menu entry in advanced settings to gain the volume.
Unfortanly I've no idea to edit the files by hand to increase the volume.
( I had this very problem myself. Solved it by editing
src/org/sipdroid/media/RtpStreamReceiver.java )
Is it possible that you can opload sipdroid .apk file with your settings made?
Original comment by jpvzi...@gmail.com
on 30 Aug 2009 at 3:54
Original comment by pmerl...@googlemail.com
on 1 Sep 2009 at 10:08
I have an issue with my sipdroid that is described perfectly in issue #118.
(I am using an HTC Vogue with the 1.5 Android port)
The default volume is way too low.
Playing with the earpiece gain settings does change the volume a little, but
it's
still unusable even at maximum.
Without modyfing the source code, I would like to know where sipdroid saves the
value
from the menu, and if I would be able to manually edit it to input a different
value
like 2.00f
Thank You
Original comment by wojt...@gmail.com
on 14 Dec 2009 at 11:21
Original comment by pmerl...@googlemail.com
on 14 Dec 2009 at 11:38
The Nexus One has very low transmitted voice volume. This happens when speaking
into
the phone's mic, but it doesn't happen when using a headset with a good mic. It
is a
Nexus One problem because the Droid doesn't have this problem. I'm using
Sipdroid
1.2.4 beta, Gizmo, WiFi.
I guess things get complex when every Android phone has a different sound bug...
The Droid and the Nexus One both have volume problems with VoIP calls, but the
problems different on each. In fact, they are mutually exclusive sets (and
almost the
opposite in some cases).
Original comment by davestec...@gmail.com
on 8 Jan 2010 at 6:20
Original comment by pmerl...@googlemail.com
on 15 Jan 2010 at 8:06
Original comment by pmerl...@googlemail.com
on 18 Jan 2010 at 3:23
I am also having the same problem with the audio being too low, on an LG EVE. I
don't know enough to edit the source code as suggested above, a user adjustable
setting would be a big help.
Original comment by davidp...@gmail.com
on 12 Oct 2010 at 2:41
I also have this problem on Acer Liquid.
Original comment by 4yb...@gmail.com
on 17 Oct 2010 at 3:30
[deleted comment]
This is a big problem on the T Mobile Concord as well. If anybody could send me
their volume-modified apps I would put them to good use.
Original comment by qchriste...@gmail.com
on 16 Oct 2012 at 6:51
Original issue reported on code.google.com by
jpvzi...@gmail.com
on 26 Aug 2009 at 3:40