Hi Jimmy,

To increase the volume level on the lower side , just go to AudioSystem.cpp
and make this change

static const float dBPerStep = 0.5f;

to

static const float dBPerStep = 0.3f;


let me know the updates..

regards,
bas.

On Fri, Feb 27, 2009 at 1:02 PM, AndroidJimmy <[email protected]>wrote:

>
> In G1, The Volume loudness level seems too close(almost no different
> in loudness) and is with too small volume in the lower side (says, 0
> to 5),
> I take a look at the source code of android_media_AudioSystem.cpp and
> AudioSystem.cpp.
> When setting the stream volume, volume value will be transformed to
> natural log scale.
> And these codes with this comment:
>
> I think this is the reason why loudness level in the lower side is so
> close and is so small.
> Is there any reason to make loudness level in the lower side with such
> a small loudness?
> Is it possible to enlarge the loudness in the lower side?
>
> Thanks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to