Qml SoundEffect volume issue
Unsolved
Mobile and Embedded
-
I have SoundEffect object with a given volume value. But when I call play() for the first time, the sound is played at maximum volume. All subsequent calls of play() work correctly with a given volume.
I'm at a loss. What could be the problem?
I also want to note that this effect appears only under Linux, everything is fine in Windows. This only appears when SoundEffect is in an object that was created dynamically using the incubateObject(). And volume value have binding with global property. -
This post is deleted!