namespace MeetingAssistant.Recording; public interface IMicrophoneCaptureSourceFactory { IMeetingAudioSource CreateCapture(MeetingAssistantOptions options); }