diff dictation/README.md @ 280:49e9e591c9bb

Add persistent dictation, prewarmed WebRTC speech input, Copilot SDK routing, animated conversation lifecycle controls, parking, and architecture coverage.
author MrJuneJune <me@mrjunejune.com>
date Tue, 18 Aug 2026 19:14:53 -0700
parents 78699f810817
children
line wrap: on
line diff
--- a/dictation/README.md	Mon Aug 17 22:22:36 2026 -0700
+++ b/dictation/README.md	Tue Aug 18 19:14:53 2026 -0700
@@ -36,11 +36,19 @@
 ```bash
 DICTATION_COMPUTE_TYPE=int8_float16 \
 DICTATION_MAX_SESSIONS=1 \
-DICTATION_PARTIAL_INTERVAL_MS=1200 \
-DICTATION_SILENCE_MS=700 \
+DICTATION_PARTIAL_INTERVAL_MS=500 \
+DICTATION_SILENCE_MS=400 \
   bazel run //dictation:server
 ```
 
 The first version intentionally binds to loopback and does not configure STUN
 or TURN. Remote WebRTC access requires HTTPS, authentication, origin policy,
 and usually a TURN service.
+
+Infinite Canvas hosts this page as a hidden CEF/iframe transport. Pressing `M`
+shows partial and final transcript text in a centered Raylib caption; pressing
+`Enter` sends the accumulated text to Qwen session orchestration:
+
+```bash
+bazel run //infinite_canvas:agent_dev
+```