namespace FlowScope.Audio { public interface IAudioHandle { void Stop(float fadeOut = 0f); bool IsPlaying { get; } } }