export interface DubbingInputAudioChunk { messageType: "input_audio_chunk"; audioBase64: string; }