Getting the Device Volume

Hi there,

Is there a way to get the device’s current volume?

I thought I had the answer with audio.getVolume() but that’s a software based volume that the app can get and set as far as I can tell.

I basically need to check if the user has their volume muted or low and display a message letting them know they need to turn it on / up to use the app properly.

Thanks,

Ian [import]uid: 123492 topic_id: 25779 reply_id: 325779[/import]

You could play with the secret AudioSession properties.

See here: http://developer.anscamobile.com/forum/2011/06/05/new-audiosession-properties

And here: http://developer.apple.com/library/ios/#documentation/Audio/Conceptual/AudioSessionProgrammingGuide/UsingAudioSessionProperties/UsingAudioSessionProperties.html#//apple_ref/doc/uid/TP40007875-CH13-SW3
[import]uid: 44647 topic_id: 25779 reply_id: 104226[/import]