Interface IInitAISay

智能语音能力初始化

interface IInitAISay {
    aiName?: string;
    ttsConfigJson: string;
    wsUrl: string;
}

Properties

aiName?: string

智能语音的角色名(用于选不同角色音色,默认使用npc_nan)

ttsConfigJson: string

智能语音需要的配置

wsUrl: string

ws服务地址

Generated using TypeDoc