Skip to content

查找D-ID可用的语音

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

  5. Microsoft Azure语音

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

  10. Amazon Polly语音

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