QSoundEffect lag after stop() func
-
Hello
Windows 10 x64, Qt 5.12.2, mingw 7.3.0, x64
Call to the stop() func blocks the code execution for 0.5 sec approx. Why?
My workaround - instead of call to stop(), call to setLoopCount(1) and setMuted(true)
First I would upgrade to latest Qt5 version to see if it is fixed there. 5.12 is very old.