interface RealtimeAudioConfigInput {
    format?: AudioFormat;
    noise_reduction?: null | NoiseReduction;
    transcription?: null | InputAudioTranscription;
    turn_detection?: null | TurnDetectionType;
}

Properties

format?: AudioFormat
noise_reduction?: null | NoiseReduction
transcription?: null | InputAudioTranscription
turn_detection?: null | TurnDetectionType