namespace ytLive.Services; /// /// Enumerates audio capture (microphone) devices. Seam so the picker never /// touches WinRT directly (tests inject fakes). /// public interface IMicrophoneEnumerator { Task> GetMicrophonesAsync(); }