Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.2.1
-
None
-
Qt 5.2.1
QtCreator 3.0.1
Mac OSX 10.9.2 (Maveriks)
Description
Hi,
When I try to set muted = false nothing happens. Sound still playing.
The same setting volume = 0.0
The error is on iOS ( iphone5 real device )
Works fine on Windows, OSX and Android.
Example:
SoundEffect
{ id: music source: "sounds/mysound.wav" muted: false } //...
function turnOffMusic()
//...