I have an application which requires some .wav files to be played on certain events.
I tried playing it with a member variable of the class and also through the code suggested in the assistant. i m not able to hear any sound.
I checked if QSound::isAvailable() it is returning false always.

but i m able to hear the sound from mplayer.

where is the problem and how do i set QSound Available to True.
i working in linux QT4.3.4

--
Thanks in Advance