Skip to content

查找适用于D-ID的可用语音

  1. ElevenLabs
  2. 从语音列表中选择任意语音:https://api.elevenlabs.io/v1/voices
  3. 复制 voice_id
  4. 在 CreateTalkingAvatarClip Block 中将其作为字符串用于 voice_id 字段

  5. Microsoft Azure 语音

    • 从语音库中选择任意语音:https://speech.microsoft.com/portal/voicegallery
    • 点击右侧的“示例代码”标签
    • 复制语音名称,例如:config.SpeechSynthesisVoiceName ="en-GB-AbbiNeural"
    • 在 CreateTalkingAvatarClip Block 中将此字符串 en-GB-AbbiNeural 用于 voice_id 字段
  6. Amazon Polly 语音

    • 从语音列表中选择任意语音:https://docs.aws.amazon.com/polly/latest/dg/available-voices.html
    • 复制语音名称/ID
    • 在 CreateTalkingAvatarClip Block 中将其作为字符串用于 voice_id 字段