set_narrator_voice
ActiveTool of com.framesail/framesail
declared in 1.27.2
Set the project's narrator TTS voice — required before generate_voiceover whenever the script has narration. Browse ids with list_voices. (Character dialogue voices are separate: set_character_voice.)
Parameters schema
{
"type": "object",
"title": "set_narrator_voiceArguments",
"required": [
"project_id",
"voice_id"
],
"properties": {
"voice_id": {
"type": "string",
"title": "Voice Id",
"description": "TTS voice ID for the narrator, from list_voices (use the provider matching the project's voice_tts_provider)"
},
"project_id": {
"type": "string",
"title": "Project Id",
"description": "Project ID, as returned by create_project or list_projects"
}
}
}Parent server
com.framesail/framesail
1/7 registries