update_voice_block
ActiveTool of com.framesail/framesail
declared in 1.27.2
Override one voice block's voice or playback volume (block ids from list_voice_blocks). Re-run generate_voiceover for the block afterwards if you changed its voice — existing audio is not regenerated automatically.
Parameters schema
{
"type": "object",
"title": "update_voice_blockArguments",
"required": [
"voice_block_id"
],
"properties": {
"volume": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Volume",
"default": null,
"description": "Playback volume for this block, 0-1; omit to leave unchanged"
},
"voice_id": {
"type": "string",
"title": "Voice Id",
"default": "",
"description": "New TTS voice ID for this block, from list_voices; empty leaves the voice unchanged"
},
"voice_block_id": {
"type": "string",
"title": "Voice Block Id",
"description": "Voice block ID, from list_voice_blocks"
}
}
}Parent server
com.framesail/framesail
1/7 registries