namespace MeetingAssistant.Recording; public interface IMeetingAudioSource { IAsyncEnumerable CaptureAsync(CancellationToken cancellationToken); }