matbee commited on
Commit
2396966
·
verified ·
1 Parent(s): bc835da

docs: fix 140ms→160ms (2 Mimi frames at 12.5 Hz)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ The bifurcation is even cleaner than the 95% TPR suggests:
70
  - **tool_match rows** → `cb0 = [430, 127, ...]` (model emits blip's semantic codebook)
71
  - **non_tool / tool_miss rows** → `cb0 = [1049, 127, ...]` (entirely different opening)
72
 
73
- Bit-exact discrimination on the first 2 audio frames' cb0 codeword. A coordinator that watches cb0 sees tool intent ~140 ms after the model starts speaking.
74
 
75
  ## Coordinator integration recipe
76
 
 
70
  - **tool_match rows** → `cb0 = [430, 127, ...]` (model emits blip's semantic codebook)
71
  - **non_tool / tool_miss rows** → `cb0 = [1049, 127, ...]` (entirely different opening)
72
 
73
+ Bit-exact discrimination on the first 2 audio frames' cb0 codeword. Mimi's frame rate is 12.5 Hz so 2 frames = **160 ms** of audio — a coordinator that watches cb0 confirms tool intent that fast, then dispatches the tool while the ack is still being spoken.
74
 
75
  ## Coordinator integration recipe
76