I've got two AVAudioPlayerNodes.
I schedule one using scheduleBuffer.
I want to cancel it before it starts but not if it has already started.
How do I know if it has actually started?
The isPlaying flag appears to be set as soon as it is scheduled rather than when it actually starts at the scheduled time.