interface RealtimeAudioConfigOutput {
    format?: AudioFormat;
    speed?: number;
    voice?: string;
}

Properties

Properties

format?: AudioFormat
speed?: number
voice?: string