mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
feat: enable demowright TTS narration + audio capture + autoAnnotate
- audio: true — captures browser audio + TTS narration - autoAnnotate: true — auto-generates narration from test steps - actionDelay: 500ms (was 300ms) for more readable pacing - Gemini TTS auto-detected via GEMINI_API_KEY in register.cjs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2016,7 +2016,9 @@ export default withDemowright(baseConfig, {
|
||||
keyboard: true,
|
||||
cursorStyle: 'default',
|
||||
keyFadeMs: 2000,
|
||||
actionDelay: 300,
|
||||
actionDelay: 500,
|
||||
audio: true,
|
||||
autoAnnotate: true,
|
||||
outputDir: '.demowright'
|
||||
})
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user