What I wanted to do:
Fade out an audio stream and record the end point while doing so (so I could use audio.seek later and start where I left off).
However I can’t seem to find an audio library function that returns anything remotely resembling a position audio.seek could use…
(I imagine the Corona method is to hold both music files in seperate channels and pause/play, but that only works if you plan on keeping those tracks in memory the entire time…)
Any ideas?