Page 1 of 1

Problems controlling sound volume

Posted: Wed May 01, 2013 11:07 am
by alexGAzLSp
I've built a small timer app for my samsung Note 2 for my gym work. I needed a specialised timer that the standard offerings didn't meet. Also I wanted nice large buttons and numbers - easy to use when flat out during exercise :D . All that went quite smoothly for my first LC android app. However I can't control the volume of sound (either simple or channel) via code or even via the device volume controls even when set the mute. What should I be doing to have programmatic volume control? So far I followed the language dictionary and the Android release notes. Thanks, Alex

Re: Problems controlling sound volume

Posted: Thu May 02, 2013 7:10 pm
by jacque
You'll need to use sound channels on Android. Can you post the relevant part of your script?