查找 D-ID 的可用声音¶
- ElevenLabs
- 从声音列表选择任意声音:https://api.elevenlabs.io/v1/voices
- 复制 voice_id
-
在 CreateTalkingAvatarClip 模块的 voice_id 字段中将其用作字符串
-
Microsoft Azure 声音
- 从声音库选择任意声音:https://speech.microsoft.com/portal/voicegallery
- 点击右侧的“示例代码”选项卡
- 复制声音名称,例如:config.SpeechSynthesisVoiceName ="en-GB-AbbiNeural"
- 在 CreateTalkingAvatarClip 模块的 voice_id 字段中使用此字符串 en-GB-AbbiNeural
-
Amazon Polly 声音
- 从声音列表选择任意声音:https://docs.aws.amazon.com/polly/latest/dg/available-voices.html
- 复制声音名称/ID
- 在 CreateTalkingAvatarClip 模块的 voice_id 字段中将其用作字符串