Check if audio is currently playing
@override Future<bool> isPlaying() async { return _isPlaying && !_isPaused; }