Hi Everyone,

For playing wav files in our embedded environment we are using QSound class as it's usage is very simple and clean. It is working perfectly fine except for one thing, i.e VOLUME control. By default the volume is very low. Is there anyway I can increase or decrease the volume of wav file being played with the help of QSound? Or is there any other classes like QSound which is simple to use and wouldn't require any external dependencies for embedded environment (like Phonon)?

My requirements are simple:-
1) Play a basic wav file.
2) I should be able to know the status of the audio file, whether it is still playing or stopped.
3) Ability to increase or decrease the volume.

-sattu