set_character_voice
ActiveTool of com.framesail/framesail
declared in 1.27.2
Bind a TTS voice to a character asset — required before generate_voiceover for every character with dialogue (the narrator's voice is separate: set_narrator_voice). Browse ids with list_voices.
Parameters schema
{
"type": "object",
"title": "set_character_voiceArguments",
"required": [
"asset_id",
"voice_id"
],
"properties": {
"asset_id": {
"type": "string",
"title": "Asset Id",
"description": "Character asset ID, from list_assets"
},
"voice_id": {
"type": "string",
"title": "Voice Id",
"description": "TTS voice ID, from list_voices (use the provider matching the project's voice_tts_provider)"
}
}
}Parent server
com.framesail/framesail
1/7 registries