Commit d86dab7
committed
docs(nvidia-stt): correct the finalize rationale — Riva does endpoint itself
The comment claimed "Riva's own endpointing never fires". Live logs disprove
it: a final arrives mid-meeting with no Answer Now press, from Riva's own
endpointing.
What Riva will not do is release the utterance still IN FLIGHT when the user
asks for an answer — and that trailing fragment is usually the question. One
measured press: a 14-char final had already landed on its own; the 39-char
remainder, which was the actual question, only arrived once finalize closed
the call.
So the rotation is still required and the code is unchanged. Only the stated
reason was wrong, and wrong in a way that would mislead the next person into
thinking a no-op merely delayed finals rather than dropping the important one.1 parent 0156f5e commit d86dab7
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
0 commit comments