One of the games I've been making in C2 needs the ability to adjust playback rate of sounds. Because adjustment is done gradually and takes on a very large number of values it is not possible to just make different-speed sound files.
Unfortunately mobile chrome (and I think iOS Safari) do not support playbackrate (chrome issue here: https://code.google.com/p/chromium/issu ... 20Modified )
and to them this type of stuff is very low priority, unfortunately one of the main drawbacks that hamper C2.
I was wondering if there's some sort of way to do this without relying on the HTML5 Audio implementation that would work on both iOS and Android. If you have any ideas let me know <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">