QtVirtualKeyboard and soundEffect
Unsolved
QML and Qt Quick
-
Hello, I want to add some sound effects for clicking the keys on the virtualkeyboard.
I've found the soundEffect property for the KeyPanel, have added wav file to project resources, have put the property to the standard keyboard style and it works now.
The problem is the performance, it's very low, the timeout for the sounds is very long, so the keyboard is really not usable now. May be my CPU power is not so high (ARM with 2 cores), but the QtVirtualKeyboard without sound effects is working just fine without any problems with the performance.
How could I improve the performance of soundEffect? Or may be there is any better solution?