IsSoundPlaying method
Check if a sound is currently playing
Implementation
@override
bool IsSoundPlaying(
SoundD sound,
) => run(
() => RaylibDebugLabels.IsSoundPlaying(sound),
() => rl.Audio.IsSoundPlaying(
rl.Temp.Sound$.Ref1(sound).ref,
),
);