Using the very lightly-documented examples here (http://www.coronalabs.com/blog/2011/07/27/the-secretundocumented-audio-apis-in-corona-sdk/) I’ve managed to be able to up the pitch an octave using this:
al.Source(source, al.PITCH, 2)
But now the sound is playing at 2x tempo. I’m assuming that using al.SpeedOfSound or al.Velocity or some other method I can utilize OpenAl to bring the tempo back down to 1x. I’ve been searching far and wide and can’t seem to come up with any good examples or documentation.
Can anyone help? Thanks!