export interface Microphone {
microphoneNode: AudioNode | null;
microphoneStream: MediaStream | null;
label: string;
silenceDetected?: string;
deviceId?: string;
}