Quote:
Originally Posted by mjcoon
Yes, I think that is exactly what you have proved that you have to do (and is how my program does it).
(My program allows the user to choose the volume and stores the value in a global variable. Then that variable is used to set the volume for each file playing. But of course a different file might itself be louder or quieter in which case the user might want to adjust again!)
Mike.
|
Hello,
Thanx for your answer.
I have try this method and it works but not the way I expected...
With this method, volume can be set between 0 and 255. 255 is the volume of the PDA that must be set manualy.
I would like to set the PDA master volume and not the volume of the played sound.
I want to set the PDA volume to 0 and set it to the max only when needed (alarms) because when it is set to the max, it generates noise in the phone speaker.
Do you think that there is a solution to my problem ?
Best regards