#How can I use the voice created by someone else?
1 messages · Page 1 of 1 (latest)
You can use a voice created by someone else if it has been shared with you or made available in the Voice Library. Here are the key points:
-
Shared via Link: If the voice owner shares a Professional Voice Clone with you through a sharing link and adds your email to their whitelist, you can add the voice to your "My Voices" section.
-
Voice Library: If the voice is shared publicly in the Voice Library, you can access it directly from there, provided the owner has allowed it.
-
Reader App: Voices shared in the Voice Library may also be available for use in the Reader App if the owner has enabled this option.
Keep in mind that Instant Voice Clones or voices created using Voice Design cannot be shared. Only Professional Voice Clones verified by a human can be shared with others.
你可以说中文吗
抱歉,我只能用英文回复。如果您有任何问题,请随时用英文提问,我会尽力帮助您!
使用conversational-ai api,需要配合数据库吗
使用 ElevenLabs 的 Conversational AI API 是否需要配合数据库,取决于您的具体用例和实现需求。
如果您的应用需要存储用户数据、会话历史、或其他信息(例如知识库或用户偏好),那么您可能需要一个数据库来支持这些功能。然而,API 本身并不强制要求使用数据库。您可以根据需要直接通过 API 处理实时请求,而无需存储数据。
如果您有更具体的需求或场景,可以提供更多细节,我可以为您提供更有针对性的建议!
我想要让agent记住我之前告诉过它的消息,怎么做,需要怎么设置还是说需要数据库
要让您的 Conversational AI agent 记住之前的对话内容,您可以通过调整 Retention 设置来实现。这些设置控制对话记录(文本)和音频记录的存储时长。以下是相关步骤:
-
访问 Retention 设置
- 进入您的 agent 的设置页面。
- 选择“Advanced”选项卡。
- 找到“Data Retention”部分。
-
修改 Retention 时长
- 输入您希望的保留时长(以天为单位)。
- 设置为
-1表示无限期保留。 - 设置为
0表示立即删除数据。
- 设置为
- 选择是否将更改应用于现有数据或仅适用于新数据。
- 点击“Save”保存更改。
- 输入您希望的保留时长(以天为单位)。
-
注意事项
- 如果您选择减少保留时长,并将更改应用于现有数据,超过新时长的数据可能会被立即删除。
- 根据 GDPR 或 HIPAA 等法规,您可能需要设置特定的保留时长以满足合规要求。
如果您需要更复杂的功能(例如跨会话的记忆或自定义存储),可能需要额外的数据库或集成来管理这些数据。
如何使用自定义的数据库