QSoundEffect plays faster/slower
Unsolved
QML and Qt Quick
-
Hello,
I have a problem that our approx. 20s long wav sound plays much faster/slower (so the voice in the sound is much higher/lower). The problem appears mainly when the voice.source is changed for the second time in onSomeEvent:SoundEffect { id: voice } // later in the code in some QML element: onSomeEvent: { voice.source = pathToTheVoice voice.play(); }
I don't have an idea how to solve the problem? Can you please advise? I use Qt 5.6.
-
Hi,
I havet used that class yet but there might be the loading of the file not yet done that might have a role in that matter.