docs: fix 140ms→160ms (2 Mimi frames at 12.5 Hz)
Browse files
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.
|
| 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 |
|