Using Phonegap / Cordova 2.2 with its media API to load loops for playback in my App. (http://docs.phonegap.com/en/2.2.0/cordova_media_media.md.html#Media)
Working fine, but I would like to be able the change the relative levels of each sound programmatically. Does anyone know if this is possible?
The only option I can see is avoiding the Native Phonegap solution and using Web Audio /html5 but that would limit the apps to ios6 devices only.
PS. I'm also aware of the volume slider plugin for IOS, but need a solution that only affects single sounds.