Soo…in a sensical world, audio.fadeOut() would have an onComplete.
It makes sense, right? When the fadeout is done, trigger something. And the first paragraph of the API doc specifically mentions that an onComplete is called.
However…there is no syntax for an onComplete. The function only looks for .channel and .time. Adding .onComplete does nothing.
Is there another method to trigger .onComplete with audio functions?