Thoughts considered already:
* I was trying to give support for bass, treble (sandman wanted something like this i guess). But based on my research on the kernel source, it is clear that, A780 mixer driver does not support to adjust bass, treble. So I cannot do that. Infact, they have changed a lot of standard enumerations, so that existing linux code does not work. The alternate might be from intercepting that applications output and modifying on the fly. I am not sure if thats possible with the existing framework, and its beyond my knowledge too
* I was thinking about having a thread in this app to reset the sound settings every now and then, so that once you set a volume/mic combination, you can be sure that all apps will use them. If not, as I have already said in my README, most of the apps, do reset the sound to what they want and are obviously lower than what you could get from my app. However, running a thread might be a very costly approach, bcoz we might be setting the sound params, repeatedly unnecessarily since they dont change very often unless you open some app for sound. I am still considering to give a check box in the next version of SoundControl app, to enable this option, when required. users can comment on the necessity of such a feature.
* The speaker is not seeming to make a significant difference. I guess that the speaker is not capable of handlng such high amplitude, and thats probably why they have made the volume lower (just a guess). So I cannot do something specific to make the speaker louder than this. The code is the same for speaker and headset. On the other hand, the change in the headset is amazzzzzing!! and mic too, when I attend calls, it makes a good difference (thou the mic is already set at 93% while in a phone call).



Reply With Quote


