add_speaker_from_library
Add a Voice Library voice to your account and save it as a speaker in one step, enabling immediate use for text-to-speech.
Instructions
Add a Voice Library voice to the account AND save it as a speaker, in one step.
Combines add_library_voice + save_speaker. Consumes a voice slot. After this, speak('', text, workspace=...) uses it.
Args:
name: Speaker/voice handle to save under.
public_owner_id, voice_id: From a preview_voices candidate.
workspace: Workspace namespace (default "default").
seed: Optional base seed for the speaker.
description: Human note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| seed | No | ||
| voice_id | Yes | ||
| workspace | No | default | |
| description | No | ||
| public_owner_id | Yes |