IsSoundPlaying method

bool IsSoundPlaying(
  1. SoundD sound
)

Check if a sound is currently playing

Implementation

bool IsSoundPlaying(
  SoundD sound,
) => run(
  () => _debugLabels.IsSoundPlaying(sound),
  () => _flat.IsSoundPlaying(
    sound,
  ),
);