I'm looking to see if it's possible (even through JavaScript) to detect when an audio stream has started. I've previously used 'On Preload End', but it doesn't work very well specifically with the job that I'm doing - pre-loading multiple events ahead causes problems when I try to synchronize certain actions with the audio.
Is there even a way to do it?