Whether the source is currently playing (not paused or stopped).
@override bool get isPlaying { final voice = _liveVoice; return voice != null && !voice.isPaused; }