MediaSFU React Native (Expo)
    Preparing search index...

    Interface TranslationVoiceConfig

    interface TranslationVoiceConfig {
        voiceGender?: VoiceGender;
        voiceId?: string;
        voiceClone?: {
            provider: "elevenlabs" | "playht" | "coqui";
            voiceId: string;
            stability?: number;
            similarity?: number;
        };
        sttNickName?: string;
        llmNickName?: string;
        ttsNickName?: string;
        sttParams?: Record<string, string | number | boolean>;
        llmParams?: Record<string, string | number | boolean>;
        ttsParams?: Record<string, string | number | boolean>;
    }
    Index

    Properties

    voiceGender?: VoiceGender
    voiceId?: string
    voiceClone?: {
        provider: "elevenlabs" | "playht" | "coqui";
        voiceId: string;
        stability?: number;
        similarity?: number;
    }
    sttNickName?: string
    llmNickName?: string
    ttsNickName?: string
    sttParams?: Record<string, string | number | boolean>
    llmParams?: Record<string, string | number | boolean>
    ttsParams?: Record<string, string | number | boolean>