rescan_voice_blocks
ActiveTool of com.framesail/framesail
Re-extract voice blocks from the active script WITHOUT touching assets or their reference images — the non-destructive alternative to scan_script after a script edit. Existing audio is superseded by the new block split, so re-run generate_voiceover afterwards. Async — returns {job_id}.
Parameters schema
{
"type": "object",
"title": "rescan_voice_blocksArguments",
"required": [
"project_id"
],
"properties": {
"model": {
"type": "string",
"title": "Model",
"default": "",
"description": "Model ID for the re-extraction; empty uses the default (see list_models(\"voice_block_scan\"))"
},
"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