跳到内容

查找 D-ID 的可用声音

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

  5. Microsoft Azure 声音

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

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