filed as (Case 8399) setMaxVolume does not work on device
In the simulator, setMaxVolume works fine, but when built to my ipod touch4 the audio plays at max volume.
local trackFilename = "moon.mp3"
local snd = audio.loadSound(trackFilename)
local chan = audio.play(snd)
audio.setVolume(1, {channel=chan})
audio.setMaxVolume(0, {channel = chan})
[import]uid: 27183 topic_id: 15719 reply_id: 315719[/import]