<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>My app was rejected…</div>
<div> </div>
<div>>>Reason for rejection: The application does not respond to volume control. In the phone the volume is muted, but in the application is not muted.</div>
<div>>>Br</div>
<div>>>Dorota</div>
<div> </div>
<div>First I used QtMultimedia Audio component which seems to follow system volume setting, but after the sound is played, there is glitch in animations running on the screen.</div>
<div> </div>
<div>Then I switched to SoundEffect component, but it plays always with full volume regardless of system volume settings (or muting).</div>
<div>I can ‘manually’ adjust the volume through with SoundEffect.volume –property. </div>
<div> </div>
<div>Is there any way that I can pass system volume/muted value to SoundEffect.volume?</div>
<div> </div>
<div>Last night I made a simple test application, but I forgot to push sources it to github. </div>
<div>The armv7hl rpm can be downloaded from <a href="https://www.dropbox.com/s/s5x1wbnr3qgqs6o/tonetest-0.1-1.armv7hl.rpm"><font color="blue"><u>https://www.dropbox.com/s/s5x1wbnr3qgqs6o/tonetest-0.1-1.armv7hl.rpm</u></font></a></div>
<div> </div>
<div>When playing with Audio, you can see the glitch in spinning logo. This is not happening with SoundEffect.</div>
<div>The sliders are mapped relevant component volume property </div>
<div> </div>
<div> </div>
<div>import QtMultimedia 5.0 as Media</div>
<div>….</div>
<div> </div>
<div> Media.SoundEffect</div>
<div> {</div>
<div> id: playSoundEffect</div>
<div> source: "../wavs/test.wav"</div>
<div> volume: << SYSTEM VOLUME HERE ?? >></div>
<div> </div>
<div> }</div>
<div> </div>
<div>-kimmo</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>