Play two sounds simultaneously with different volume levels
-
How can I play two .wav file simultaneously using QSoundEffect with different volume levels.
I tried adjusting the volume level by using QSounfEffect::setVolume() for two sounds differently, but the volume of the first sound changes to the volume of the second sound when i set the second sounds volume. For eg: if I first set the volume of ABC.wav equal to 0.5, and then set volume of DEF.wav equal to 1.0, then the volume of first sound i.e. ABC.wav also becomes 1.0 rather than staying 0.5. Please help me ASAP. -
Hi, and welcome to the Qt forum. Someone else stumbled over the same problem before, see: http://forum.qt.io/topic/46996
-
@Prachir Great to hear you could work around this :-) Please mark the thread as solved, as described here: http://forum.qt.io/topic/62700/hitchhiker-s-visual-guide-to-the-qt-forum
-
This is a bug reported (QTBUG-43765) a long time ago. Please vote on it.